Click here to Skip to main content
16,005,178 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: cast template class A : public B, public vector [modified] Pin
yeti1111-Jan-07 22:40
yeti1111-Jan-07 22:40 
GeneralRe: cast template class A : public B, public vector Pin
yeti1111-Jan-07 23:11
yeti1111-Jan-07 23:11 
AnswerRe: cast template class A : public B, public vector Pin
Arman S.12-Jan-07 1:59
Arman S.12-Jan-07 1:59 
GeneralRe: cast template class A : public B, public vector Pin
yeti1112-Jan-07 2:10
yeti1112-Jan-07 2:10 
QuestionHow to force messages to be routed to a specific class ? Pin
Arris7411-Jan-07 21:54
Arris7411-Jan-07 21:54 
AnswerRe: How to force messages to be routed to a specific class ? Pin
Michael Dunn11-Jan-07 21:57
sitebuilderMichael Dunn11-Jan-07 21:57 
GeneralRe: How to force messages to be routed to a specific class ? Pin
Arris7411-Jan-07 22:40
Arris7411-Jan-07 22:40 
QuestionParsing C File Pin
abhi_code11-Jan-07 21:49
abhi_code11-Jan-07 21:49 
Hi,

I m working on a project wherein i need to parse c files to come up with some analysis.

Mainly, I need to identify global variable declarations and then their usage pattern in functions in c file i.e. whether that global variable is being read or written in a given statement.

e.g. if a g1 and g2 are 2 global vars say and l1 is a local variable say.
then for statement, g1 = localVar + g2 * 10;
g1 is being modified and g2 is being read here.
I want this read/write usage (R/W) to be reported.

I am using lex and yacc tools for identifying tokens and statements.
But within a given statement, I need to find out read/write pattern.

Any help in this regard would be really helpful.

Thank you in advance.









Abhijeet Jadhav

AnswerRe: Parsing C File Pin
Rage11-Jan-07 22:33
professionalRage11-Jan-07 22:33 
GeneralRe: Parsing C File Pin
abhi_code31-Jan-07 19:06
abhi_code31-Jan-07 19:06 
AnswerRe: Parsing C File Pin
James R. Twine12-Jan-07 1:42
James R. Twine12-Jan-07 1:42 
GeneralRe: Parsing C File Pin
abhi_code16-Jan-07 5:52
abhi_code16-Jan-07 5:52 
QuestionHow to type japanese font in resource in VC++ projects Pin
Atul2311-Jan-07 20:47
Atul2311-Jan-07 20:47 
AnswerRe: How to type japanese font in resource in VC++ projects Pin
Haroon Sarwar11-Jan-07 20:55
Haroon Sarwar11-Jan-07 20:55 
AnswerRe: How to type japanese font in resource in VC++ projects Pin
Rajesh R Subramanian11-Jan-07 21:02
professionalRajesh R Subramanian11-Jan-07 21:02 
AnswerRe: How to type japanese font in resource in VC++ projects Pin
Hamid_RT11-Jan-07 21:04
Hamid_RT11-Jan-07 21:04 
QuestionDifference between Service and Console Application Pin
Kotesh.N11-Jan-07 20:10
Kotesh.N11-Jan-07 20:10 
AnswerRe: Difference between Service and Console Application Pin
Jonathan [Darka]11-Jan-07 22:38
professionalJonathan [Darka]11-Jan-07 22:38 
GeneralRe: Difference between Service and Console Application Pin
ThatsAlok12-Jan-07 2:37
ThatsAlok12-Jan-07 2:37 
GeneralRe: Difference between Service and Console Application Pin
Jonathan [Darka]12-Jan-07 2:42
professionalJonathan [Darka]12-Jan-07 2:42 
GeneralRe: Difference between Service and Console Application Pin
David Crow12-Jan-07 2:51
David Crow12-Jan-07 2:51 
AnswerRe: Difference between Service and Console Application Pin
Cristian Amarie13-Jan-07 4:43
Cristian Amarie13-Jan-07 4:43 
QuestionIn which level windows services are running ( Low , Kernel, Application ) Pin
Kotesh.N11-Jan-07 20:08
Kotesh.N11-Jan-07 20:08 
AnswerRe: In which level windows services are running ( Low , Kernel, Application ) Pin
Jonathan [Darka]11-Jan-07 22:35
professionalJonathan [Darka]11-Jan-07 22:35 
AnswerRe: In which level windows services are running ( Low , Kernel, Application ) Pin
ThatsAlok12-Jan-07 2:38
ThatsAlok12-Jan-07 2:38 

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.