Hello everyone,
For the MSDN template sample,
http://msdn2.microsoft.com/en-us/library/w98s4hs8.aspx
My questions are,
1. does voidorCode:f(char) { printf_s("f(char)\n");}instantise function g to parameter type char?Code:g('c');
2. "This can cause overloads to be declared after the template (but before the template is instantiated) to be seen." What does this mean?
thanks in advance,
George



LinkBack URL
About LinkBacks



CornedBee