My programming class.
-
- Forum Drunk
- Posts: 2900
- Joined: January 17th, 2007, 4:22 pm
- Has thanked: 1 time
- Been thanked: 1 time
Re: My programming class.
What C++ GUI are you talking about? The C++ standard doesn't define anything GUI related, you're usually using libraries for that.
Don't pm me with Warcraft questions, this is a forum so just make a post!
In the world of thinking we are all immigrants. -Robert Nozick
-
- Super Moderator
- Posts: 1943
- Joined: February 3rd, 2009, 11:28 pm
- Been thanked: 1 time
Re: My programming class.
Microsoft has Visual C# and Visual C++.
Looks just like Visual Basic except it's green and you get C code.
Looks just like Visual Basic except it's green and you get C code.
-
- Forum Drunk
- Posts: 2900
- Joined: January 17th, 2007, 4:22 pm
- Has thanked: 1 time
- Been thanked: 1 time
Re: My programming class.
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.
Don't pm me with Warcraft questions, this is a forum so just make a post!
In the world of thinking we are all immigrants. -Robert Nozick
-
- Super Moderator
- Posts: 3197
- Joined: February 24th, 2009, 1:31 pm
- Location: JEW LAND
- Been thanked: 1 time
Re: My programming class.
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 =\
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 =\
-
- Forum Drunk
- Posts: 2900
- Joined: January 17th, 2007, 4:22 pm
- Has thanked: 1 time
- Been thanked: 1 time
Re: My programming class.
Never heard of dev-cpp and I don't know what GUI library you tried to use. How about Qt?

Spoiler:
Don't pm me with Warcraft questions, this is a forum so just make a post!
In the world of thinking we are all immigrants. -Robert Nozick