| View previous topic :: View next topic |
| Author |
Message |
cemow Newbie cheater
Reputation: 0
Joined: 22 Jan 2012 Posts: 10
|
Posted: Sun Feb 05, 2012 1:31 pm Post subject: How hard could It be to learn C++ |
|
|
| I know C, but sometimes I require C++ at some situations. So my question is, how hard could it be to learn C++ since I know C?
|
|
| Back to top |
|
 |
Acubra Advanced Cheater
Reputation: 0
Joined: 19 Jun 2011 Posts: 64 Location: C:\Windows\System32\HoG
|
Posted: Sun Feb 05, 2012 4:36 pm Post subject: |
|
|
Hey,
not very hard. Just google differences between c and c++ and you will learn the major differences very fast.
|
|
| Back to top |
|
 |
Stylo Grandmaster Cheater Supreme
Reputation: 3
Joined: 16 May 2007 Posts: 1073 Location: Israel
|
Posted: Sun Feb 05, 2012 10:57 pm Post subject: |
|
|
You'll find out that C++ is actually C with OOP and that there's not much difference between them.
_________________
Stylo |
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Mon Feb 06, 2012 4:09 pm Post subject: |
|
|
I'd recommend reading the Wiki article about the changes in C++
http://en.wikipedia.org/wiki/C%2B%2B
Those are some key points that are part of C++.
Overall though, it's not hard to learn if you understand C already.
_________________
- Retired. |
|
| Back to top |
|
 |
cemow Newbie cheater
Reputation: 0
Joined: 22 Jan 2012 Posts: 10
|
Posted: Mon Feb 06, 2012 6:21 pm Post subject: |
|
|
| Thank you all for suggestions, I knew some basic similarities like data structures, stack, que, linked list, vs. are same but needed some ideas about this situation.
|
|
| Back to top |
|
 |
|