source: testjes/strn.cpp @ 10

Last change on this file since 10 was 10, checked in by willem, 11 years ago

willem

File size: 206 bytes
Line 
1#include <iostream>
2#include "../trunk/utils.h"
3int main()
4{
5  std::string a;
6  a="123:8827";
7  int ia = StringToNumber<int>(a);
8  std::cout << a << std::endl;
9  std::cout << ia << std::endl;
10  return 0;
11}
Note: See TracBrowser for help on using the repository browser.