Click here to Skip to main content
15,887,267 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ++ operator in the case of pointers Pin
jsc4217-Nov-21 4:58
professionaljsc4217-Nov-21 4:58 
GeneralRe: ++ operator in the case of pointers Pin
k505417-Nov-21 5:20
mvek505417-Nov-21 5:20 
Questionc++ code interpreter/debugging tool Pin
Calin Negru10-Nov-21 1:40
Calin Negru10-Nov-21 1:40 
AnswerRe: c++ code interpreter/debugging tool Pin
jeron110-Nov-21 6:09
jeron110-Nov-21 6:09 
GeneralRe: c++ code interpreter/debugging tool Pin
Calin Negru10-Nov-21 7:36
Calin Negru10-Nov-21 7:36 
GeneralRe: c++ code interpreter/debugging tool Pin
jeron110-Nov-21 7:47
jeron110-Nov-21 7:47 
General[edit] Re: c++ code interpreter/debugging tool Pin
Calin Negru10-Nov-21 8:25
Calin Negru10-Nov-21 8:25 
AnswerRe: c++ code interpreter/debugging tool Pin
k505410-Nov-21 8:23
mvek505410-Nov-21 8:23 
I'm not sure, excactly, what it is you're trying to accomplish. If you're thinking of creating a full C++ interpreter, then maybe you want to look at the Cling - ROOT project. However, that is a Linux only project, so it probably wont fit your needs. There might be a good C++ interpreter available for windows out there, you'll just have to google for it.
If what you are trying to achieve is more along the lines of code analysis, then maybe clang-tidy is more what you are thinking of, in which case see here: Using Clang-Tidy in Visual Studio | Microsoft Docs
But maybe I've misunderstood what it is you're trying to do. Perhaps the exercise of writing a C++ parser is in itself worth the effort for you, in which case, have at it!
Keep Calm and Carry On

GeneralRe: c++ code interpreter/debugging tool Pin
Calin Negru10-Nov-21 19:40
Calin Negru10-Nov-21 19:40 
GeneralRe: c++ code interpreter/debugging tool Pin
Greg Utas11-Nov-21 2:06
professionalGreg Utas11-Nov-21 2:06 
GeneralRe: c++ code interpreter/debugging tool Pin
Calin Negru11-Nov-21 2:58
Calin Negru11-Nov-21 2:58 
GeneralRe: c++ code interpreter/debugging tool Pin
Greg Utas11-Nov-21 3:15
professionalGreg Utas11-Nov-21 3:15 
GeneralRe: c++ code interpreter/debugging tool Pin
Calin Negru11-Nov-21 6:49
Calin Negru11-Nov-21 6:49 
AnswerRe: c++ code interpreter/debugging tool Pin
Randor 13-Nov-21 3:54
professional Randor 13-Nov-21 3:54 
GeneralRe: c++ code interpreter/debugging tool Pin
Calin Negru13-Nov-21 6:01
Calin Negru13-Nov-21 6:01 
QuestionMessage Closed Pin
22-Oct-21 7:10
Member 1496877122-Oct-21 7:10 
AnswerRe: Where to find resource on "how to analyze " system call output Pin
k505422-Oct-21 8:31
mvek505422-Oct-21 8:31 
QuestionChanging the icons displayed on an outlook bar style property sheet (class CMFCPropertySheet) Pin
rdeekonda20-Oct-21 21:05
rdeekonda20-Oct-21 21:05 
AnswerRe: Changing the icons displayed on an outlook bar style property sheet (class CMFCPropertySheet) Pin
Richard MacCutchan20-Oct-21 22:21
mveRichard MacCutchan20-Oct-21 22:21 
GeneralRe: Changing the icons displayed on an outlook bar style property sheet (class CMFCPropertySheet) Pin
rdeekonda21-Oct-21 21:47
rdeekonda21-Oct-21 21:47 
GeneralRe: Changing the icons displayed on an outlook bar style property sheet (class CMFCPropertySheet) Pin
Victor Nijegorodov21-Oct-21 22:55
Victor Nijegorodov21-Oct-21 22:55 
GeneralRe: Changing the icons displayed on an outlook bar style property sheet (class CMFCPropertySheet) Pin
rdeekonda22-Oct-21 6:10
rdeekonda22-Oct-21 6:10 
GeneralRe: Changing the icons displayed on an outlook bar style property sheet (class CMFCPropertySheet) Pin
Victor Nijegorodov22-Oct-21 6:55
Victor Nijegorodov22-Oct-21 6:55 
GeneralRe: Changing the icons displayed on an outlook bar style property sheet (class CMFCPropertySheet) Pin
rdeekonda24-Oct-21 6:12
rdeekonda24-Oct-21 6:12 
GeneralRe: Changing the icons displayed on an outlook bar style property sheet (class CMFCPropertySheet) Pin
rdeekonda25-Oct-21 2:31
rdeekonda25-Oct-21 2:31 

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.