Hi

Jun 20, 2012 at 10:25am
Hi All. I am from Georgia, Unfortunately I don't know English well. sorry for bad english. I have one question about c++ programming. how can I create interface for c++ program? I am speaking about design of program. every program open in console, and I want design. how can I do this? I am about 16 years old and I am beginner. Give Me Some useful advices :) Thank's all
Jun 20, 2012 at 11:19am
Graphical interfaces require interacting with your operating system. This is most easily down using a widget toolkit.

Here is a list:
en.wikipedia.org/wiki/List_of_widget_toolkits
Jun 20, 2012 at 4:26pm
thank you : )) I'll try :)
Jun 20, 2012 at 6:41pm
I recommend doing one of the following:

-Learn Java and download the free IDE Netbeans.
-Learn C# and download the free IDE Microsoft Visual Studio Express

Both give you graphical user interface development tools that makes it very easy.
Jun 20, 2012 at 7:17pm
what does this mean? learn Java together c++? :))
Jun 20, 2012 at 11:04pm
closed account (SGb4jE8b)
Java Programming is object oriented more than C++ and easy to learn and master. I will recommend a textbook that teaches visual C++ Using MS VS Studio. But still programming with C++ aren't easy.
Jun 21, 2012 at 6:46am
I have one more question. Is C++ Best programming language?
Jun 21, 2012 at 9:19am
==>I have one more question. Is C++ Best programming language?
i donot think so.
every language has it's field.and you can see that:http://www.parashift.com/c++-faq-lite/
So i think you can understand more.
Jun 21, 2012 at 9:28am
thank you all for supporting :)
Topic archived. No new replies allowed.