MSDN template sample

Joined
Feb 12, 2008
Messages
108
Reaction score
0
Hello everyone,


For the MSDN template sample,

http://msdn2.microsoft.com/en-us/library/w98s4hs8.aspx

My questions are,

1. does void
Code:
f(char) { printf_s("f(char)\n");}
or
Code:
g('c');
instantise function g to parameter type char?

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top