Windows in Turbo C++ 3.0

How to program win32 application under TC3. If required any library please tell me.
Turbo C++ is old, get a new one http://www.cplusplus.com/forum/articles/7263/
You need to use WinAPI libraries
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.
Doesn't 3.0 produce 16-bit code anyway? If he wants 32-bit code he has no choice.
Yes, you are correct.
I install Blooshed Dev C++ and i think is better then Turbo C++.
Dev-C++ is outdated too
Topic archived. No new replies allowed.