Just curious to see who has memorized the 70 or so lines to create a window, I for one am almost to the point of having it totally memorized, and I also know what it all means, thats obviously important :P

Recommended Answers

All 3 Replies

It's not exactly hard to memorize the code to make a window :P What's hard is being able to make the window do something interesting or useful.

I didn't bother to memorize them -- let VC compiler generate them. Although I admit I would use MFC wxWidgets instead of pure win32 api.

>let VC compiler generate them.
I don't like the code that's generated, I generally like to start everything from scratch. I like knowing I could still make an entire windows program with nothing more than notepad and a compiler :icon_cheesygrin:

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.