Analyzed 12 months ago
Universal Compiler allows you to quickly compile, build and run files.
How Universal Compiler helps you in programming?
After pressing `u file.c` universal compiler will do following things for you:
* It will compile your file.c (with a lot of awesome gcc options/flags).
* After compiling it
... [More]
will create an executable named batman.out
* Give you instructions to copy-paste for editing or executing.
* You may also use `u batman.out` to execute the executable just created.
You don't need to remember compiler name, its syntax and all cmd options.
You can use the same command/syntax to build & run any source code.
Universal Compiler will either run it or tell you how to install its compiler.
To get latest version of Universal Compiler type u -u or Go to home page [Less]