| View previous topic :: View next topic |
| Author |
Message |
MegaForum Grandmaster Cheater
Reputation: 0
Joined: 20 Aug 2007 Posts: 558
|
Posted: Mon Oct 22, 2007 4:36 pm Post subject: To All C++ Coders! |
|
|
Where did you learn your C++? Ive used many online guides,books, and other tutorials on learning C++ and all just end up failing. I am fairly well with computers but am i just not understanding this? If you have something that worked good for you, mind posting it?
I'd like something that will actually explain commands(what it does, what its stands for,ect.) and not just tell that you right this word on that line.
Thanks in advance!
|
|
| Back to top |
|
 |
Hackerdevelopment Advanced Cheater
Reputation: 0
Joined: 11 Oct 2007 Posts: 55
|
Posted: Mon Oct 22, 2007 4:53 pm Post subject: |
|
|
| im learning from a book.
|
|
| Back to top |
|
 |
MegaForum Grandmaster Cheater
Reputation: 0
Joined: 20 Aug 2007 Posts: 558
|
Posted: Mon Oct 22, 2007 4:54 pm Post subject: |
|
|
| Hackerdevelopment wrote: | | im learning from a book. |
whats the name of it?
|
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Mon Oct 22, 2007 4:58 pm Post subject: |
|
|
i learned from source code and msdn
reading commented source code / tutorials is a great thing
i never did a cplusplus.com type of tut though
_________________
|
|
| Back to top |
|
 |
Hackerdevelopment Advanced Cheater
Reputation: 0
Joined: 11 Oct 2007 Posts: 55
|
Posted: Mon Oct 22, 2007 4:58 pm Post subject: |
|
|
| C++ Without Fear.
|
|
| Back to top |
|
 |
MegaForum Grandmaster Cheater
Reputation: 0
Joined: 20 Aug 2007 Posts: 558
|
Posted: Mon Oct 22, 2007 5:06 pm Post subject: |
|
|
| blankrider wrote: | i learned from source code and msdn
reading commented source code / tutorials is a great thing
i never did a cplusplus.com type of tut though |
i tried online tuts and stuff like C++ for dummies LOL. not that good
|
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Mon Oct 22, 2007 5:18 pm Post subject: |
|
|
well find out something you want to do, then read up on it
maybe its creating a simple window
then adding stuff.
then eventually maybe directx9 (Thats where i am)
read up on articles and examine source code... i learn differently than most people so this works for me
_________________
|
|
| Back to top |
|
 |
Hackerdevelopment Advanced Cheater
Reputation: 0
Joined: 11 Oct 2007 Posts: 55
|
Posted: Mon Oct 22, 2007 5:27 pm Post subject: |
|
|
| I tried looking at online tuts but i didnt understand it so i got a book.
|
|
| Back to top |
|
 |
MegaForum Grandmaster Cheater
Reputation: 0
Joined: 20 Aug 2007 Posts: 558
|
Posted: Mon Oct 22, 2007 5:36 pm Post subject: |
|
|
| blankrider wrote: | well find out something you want to do, then read up on it
maybe its creating a simple window
then adding stuff.
then eventually maybe directx9 (Thats where i am)
read up on articles and examine source code... i learn differently than most people so this works for me |
I want to beable to code programs, but i want to understand what i am doing before i start inputing words and things i don't understand.
|
|
| Back to top |
|
 |
Heartless I post too much
Reputation: 0
Joined: 03 Dec 2006 Posts: 2436
|
Posted: Mon Oct 22, 2007 5:51 pm Post subject: |
|
|
C++ for the absolute beginner
C++ without fear
|
|
| Back to top |
|
 |
Negima I post too much
Reputation: 5
Joined: 22 May 2007 Posts: 2221
|
Posted: Mon Oct 22, 2007 5:57 pm Post subject: |
|
|
| Practicle C++ programming
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Mon Oct 22, 2007 6:19 pm Post subject: |
|
|
when i read source code i see how things fit together and usually ill remember that, maybe its just me
_________________
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Mon Oct 22, 2007 6:20 pm Post subject: |
|
|
| blankrider wrote: | | when i read source code i see how things fit together and usually ill remember that, maybe its just me |
Depending on the size of the code I can do that too, but sometimes I still need to reference here and there if I forget some of the params and such of something.
_________________
- Retired. |
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Mon Oct 22, 2007 6:26 pm Post subject: |
|
|
which is why i said msdn
MSDN IS YOUR BEST FRIEND NEXT TO GOOGLE BUT GOOGLE OFTEN HAS MSDN AS NUMBER ONE SEARCH. USE MSDN!
_________________
|
|
| Back to top |
|
 |
|