Click here to Skip to main content
15,900,466 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: circuit solving Pin
toxcct27-Nov-06 22:37
toxcct27-Nov-06 22:37 
AnswerRe: circuit solving Pin
vijay_aroli28-Nov-06 1:53
vijay_aroli28-Nov-06 1:53 
GeneralRe: circuit solving Pin
toxcct28-Nov-06 2:31
toxcct28-Nov-06 2:31 
GeneralRe: circuit solving Pin
Mark Salsbery28-Nov-06 6:26
Mark Salsbery28-Nov-06 6:26 
GeneralRe: circuit solving Pin
Rudolf Jan29-Nov-06 0:23
Rudolf Jan29-Nov-06 0:23 
GeneralRe: circuit solving Pin
Mark Salsbery29-Nov-06 4:35
Mark Salsbery29-Nov-06 4:35 
AnswerRe: circuit solving Pin
David Crow28-Nov-06 2:52
David Crow28-Nov-06 2:52 
Question__FILE__ and __LINE__ Pin
vikramlinux27-Nov-06 20:34
vikramlinux27-Nov-06 20:34 
hie,
can I put __FILE__ and __LINE__ macros inside the class function which may not be inline. And

void function()
{
classobject::LogInfo(...);
}

Internally LogInfo should log file name and line number. Here I dont want user to pass those macros and also dont want to use any macros.
Is there any soln?

vikram S
AnswerRe: __FILE__ and __LINE__ Pin
Nibu babu thomas27-Nov-06 21:22
Nibu babu thomas27-Nov-06 21:22 
GeneralRe: __FILE__ and __LINE__ Pin
vikramlinux27-Nov-06 21:43
vikramlinux27-Nov-06 21:43 
GeneralRe: __FILE__ and __LINE__ Pin
Nibu babu thomas27-Nov-06 21:47
Nibu babu thomas27-Nov-06 21:47 
GeneralRe: __FILE__ and __LINE__ Pin
vikramlinux27-Nov-06 22:02
vikramlinux27-Nov-06 22:02 
GeneralRe: __FILE__ and __LINE__ Pin
Nibu babu thomas27-Nov-06 22:06
Nibu babu thomas27-Nov-06 22:06 
GeneralRe: __FILE__ and __LINE__ Pin
vikramlinux27-Nov-06 22:09
vikramlinux27-Nov-06 22:09 
GeneralRe: __FILE__ and __LINE__ Pin
Rajesh R Subramanian27-Nov-06 22:27
professionalRajesh R Subramanian27-Nov-06 22:27 
GeneralRe: __FILE__ and __LINE__ Pin
Nibu babu thomas27-Nov-06 22:31
Nibu babu thomas27-Nov-06 22:31 
GeneralRe: __FILE__ and __LINE__ Pin
Rajesh R Subramanian27-Nov-06 23:19
professionalRajesh R Subramanian27-Nov-06 23:19 
GeneralRe: __FILE__ and __LINE__ Pin
Nibu babu thomas27-Nov-06 23:23
Nibu babu thomas27-Nov-06 23:23 
GeneralRe: __FILE__ and __LINE__ Pin
Rajesh R Subramanian27-Nov-06 23:25
professionalRajesh R Subramanian27-Nov-06 23:25 
GeneralRe: __FILE__ and __LINE__ Pin
Nibu babu thomas27-Nov-06 23:27
Nibu babu thomas27-Nov-06 23:27 
GeneralRe: __FILE__ and __LINE__ Pin
vikramlinux28-Nov-06 1:02
vikramlinux28-Nov-06 1:02 
AnswerRe: __FILE__ and __LINE__ Pin
Rick York28-Nov-06 7:45
mveRick York28-Nov-06 7:45 
QuestionConvert char* to BSTR Pin
Programm3r27-Nov-06 20:27
Programm3r27-Nov-06 20:27 
AnswerRe: Convert char* to BSTR Pin
Vinod Sankaranarayanan27-Nov-06 21:08
Vinod Sankaranarayanan27-Nov-06 21:08 
GeneralRe: Convert char* to BSTR Pin
Programm3r28-Nov-06 6:56
Programm3r28-Nov-06 6:56 

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.