@FurryGuy By IDE, I was specifically reffering to Visual Studio. Sorry.
NOTE: The program isn't complete, but it
is compilable. With Visual Studio, my (console) project just stopped compiling. I access the compiled product in the first Debug folder, and there's an EXE file. I ran, edited my program, and repeated (like you normally would). Then, all the sudden, it stopped compiling. It said it completed, but the EXE file wasn't changing. I created a new project also in hope that I could make it multi-platform compilable, created new files and copy-pasted the code, and IT DIDN'T PRODUCE AN EXE FILE. I went back, created another CONSOLE proj, copy-pasted, and it still didn't produce. I was sick of this so I downloaded my own compiler (LLVM,
http://llvm.org/releases/download.html ). This compiler was complaining that I didn't have the 'iostream' C++ standard file (it was the first included file). I've also tried to download the GNU GPP library, but I had no success finding the files I was calling / needed.
So Again: any help would be great.