View previous topic :: View next topic |
Author |
Message |
XxOsirisxX Grandmaster Cheater Supreme
Reputation: 0
Joined: 30 Oct 2006 Posts: 1597
|
Posted: Sun Apr 27, 2008 10:59 am Post subject: C++ OOP |
|
|
I'm tired of looking for tutorial in this subject for C++06/.NET (2005), but all of then that i find are for others versions or are not well explained or have errors..
If anyone knows a good site/document where i could find such info, the help is well apprecited.
Thanks.
_________________
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Sun Apr 27, 2008 2:29 pm Post subject: |
|
|
What type of OO tutorials are you looking for? Any specific subject?
_________________
- Retired. |
|
Back to top |
|
 |
HalfPrime Grandmaster Cheater
Reputation: 0
Joined: 12 Mar 2008 Posts: 532 Location: Right there...On your monitor
|
Posted: Sun Apr 27, 2008 3:26 pm Post subject: |
|
|
You mean straight up how to do it?
http://www.cplusplus.com/doc/tutorial/classes.html
Or do you mean how to use OOP?
If that's what you mean, I recommend learning a bit of java. I took a java course and it has definitely impacted my C++ coding style.
|
|
Back to top |
|
 |
XxOsirisxX Grandmaster Cheater Supreme
Reputation: 0
Joined: 30 Oct 2006 Posts: 1597
|
Posted: Sun Apr 27, 2008 5:39 pm Post subject: |
|
|
Yea, like starting up.. I means..
Like from a console application, make a window, buttons, labels, etc..
Or maybe from C++.Net, starting over with a Win Form. But i never learn to coded it, and even it empty, gave me some errors..
Thanks for replies btw.
_________________
|
|
Back to top |
|
 |
HalfPrime Grandmaster Cheater
Reputation: 0
Joined: 12 Mar 2008 Posts: 532 Location: Right there...On your monitor
|
Posted: Sun Apr 27, 2008 7:15 pm Post subject: |
|
|
You mean making a GUI?
|
|
Back to top |
|
 |
Snootae Grandmaster Cheater
Reputation: 0
Joined: 16 Dec 2006 Posts: 969 Location: --->
|
Posted: Sun Apr 27, 2008 9:05 pm Post subject: |
|
|
search CreateWindow or CreateWindowEx, you make all your forms and buttons and such using that
_________________
|
|
Back to top |
|
 |
XxOsirisxX Grandmaster Cheater Supreme
Reputation: 0
Joined: 30 Oct 2006 Posts: 1597
|
Posted: Mon Apr 28, 2008 7:34 am Post subject: |
|
|
Snootae wrote: | search CreateWindow or CreateWindowEx, you make all your forms and buttons and such using that |
Hey dude, thanks you so much ^^
I found what i was looking for.
_________________
|
|
Back to top |
|
 |
Jani Grandmaster Cheater
Reputation: 2
Joined: 29 Dec 2006 Posts: 804
|
Posted: Mon Apr 28, 2008 8:13 am Post subject: |
|
|
XxOsirisxX wrote: | Snootae wrote: | search CreateWindow or CreateWindowEx, you make all your forms and buttons and such using that | I found what i was looking for. | IMO OOP and those shouldn't be mentioned in the same topic :P
|
|
Back to top |
|
 |
|