Skip to content

jrziviani/C-Moderno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

Modern C++

This project is a wiki explaining how to write Modern C++ code from the ground up.

I intend to cover the most used features of C++, in order to understand how and when use such features to craft a reliable, maintainable e efficient code. It means that I want to explore them to the bone, reading assembly if necessary but with no milestones (so far).

If you want to contribute, fixing English mistakes, wrong concepts or simply discuss a question don't think twice before mailing me here. You can open issues as well. :)

Index

  1. Home
  2. Object Oriented
  3. Object Oriented II
  4. Fundamental Types
  5. My First Class
  6. Constructors e Destructors
  7. Default constructors assignments are enough?
  8. Copy And Swap Idiom
  9. Pointers and References
  10. Classes Relationships

About

How to write good C++ code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published