Click here to Skip to main content
15,920,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: instantiation point discussion Pin
George_George8-Mar-08 22:03
George_George8-Mar-08 22:03 
GeneralRe: instantiation point discussion Pin
Rajkumar R9-Mar-08 2:07
Rajkumar R9-Mar-08 2:07 
GeneralRe: instantiation point discussion Pin
George_George9-Mar-08 2:24
George_George9-Mar-08 2:24 
GeneralRe: instantiation point discussion Pin
Rajkumar R9-Mar-08 3:01
Rajkumar R9-Mar-08 3:01 
GeneralRe: instantiation point discussion Pin
George_George9-Mar-08 3:15
George_George9-Mar-08 3:15 
AnswerRe: instantiation point discussion Pin
Rajkumar R9-Mar-08 3:27
Rajkumar R9-Mar-08 3:27 
GeneralRe: instantiation point discussion Pin
George_George9-Mar-08 15:28
George_George9-Mar-08 15:28 
GeneralMSDN template sample Pin
George_George7-Mar-08 20:36
George_George7-Mar-08 20:36 
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");}[/Code] or [Code]g('c');[/Code] 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
GeneralRe: MSDN template sample Pin
CPallini7-Mar-08 23:29
mveCPallini7-Mar-08 23:29 
GeneralRe: MSDN template sample Pin
George_George8-Mar-08 21:59
George_George8-Mar-08 21:59 
GeneralRe: MSDN template sample Pin
CPallini8-Mar-08 22:55
mveCPallini8-Mar-08 22:55 
GeneralRe: MSDN template sample Pin
George_George9-Mar-08 2:05
George_George9-Mar-08 2:05 
GeneralRe: MSDN template sample Pin
CPallini9-Mar-08 3:57
mveCPallini9-Mar-08 3:57 
GeneralRe: MSDN template sample Pin
George_George9-Mar-08 15:22
George_George9-Mar-08 15:22 
GeneralRe: MSDN template sample Pin
CPallini9-Mar-08 22:08
mveCPallini9-Mar-08 22:08 
GeneralRe: MSDN template sample Pin
George_George9-Mar-08 22:35
George_George9-Mar-08 22:35 
QuestionRe: MSDN template sample Pin
CPallini9-Mar-08 22:48
mveCPallini9-Mar-08 22:48 
GeneralRe: MSDN template sample Pin
George_George9-Mar-08 23:41
George_George9-Mar-08 23:41 
Questionneed a very simple compiler written in visual c++!!! Pin
faradgi7-Mar-08 20:18
faradgi7-Mar-08 20:18 
AnswerRe: need a very simple compiler written in visual c++!!! Pin
Rajesh R Subramanian7-Mar-08 20:31
professionalRajesh R Subramanian7-Mar-08 20:31 
GeneralRe: need a very simple compiler written in visual c++!!! Pin
CPallini7-Mar-08 23:24
mveCPallini7-Mar-08 23:24 
GeneralRe: need a very simple compiler written in visual c++!!! Pin
Hamid_RT9-Mar-08 0:51
Hamid_RT9-Mar-08 0:51 
QuestionHow can read and write Video files? Pin
Le@rner7-Mar-08 18:51
Le@rner7-Mar-08 18:51 
AnswerRe: How can read and write Video files? Pin
Rajesh R Subramanian7-Mar-08 20:23
professionalRajesh R Subramanian7-Mar-08 20:23 
GeneralRe: How can read and write Video files? Pin
Le@rner7-Mar-08 20:48
Le@rner7-Mar-08 20:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.