I decided to learn the template any how....
but... Each level is giving me the trauma staring up with the domino one after another.. please help....
Problem is
I use both printf(); and cout<< for the console output...
now the problem lies that i can't just leave one of them.. since they both have the amazing distinct features...
for eg.
"cout" -> I don't have to think what i am printing (char, int, float , double)
"printf()" -> I have the facility of some thing like %2d (making spaces)
Piece of Mind: features might be more but my i might be unaware of it... (if possible help me out)
Now problem is.... when i use the templates.
the print() becomes mad.... when the data type goes to hell..
and cout is the thing i know which does not provide me like (%2f) what should i do??