Revision history of "CPP/Exceptions"

From ProgrammingExamples
Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 08:12, 23 June 2010‎ Daviddoria (Talk | contribs)‎ . . (660 bytes) (+660)‎ . . (Created page with '==Exceptions.cpp== <source lang="cpp"> #include <iostream> #include <fstream> using namespace std; int main() { try { // Statements that may throw exceptions you want tâ€Ĥ')