| View previous topic :: View next topic |
| Author |
Message |
CrZyIcE93 Cheater
Reputation: 0
Joined: 12 Aug 2007 Posts: 45
|
Posted: Wed Aug 15, 2007 9:41 pm Post subject: [Request] C++ Help |
|
|
| ive been learning C++ lately and so far all i know how to do is make programs that deals with math.... like calculators and stuff. i also don't know how to make the program look like fancy. i think it was called GUI or something. can anyone tell me where i can learn how to learn more about C++ instead of just mathematical equations and how to make the program like... different instead of a window console application. if the link was already posted then sorry for the bother
|
|
| Back to top |
|
 |
DeltaFlyer Grandmaster Cheater
Reputation: 0
Joined: 22 Jul 2006 Posts: 666
|
Posted: Wed Aug 15, 2007 9:43 pm Post subject: |
|
|
You should stick with console until you're familiar and comfortable with the syntax and feel of the language. If you think you're ready, here's the link:
http://www.winprog.org/tutorial/
_________________
Wow.... still working at 827... what's INCA thinking?
zomg l33t hax at this place (IE only). Over 150 people have used it, what are YOU waiting for? |
|
| Back to top |
|
 |
CrZyIcE93 Cheater
Reputation: 0
Joined: 12 Aug 2007 Posts: 45
|
Posted: Wed Aug 15, 2007 9:45 pm Post subject: |
|
|
k. thx for ur help. ^_^. but im sorta getting tired of the black look.
Edit: wait.. is this C? or C++ and.. is there a difference? if there isn't or if this is C++ sorry for my stupidity..
|
|
| Back to top |
|
 |
DeltaFlyer Grandmaster Cheater
Reputation: 0
Joined: 22 Jul 2006 Posts: 666
|
Posted: Wed Aug 15, 2007 9:58 pm Post subject: |
|
|
Strictly speaking, that is C. However, due to the large amounts of backward compatibility between C and C++ codes, the stuff on that site should be able to be compiled by your compiler.
If you would like a C++ only method, however, look up on Google for "MFC tutorials". This is a C++ way of making windows. However, since it often generates bloated code while shielding the programmer from how the windows system actually works, many do not recommend it.
_________________
Wow.... still working at 827... what's INCA thinking?
zomg l33t hax at this place (IE only). Over 150 people have used it, what are YOU waiting for? |
|
| Back to top |
|
 |
CrZyIcE93 Cheater
Reputation: 0
Joined: 12 Aug 2007 Posts: 45
|
Posted: Wed Aug 15, 2007 10:21 pm Post subject: |
|
|
k. once again thx for all ur help
|
|
| Back to top |
|
 |
|