Nested For LoopsYou looking for something like this? [code] #include <iostream> using namespace std; int main() ...
Run Program?Like this? [code] #include <iostream> #include <windows.h> using namespace std; int main() ...
Run Program?So how do I run it then? do I go Start > Run > "C:\MinGW\bin\mingw32-g++.exe"?
Run Program?yeah, but I was still using Dev--c++. When I tried to install MinGW, I couldn't find the actual appl...
Run Program?Okay, so this is what I tried: [code] #include <iostream> #include <windows.h> using namespace s...