Guys

I am an intermediate c++ programmer and want to start win32 programming in c++ but the problem is that how start . I mean where to get win32 libraries including windows.h , resource.h etc. I downloaded the win32++ generic downloads . It gave some libraries and I copied them into my C++ include and classlib folder but I didn't work out. It also gave various other types of files. What to do of them? C++ still gives errors : unable to include resource.h and many more.
Can anyone tell me the way to start win32 programming in perfect way. I mean how to install libraries. I don't want to use visual c++ and build console applications but turbo c++.

Recommended Answers

All 2 Replies

Avoid Web tutorials (very poor, written by kids for kids)
Read the Petzold first, then the Richter + Russinovich
And for advanced win32 api questions, you can ask on specialized api newsgroup
news://194.177.96.26/comp.os.ms-windows.programmer.win32
(not for beginners, as it's very, very high level (professionals only)...)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.