T B H P N

Converter.h, Converter.cpp, Converter.txt, Code Folder

Illustrates a useful conversion utilitiy.

CodeUtilities.txt

  test std::string Converter<T>::toString(T)
 --------------------------------------------
  Converting from values to strings: 3.14159, 73, a_test_string plus more

  test T Converter<T>::toValue(std::string)
 -------------------------------------------
  Converting from strings to values: 3.14159, 73, a_test_string

Press any key to continue . . .