2013-08-20, 06:01 PM
Don't download MinGW32 binaries, it's.. outdated and quite possibly garbage in this day and age.
Download MinGW64 binaries instead as they're better and actually updated. By far the easiest to install would probably be STL's Nuwen distro, located here.
As for invoking the command-line, I'll imagine it's similar to how it is for other languages, e.g.
is how you'd do it in C++.
You can find more info on the docs.
Download MinGW64 binaries instead as they're better and actually updated. By far the easiest to install would probably be STL's Nuwen distro, located here.
As for invoking the command-line, I'll imagine it's similar to how it is for other languages, e.g.
Code:
g++ -O2 fileName -o fileName.exeis how you'd do it in C++.
You can find more info on the docs.

