i can not use TC in AMD sempron 64. A 16bit error. What can i do .I have to do the graphic programs in c. Which is the best C compiler for this 64bit Pc.
i can not use TC in AMD sempron 64
Collapse
X
-
You must have been using 64bit operating system.None 16bit app,run on these.Originally posted by sethupnri can not use TC in AMD sempron 64. A 16bit error. What can i do .I have to do the graphic programs in c. Which is the best C compiler for this 64bit Pc.
Savage -
Yep, TC is 16 bit. A quick check on my calendar reveals the year to be 2007, soon to be 2008. Writing 16 bit apps is a bit on the old side now.
Get yourself Visual C++ Express Edition (yes, it compiles C code), or MingW, which is the gcc port to Windows. gcc is free, and so is MingW.Comment
-
Let me clarify. Visual Studio is not free, but Microsoft has released a free version of that in several "editions". Visual C++ Express Edition is one such edition (each edition focuses on a particular language). VC++ Express is perfectly usable, and is very easy to setup. I recommend it.
MingW is free, and I love it, but I have to admit it's not as easy to setup and use as the VC++ version.Comment
Comment