C++ Compiler for Win7 64-bit - Printable Version +- Makestation (https://makestation.net) +-- Forum: Technical Arts (https://makestation.net/forumdisplay.php?fid=45) +--- Forum: Software (https://makestation.net/forumdisplay.php?fid=104) +--- Thread: C++ Compiler for Win7 64-bit (/showthread.php?tid=1136) |
C++ Compiler for Win7 64-bit - Electric2Shock - July 28th, 2014 The title should explain, but anyway. I've got a C++ compiler, everything runs sort of all right, but the EXE files compiled cannot be executed because of the 64 bit architecture. Could I be pointed to something that could solve my predicament? RE: C++ Compiler for Win7 64-bit - Darth-Apple - July 28th, 2014 I'm assuming you're using a 64-bit PC. What compiler are you currently using? RE: C++ Compiler for Win7 64-bit - Electric2Shock - July 28th, 2014 TurboC++ 3.8 atleast that's what I think it is. RE: C++ Compiler for Win7 64-bit - Darth-Apple - July 30th, 2014 Have you tried an IDE, such as visual C++? I'm not personally a huge fan of IDEs because I feel like the interfaces get in my way, but they usually have pretty robust compiler tools built in. |