Windows in Turbo C++ 3.0

Dec 22, 2009 at 11:24am
How to program win32 application under TC3. If required any library please tell me.
Dec 22, 2009 at 11:28am
Turbo C++ is old, get a new one http://www.cplusplus.com/forum/articles/7263/
You need to use WinAPI libraries
Dec 22, 2009 at 12:35pm
Back in the days, when TC++3 was current, Borland procuced their own Windows library called Object Windows Library, while Microsoft pursued MFC. OWL was better, but lost out to MFC primarily because Borland moved to Delphi.

If you're doing Windows programming, you should use the MFC. I'm afraid, you'll have to use a later compiler from Bazzy's post above.
Dec 22, 2009 at 1:10pm
Doesn't 3.0 produce 16-bit code anyway? If he wants 32-bit code he has no choice.
Dec 22, 2009 at 1:36pm
Yes, you are correct.
Dec 24, 2009 at 11:45pm
I install Blooshed Dev C++ and i think is better then Turbo C++.
Dec 25, 2009 at 3:54pm
Dev-C++ is outdated too
Topic archived. No new replies allowed.