Posts: 194
Joined: Jul 2014
Reputation:
12
Posts: 194
Joined: Jul 2014
Reputation:
12
July 28th, 2014 at 2:57 PM
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?
Posts: 5,287
Joined: May 2013
Reputation:
181
Location: Where's North?
Items (6) ▼
Posts: 5,287
Joined: May 2013
Reputation:
181
Location: Where's North?
Items (6) ▼
July 28th, 2014 at 3:36 PM
I'm assuming you're using a 64-bit PC. What compiler are you currently using?
Posts: 194
Joined: Jul 2014
Reputation:
12
Posts: 194
Joined: Jul 2014
Reputation:
12
July 28th, 2014 at 4:04 PM
TurboC++ 3.8
atleast that's what I think it is.
Posts: 5,287
Joined: May 2013
Reputation:
181
Location: Where's North?
Items (6) ▼
Posts: 5,287
Joined: May 2013
Reputation:
181
Location: Where's North?
Items (6) ▼
July 30th, 2014 at 7:11 AM
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.