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.
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.