Tuesday, July 14, 2009

How do i run a c++ compiler on 64 bit core 2 duo (2.13 ghz)?

hi i was using a p4 1.6 ghz and recently upgraded to a core 2 duo 2.13 ghz since then my c++ compiler has stopped working on running the TC executable file all it does is give a blank screen and exits on pressing any key pls help.

How do i run a c++ compiler on 64 bit core 2 duo (2.13 ghz)?
Hi,





you will have to change your compiler. You can compile with g++ if you install cygwin on your computer. Data types don't have the same number of bits if you are using a 64 bit core 2 duo instead of a 32 bit p4, so your compiler doesn't seem to be made for 64 bits. If it's an "expensive" compiler like Borland, try reinstalling it or upgrading it, that might help also, but it's a wild guess.





Good luck


No comments:

Post a Comment