Click here to Skip to main content
15,911,360 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Duplicate Pin
3-Aug-01 1:55
suss3-Aug-01 1:55 
GeneralRe: Duplicate Pin
3-Aug-01 2:45
suss3-Aug-01 2:45 
GeneralRe: Duplicate Pin
Baafie4-Aug-01 8:57
Baafie4-Aug-01 8:57 
GeneralFirst articles ready ... Pin
.::RockNix::.3-Aug-01 1:17
.::RockNix::.3-Aug-01 1:17 
GeneralRe: First articles ready ... Pin
3-Aug-01 8:10
suss3-Aug-01 8:10 
QuestionCan some clever person help with this?! Pin
2-Aug-01 22:45
suss2-Aug-01 22:45 
AnswerRe: Can some clever person help with this?! Pin
Derek Lakin2-Aug-01 23:12
Derek Lakin2-Aug-01 23:12 
AnswerRe: Can some clever person help with this?! Pin
Bret Faller3-Aug-01 9:50
Bret Faller3-Aug-01 9:50 
I don't know if this helps but this works:

template<class t=""> void f(T value);
void main() {
int nNum = 3;
const int *p = &nNum;
f(*p);
}

template <class t=""> void f(T value)
{
printf("%d", value);
}


Bret Faller
Odyssey Computing, Inc.
GeneralCComboBox Pin
Gérald Mercet2-Aug-01 22:43
Gérald Mercet2-Aug-01 22:43 
GeneralRe: CComboBox Pin
Michael Dunn3-Aug-01 8:34
sitebuilderMichael Dunn3-Aug-01 8:34 
GeneralCDialog Pin
2-Aug-01 22:15
suss2-Aug-01 22:15 
GeneralRe: CDialog Pin
Christian Graus4-Aug-01 2:45
protectorChristian Graus4-Aug-01 2:45 
GeneralSelecting elements on a drawing Pin
2-Aug-01 22:09
suss2-Aug-01 22:09 
GeneralRe: Selecting elements on a drawing Pin
3-Aug-01 2:04
suss3-Aug-01 2:04 
QuestionHow to include a MFC DLL in to a project created without MFC ? Pin
Gabriel Ciuloaica2-Aug-01 21:59
Gabriel Ciuloaica2-Aug-01 21:59 
AnswerRe: How to include a MFC DLL in to a project created without MFC ? Pin
3-Aug-01 1:52
suss3-Aug-01 1:52 
GeneralRe: How to include a MFC DLL in to a project created without MFC ? Pin
Gabriel Ciuloaica3-Aug-01 3:38
Gabriel Ciuloaica3-Aug-01 3:38 
GeneralChanging Files icons Pin
Hami2-Aug-01 21:15
Hami2-Aug-01 21:15 
QuestionWhich method of CFile write a new line in text file ? Pin
2-Aug-01 18:25
suss2-Aug-01 18:25 
AnswerRe: Which method of CFile write a new line in text file ? Pin
Michael Martin2-Aug-01 19:12
professionalMichael Martin2-Aug-01 19:12 
AnswerRe: Which method of CFile write a new line in text file ? Pin
Bob Groves2-Aug-01 20:36
Bob Groves2-Aug-01 20:36 
GeneralEncode URL data Pin
Winston,Dang2-Aug-01 17:54
Winston,Dang2-Aug-01 17:54 
GeneralThe XP Problem Pin
2-Aug-01 15:17
suss2-Aug-01 15:17 
GeneralRe: The XP Problem Pin
Christian Graus2-Aug-01 16:34
protectorChristian Graus2-Aug-01 16:34 
GeneralRe: The XP Problem Pin
Ben Burnett2-Aug-01 17:24
Ben Burnett2-Aug-01 17:24 

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.