Click here to Skip to main content
15,894,825 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Any one can help me with these code Pin
Iain Clarke, Warrior Programmer24-Feb-09 23:51
Iain Clarke, Warrior Programmer24-Feb-09 23:51 
GeneralRe: Any one can help me with these code Pin
CPallini25-Feb-09 0:38
mveCPallini25-Feb-09 0:38 
QuestionHow can stop highligting button control? Pin
Le@rner24-Feb-09 20:34
Le@rner24-Feb-09 20:34 
AnswerRe: How can stop highligting button control? Pin
Iain Clarke, Warrior Programmer24-Feb-09 21:59
Iain Clarke, Warrior Programmer24-Feb-09 21:59 
AnswerRe: How can stop highligting button control? Pin
Hamid_RT24-Feb-09 22:16
Hamid_RT24-Feb-09 22:16 
GeneralRe: How can stop highligting button control? Pin
Le@rner24-Feb-09 22:18
Le@rner24-Feb-09 22:18 
GeneralRe: How can stop highligting button control? Pin
Hamid_RT24-Feb-09 22:22
Hamid_RT24-Feb-09 22:22 
QuestionHow to get function name? Pin
hanlei000000000924-Feb-09 20:05
hanlei000000000924-Feb-09 20:05 
Thanks all!

void fun() 
{ 
  string str; 

  str = ???; //How to get the function("call") name which is call this function?

  cout << str << endl; // I want output "call" 
} 

void call()
{
  fun();
}


modified on Wednesday, February 25, 2009 2:19 AM

AnswerRe: How to get current function name? Pin
«_Superman_»24-Feb-09 20:20
professional«_Superman_»24-Feb-09 20:20 
GeneralRe: How to get current function name? Pin
Iain Clarke, Warrior Programmer24-Feb-09 22:00
Iain Clarke, Warrior Programmer24-Feb-09 22:00 
GeneralRe: How to get current function name? Pin
Hamid_RT24-Feb-09 22:17
Hamid_RT24-Feb-09 22:17 
GeneralRe: How to get current function name? Pin
CPallini24-Feb-09 22:16
mveCPallini24-Feb-09 22:16 
AnswerRe: How to get function name? Pin
Code-o-mat25-Feb-09 0:42
Code-o-mat25-Feb-09 0:42 
AnswerRe: How to get function name? Pin
Stuart Dootson25-Feb-09 12:14
professionalStuart Dootson25-Feb-09 12:14 
QuestionHow know revice type Pin
pri_skit24-Feb-09 19:30
pri_skit24-Feb-09 19:30 
QuestionHow to set focus for CFolderTreePane in MFC Featurepack? Pin
N B sowmi24-Feb-09 19:28
N B sowmi24-Feb-09 19:28 
QuestionSet Monitor Contrast.............? Pin
shaina223124-Feb-09 19:23
shaina223124-Feb-09 19:23 
AnswerRe: Set Monitor Contrast.............? Pin
MANISH RASTOGI24-Feb-09 21:56
MANISH RASTOGI24-Feb-09 21:56 
AnswerRe: Set Monitor Contrast.............? Pin
Stuart Dootson25-Feb-09 12:22
professionalStuart Dootson25-Feb-09 12:22 
QuestionMenu items are not closong when we clicked on HtmlView . Pin
N B sowmi24-Feb-09 19:04
N B sowmi24-Feb-09 19:04 
QuestionAbout the question of "CreateProcess" ! Pin
zxw284424-Feb-09 18:44
zxw284424-Feb-09 18:44 
QuestionRe: About the question of "CreateProcess" ! Pin
«_Superman_»24-Feb-09 19:27
professional«_Superman_»24-Feb-09 19:27 
QuestionRe: About the question of "CreateProcess" ! Pin
zxw284424-Feb-09 21:15
zxw284424-Feb-09 21:15 
AnswerRe: About the question of "CreateProcess" ! Pin
CPallini24-Feb-09 23:01
mveCPallini24-Feb-09 23:01 
GeneralRe: About the question of "CreateProcess" ! Pin
zxw284425-Feb-09 2:17
zxw284425-Feb-09 2:17 

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.