You are viewing our Forum Archives. To view or take place in current topics click here.
C++ Projects I Can Do? +Rep
Posted:

C++ Projects I Can Do? +RepPosted:

Int
  • Comment King
Status: Offline
Joined: Mar 03, 201212Year Member
Posts: 5,832
Reputation Power: 2929
Status: Offline
Joined: Mar 03, 201212Year Member
Posts: 5,832
Reputation Power: 2929
C++ Projects


Does anyone know any cool C++ Projects for a beginner and also after I've became good at C++ should I learn to code C++ GUI or learn GUI Coding in C#?.
#2. Posted:
Experiment5X
  • TTG Senior
Status: Offline
Joined: Aug 14, 200915Year Member
Posts: 1,291
Reputation Power: 65
Status: Offline
Joined: Aug 14, 200915Year Member
Posts: 1,291
Reputation Power: 65
I think you should make a number guessing game. The program will randomly generate a number between 1 and 100 and then user will keep guessing until they get it right. Each time the user guesses the program will say whether the guess was too high or too low.

Once you're pretty comfortable with C++, then I suggest you use the Qt framework to do GUIs. There's really no reason to learn another language just for GUIs, unless you absolutely need it in C#. The Qt framework is really easy to use, just like .Net so you don't have to deal with any of the winforms bullshit.
#3. Posted:
Int
  • Fairy Master
Status: Offline
Joined: Mar 03, 201212Year Member
Posts: 5,832
Reputation Power: 2929
Status: Offline
Joined: Mar 03, 201212Year Member
Posts: 5,832
Reputation Power: 2929
Experiment5X wrote I think you should make a number guessing game. The program will randomly generate a number between 1 and 100 and then user will keep guessing until they get it right. Each time the user guesses the program will say whether the guess was too high or too low.

Once you're pretty comfortable with C++, then I suggest you use the Qt framework to do GUIs. There's really no reason to learn another language just for GUIs, unless you absolutely need it in C#. The Qt framework is really easy to use, just like .Net so you don't have to deal with any of the winforms ********.

Thanks for the advice mate send me a friend request.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.