Hello all,
I know that this is a forum for discussing php but I am hoping that someone would help me out with a couple of questions about c++ to get me started.
I've been looking into developing in c++ and have been doing some simple command line based programs. I am finding it to be okay to learn as it has the same things such as loops, conditional statements, pointers etc.
What I was really wanting to learn was how to create GUIs. I've been looking on the internet for tutorials but they all seem to be about things like if statments and pointers etc and are all command line based with cout and cin.
Does anyone know where I can find an online tutorial for learning how to create GUIs and if you have experience in creating them then what do you use? Just a text editor or a tool such as Visual Studio? Is there a free one I can download and use?
Thanks in advance for any insight you can give me.