Quote: from Sodapop at 10:51 am on Jan. 20, 2008 Okay, so it's the first thing I have to do in this class, which is only online for some reason, and I have no idea how to compile a program. We had to start out with a simple code saved as myprog.cpp in notepad2. We had to download MingW but I can't get it to work. Every time I try it just opens up the website and prompts me to download the program again. Am I using the wrong program or something? That's the one we were told to use though. You need to use a something called Compiler, then and only then you will be able to execute it. Jus try Dev-C++ http://www.bloodshed.net/
Okay, so it's the first thing I have to do in this class, which is only online for some reason, and I have no idea how to compile a program. We had to start out with a simple code saved as myprog.cpp in notepad2. We had to download MingW but I can't get it to work. Every time I try it just opens up the website and prompts me to download the program again. Am I using the wrong program or something? That's the one we were told to use though.
You need to use a something called Compiler, then and only then you will be able to execute it.
Jus try Dev-C++ http://www.bloodshed.net/
MinGW is a windows compilation of GCC, a widely used open source compiler, the best one in fact imo, and certainly the largest by far.