summaryrefslogtreecommitdiffhomepage
path: root/c++.html.markdown
Commit message (Collapse)AuthorAgeLines
* fixed some typosRiku-Pekka Silvola2015-02-25-2/+2
|
* Reassignment to reference doesn't cause errorGeoff Liu2014-12-01-1/+4
|
* correcting the setName method Subramanian2014-10-27-1/+1
| | | set the method argument dogsName to name, instead of doggie_name
* Address @levibostian's concerns for #800Matt Kline2014-10-17-15/+41
|
* Add C++ section about RAIIMatt Kline2014-10-17-1/+129
| | | | | Future contributions will include standard library containers and C++11 features.
* Spell out favorite (instead of fav) in C++ docMatt Kline2014-10-17-3/+3
|
* Minor C++ fixesMatt Kline2014-10-12-3/+6
|
* Major overhaul of C++ documentationMatt Kline2014-10-12-222/+305
| | | | | | | | | | | | - Cleaned up and rephrased comments - Removed old and erroneous information - Normalized indentation to four spaces - Normalized style to "Stroustrup style" (http://www.stroustrup.com/bs_faq2.html#layout-style) - Added a section on references In the near future I plan on additional sections covering idiomatic use, such as RAII and C++11 paradigms.
* Remove trailing whitspace from c++.html.markdownMatt Kline2014-10-09-264/+265
|
* Add self as contributor to C++ docMatt Kline2014-10-09-0/+1
|
* Added correct syntax for c++ inheritance.eternalthinker2014-09-24-4/+3
| | | [more] Minor indent correction at namespaces intro example
* Added missing ";"Kirill2014-09-13-3/+3
|
* Created c++ tutorialSteven Basart2014-09-10-0/+349
c++