Looking for a book on windows C++ GUI programming [closed] - c++

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I know this question has been asked a lot, but I want to find a book on windows programming with C++ that specifically focuses on GUIs. I picked up a book on C++ game programming, and in the begging it covered a little bit of windows GUI programming. So now I would like to be able to get a little more in depth on the subject. Any suggestions?
P.S.
I'm talking about win32 programs.

Programming Windows is the classic and probably a good place to start.

Related

How do i get started in Network Programming? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I would like to get started in Network Programming on anything like Web, Window App, Apple device, Android device but i don know where to start all these thing...and i also have a good solid foundation of C/C++, Java, VB.net.
I have no clue about what hardware and other resources that I will need...If you work or are knowledgeable in this area, how did you get started and what are some good resource for a beginner?
I'm very addict to searching new technology and new programming language, please suggest as much as you can possibly give thx you.
I suggest this book by Richard Stevens http://www.unpbook.com/

Best way to write a GUI (C++/Windows) [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'd like to know what is the best and faster way to write a GUI in C++.
In the past I've created my GUI with just Windows API.
Now I'd like to read some suggestion about other libs like GTK , MFC , QT ecc.
Thanks :)
Use Qt. It's powerful and easy to use, also, it's cross-platform. If I need a GUI for C++, I always go for Qt.

good libraries for windows applications in c++ [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I have been learning c++ for more than 8 months and I think I have got grip on every essential concept of c++. I have created some good console based application but now I want to build GUI application with good looking interface.
What are the some good free c++ libraries for beginners to develop GUI based windows applications?
Please also recommend some of the good tutorials available on web related to that library.
What are the some good free c++ libraries
Qt 4.
some of the good tutorials
Qt documentation. Tutorials can be found on this page.

What do you need to learn OpenGL? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
What do you need to learn OpenGL? Do you need to learn C/C++ first? I have experience with C but none with C++.
I would suggest using c++ due to it having an object oriented side, but the opengl is cross platform
http://www.opengl.org/resources/bindings/
You can use mostly C with very little C++.
I would suggest looking at nehe.gamedev.net for some tutorials to help out.

On the current interest in COM [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I am starting to do some development in C++ which includes the use of COM interfaces in Windows. I have to make a decision to learn or not to learn the COM technology. So, I want to ask if the COM programming is still widely used or is it rather outdated? Is it still a good idea to invest ones time into learning COM?