Hi. I'm learning C++. I have learnt how to build very basic programs using an online tutorial. So far I have learnt about basic functions like int main (), cout<<,
if statements etc. I have very and I mean very basic knowledge of the programming language. Where should I go next? I want to learn how to make a GUI for simple programs. Can anyone point me in the right direction?
Page 1 of 1
Pointers for C++ - I've built simple programs, what do I do next?
#2
Posted 02 July 2009 - 03:58 PM
I would start with another language, such as C# or Visual Basic. C++ GUI applications are not simple undertakings. Either that or become an experienced ( a few months ) console programmer in the language.
However...
http://winprog.org/tutorial/ <-- if you're a glutton for punishment.
Note that most operating system interfaces are C based, not C++. No object oriented goodness
Good luck!
Billy3
However...
http://winprog.org/tutorial/ <-- if you're a glutton for punishment.
Note that most operating system interfaces are C based, not C++. No object oriented goodness
Good luck!
Billy3
#3
Posted 02 July 2009 - 04:08 PM
Thanks for your advice. I knew GUI programs would be difficult and frustrate me, but I'll see what I can do.
#4
Posted 02 July 2009 - 05:16 PM
C# and Visual Basic let you just drag windows forms controls around.. much easier 
Billy3
Billy3
Share this topic:
Page 1 of 1

Help


Back to top









