summaryrefslogtreecommitdiffhomepage
path: root/c++.html.markdown
Commit message (Expand)AuthorAgeLines
...
* GrammarPushkar Sharma2015-10-05-2/+2
* Fixed a mistake from previous commit.Pushkar Sharma2015-10-05-2/+2
* Update c++.html.markdownPushkar Sharma2015-10-04-0/+6
* Add to contributorsAlva Connor Waters2015-10-02-0/+1
* Misc. typos and formattingAlva Connor Waters2015-10-02-33/+39
* More explanation on virtual destructorsAlva Connor Waters2015-10-02-1/+4
* Clarify character literalsAlva Connor Waters2015-10-02-4/+4
* Update c++.html.markdownGeorge Gognadze2015-10-01-1/+1
* A note about RVOGeoff Liu2015-09-02-1/+4
* Now that we explained move semanticsGeoff Liu2015-08-30-1/+2
* More about temporary objectsGeoff Liu2015-08-30-0/+16
* Merge remote-tracking branch 'upstream/master'Geoff Liu2015-08-30-3/+4
|\
| * Fix C++ namespace explanationGeoff Liu2015-08-28-3/+4
* | A little more about C++ referencesGeoff Liu2015-08-30-0/+51
|/
* Updated other exception to also be runtime_error type instead.Adam2015-06-02-1/+1
* Using std::runtime_error instead of std::exception.Adam2015-06-02-1/+2
* Template example class should have public method so it can get called externa...Adam2015-06-01-0/+1
* Exceptions do not take a string argument in their constructor.Adam2015-06-01-2/+2
* Add missing semicolons.Adam2015-05-31-2/+2
* Remove return type from Dog class constructor and destructor, change nonexist...Adam2015-05-31-3/+3
* [c++/en] Fixed typos.Hans Ole Hatzel2015-05-20-3/+3
* comment changesGeoff Liu2015-05-06-3/+3
* Response to commentsGeoff Liu2015-05-05-8/+31
* Minor fixGeoff Liu2015-05-04-3/+4
* Templates and suchGeoff Liu2015-05-04-0/+102
* Neither gcc nor clang accept void main.MoreMoschops2015-04-26-2/+1
* [c++/en] Fix spellingArnie972015-04-11-1/+1
* Closes #1000Arnie972015-03-13-3/+5
* 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
* Address @levibostian's concerns for #800Matt Kline2014-10-17-15/+41
* Add C++ section about RAIIMatt Kline2014-10-17-1/+129
* 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
* 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
* Added missing ";"Kirill2014-09-13-3/+3
* Created c++ tutorialSteven Basart2014-09-10-0/+349