Integer and String Conversion using C++ Generics
I have created some template functions for string to int and int to string
conversion. The typename keyword came real handy. Although C++11 has
support for to_string and other type conversions.
#include <iostream>
#include <sstream>
using namespace ...
blog.mdminhazulhaque.io1 min read