Page 2 of 2

Re: My programming class.

Posted: October 1st, 2011, 1:09 am
by Dekar
What C++ GUI are you talking about? The C++ standard doesn't define anything GUI related, you're usually using libraries for that.

Re: My programming class.

Posted: October 1st, 2011, 1:36 am
by owner123
Microsoft has Visual C# and Visual C++.

Looks just like Visual Basic except it's green and you get C code.

Re: My programming class.

Posted: October 1st, 2011, 2:40 pm
by Dekar
Oh, so you mean Haxo meant to say he doesn't even understand the VisualStudio IDE? That really isn't that hard, I had to use VisualStudio a few times at work. I thought he was talking about making a GUI for his app. But there is no standard way to make a GUI in C/C++, you have to rely on libraries for that.

Re: My programming class.

Posted: October 2nd, 2011, 6:16 am
by haxorico
I used dev-cpp to code in C++, and I tried making a windows GUI application and not a console application.
I get a frame set by default, I can change its name, height and width and other silly stuff. But I tried for hours to make a text box or a button and failed =\

Re: My programming class.

Posted: October 2nd, 2011, 8:07 am
by Dekar
Never heard of dev-cpp and I don't know what GUI library you tried to use. How about Qt? :D
Spoiler:
Image