Where do I?

Hi, Where could I start with C++ to learn more about creating applications, I have the basic skills for C++, I have a simple WINAPI and I would like to continue with it, not with MFC, ATL or any of that, unless it is necessary. I would like to learn on how to manipulate the window, display content, make it change, because I only know how to make a simple window which does the WM_PAINT thingy and that's it, what WM_PAINT calls I know nothing more on application programming, so... any help on where to start WILL be appreciated.
Now I feel like an idiot... Fail search is a fail search. Thank you :)
Also, what good .NET books you could recommend for me to read? :)
Last edited on
closed account (z05DSL3A)
what good .NET books you could recommend for me to read?

What Language C++/CLI, C#,...?

Edit:
I would suggest C# and again Petzold and Richter

Programming Windows with C#
by Charles Petzold

CLR via C# 3rd Edition
by Jeffrey Richter
Last edited on
I would prefer C++
closed account (z05DSL3A)
That would have to be C++/CLI[1] as C++ is not a .net language.

I have haven't looked lately but it used to be that good books on C++/CLI and .net were thin on the ground, the updated version of the only book I have in this area is

Pro Visual C++/CLI and the .Net 3.5 Platform
by Stephen R. G. Fraser

[1] http://en.wikipedia.org/wiki/C%2B%2B/CLI

PS I have only every used C++/CLI to wrap legacy/native code into assemblies for use C# projects. This is the only reason I can see that it exists.
Topic archived. No new replies allowed.