Ccreate an .exe from a .C file on Windows -


I would like to know whether windows should be used without any compiler.

You can cross-compile from other platforms, e.g. , But eventually you need a compiler somewhere .

If you do not actually need .EXE per , but only compile and run some code without having to install a compiler, for example for academic / experimental purposes , Then there are very useful sites, such as C provide this ability and many other languages.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -