User profile: cppbliss

User info
User name:cppbliss
History
Joined:
Number of posts:1
Latest posts:

defining a function with template after main()
prototype should be placed before main like this (on line 3) template<class T> void print(T var); ...