Question:
How can I learn the basics of C++ GUI Programming?
?
2013-03-18 17:19:01 UTC
I started with Java and I am interested in programming in C++. As an INTP I am a natural, however I know nothing of GUI and would like some information regarding it. All I have seemed to make was a window that maximized and showed Nothing but a grey background. I would have to [Alt-F4] to exit. Any help is appreciated. I love programming.
Five answers:
2013-03-19 16:02:29 UTC
Hello! I have been learning c++ for about a month now and have learned so much! i am now helping others on yahoo with questions about c++.



My absolute favorite site is ureddit - an intro to c++ which is located under "sources."

This site is basically "free school"

There are 46 video guided tutorials and homework assignments!



Hope it helps!
2016-10-08 02:05:59 UTC
C could nicely be slightly not basic to %. up at situations for beginner programmers - it would be a solid thought to attend a class in programming as C is an older language you will possibly not have the skill have the skill to locate interior reach instructions. there are an excellent style of books around, try considered one of them many have tutorials and in simple terms plow by way of them. the different factor is to have a C compiler, finding on what platform you're utilizing it would be a solid thought to get one, as C is supported by utilizing C++ compilers you need to use the Microsoft seen C++ compiler, in case you have any issues examine the help option are worthwhile as they teach examples and assist you to there, the different factor is that in case you will get carry of it try the previous Borland rapid C compiler, that's historical and has a non-familiar version of C in spite of the undeniable fact that it has examples of code and an excellent style of of the perfect help records for a newbie so that's going to likely be a solid thought to check it out. there are an excellent style of boards that could have the skill that might assist you
2013-03-18 17:44:20 UTC
The books on learning windows win32 programming are thick and there could be a whole college course on it. There will be a large learning curve to overcome in learning messaging, painting and resizing windows, callback functions, using dialogs, buttons, text input, menus and the list goes on.
Istiak
2013-03-20 01:38:24 UTC
you can learn



SDL(http://lazyfoo.net/SDL_tutorials/index.php)



OpenGL(http://lazyfoo.net/tutorials/OpenGL/index.php)



to make 2d 3d stuff



there are many other library like this to make good cross platfrom application

that let you work with audio video time etc
?
2013-03-18 18:17:49 UTC
QT or wxWidgets will be my suggestions because they are cross platform


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...