Jump to content
Nytro

From C to C++: A quick reference for aging programmers

Recommended Posts

From C to C++: A quick reference for aging programmers

So you were a great system programmer, back in the old days; your low level programs were celebrated by clever people, you loved C pointers and some days even considered Assembler as an option. You were happy and self-confident. But somehow you screwed something, got trapped in a time vortex and you ended today, trying to maintain or develop a program using that pesky Object Oriented Programming model in something called C++. I understand you; follow this guide and learn a bunch of things that will put you out of your misery and understand this brave new world.

    Structs
Classes
Encapsulation
Constructors and destructors
This
Inheritance
Virtual methods
Overloading
Function and method overloading
Operator overloading
References
Exceptions
Templates
Other features
Default values for function arguments
New and delete
See also

Articol:

http://triptico.com/docs/c2cpp.html

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...