Revision history of "CPP/Classes/Conversion Function"

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) 13:29, 21 July 2010FirstPerson (Talk | contribs). . (594 bytes) (+594). . (Created page with '<source lang = "cpp"> #include <iostream> #include <climits> #include <sstream> #include <string> using namespace std; template<typename R, typename T> R to(const T& in){ stri…')