C++ Parsers
-
I am looking for any C++ kinda parser which can give me list of classes, functions and variable etc. in any C++ file/files. Basically i am thinking of writing a documentation system for C++.. Any recommendations in this regard would be highly appreciated Thanks Muhammad Shoaib Khan http://geocities.com/lansolution
You might try the C++ forum :) Rocky <>< www.HintsAndTips.com - Now with "Recommendation" postings www.MyQuickPoll.com - Now with Recent Poll List www.GotTheAnswerToSpam.com - Again :)
-
You might try the C++ forum :) Rocky <>< www.HintsAndTips.com - Now with "Recommendation" postings www.MyQuickPoll.com - Now with Recent Poll List www.GotTheAnswerToSpam.com - Again :)
Rocky Moore wrote: You might try the C++ forum Noooooo...not the C+plus+plus forum. I hear rumor about there being only real programmers lurking there. You can always tell them apart from other forms of programmer by the missing leg...
I Do Whatever My Rice Krispies Tell Me To. Toasty0.com
-
Rocky Moore wrote: You might try the C++ forum Noooooo...not the C+plus+plus forum. I hear rumor about there being only real programmers lurking there. You can always tell them apart from other forms of programmer by the missing leg...
I Do Whatever My Rice Krispies Tell Me To. Toasty0.com
-
I am looking for any C++ kinda parser which can give me list of classes, functions and variable etc. in any C++ file/files. Basically i am thinking of writing a documentation system for C++.. Any recommendations in this regard would be highly appreciated Thanks Muhammad Shoaib Khan http://geocities.com/lansolution
What about GCC-XML: http://www.gccxml.org/HTML/Index.html[^] It will give you an xml representation of the source code. You can then massage the xml into whatever you want...
MBH
-
Rocky Moore wrote: You might try the C++ forum Noooooo...not the C+plus+plus forum. I hear rumor about there being only real programmers lurking there. You can always tell them apart from other forms of programmer by the missing leg...
I Do Whatever My Rice Krispies Tell Me To. Toasty0.com
You should know that no real programmer will be found in a legacy technology forum :) Rocky <>< www.HintsAndTips.com - Now with "Recommendation" postings www.MyQuickPoll.com - Now with Recent Poll List www.GotTheAnswerToSpam.com - Again :)
-
I am looking for any C++ kinda parser which can give me list of classes, functions and variable etc. in any C++ file/files. Basically i am thinking of writing a documentation system for C++.. Any recommendations in this regard would be highly appreciated Thanks Muhammad Shoaib Khan http://geocities.com/lansolution
For a parsing system, try the Program Database Toolkit However, if you're after a documentation system....what about one of the existing toolikts like Doxygen. Stuart Dootson 'Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p'
-
Rocky Moore wrote: You might try the C++ forum Noooooo...not the C+plus+plus forum. I hear rumor about there being only real programmers lurking there. You can always tell them apart from other forms of programmer by the missing leg...
I Do Whatever My Rice Krispies Tell Me To. Toasty0.com
Toasty0 wrote: not the C+plus+plus forum C++++? New and improved formula! Now with more added plussiness! Hurry while stocks last! In an independant study, nine out of ten programmers said they prefered CeePlusPlusPlusPlus to any other leading brand! -- Help me! I'm turning into a grapefruit! Phoenix Paint - back from DPaint's ashes!
-
You should know that no real programmer will be found in a legacy technology forum :) Rocky <>< www.HintsAndTips.com - Now with "Recommendation" postings www.MyQuickPoll.com - Now with Recent Poll List www.GotTheAnswerToSpam.com - Again :)
-
Rocky Moore wrote: You might try the C++ forum Noooooo...not the C+plus+plus forum. I hear rumor about there being only real programmers lurking there. You can always tell them apart from other forms of programmer by the missing leg...
I Do Whatever My Rice Krispies Tell Me To. Toasty0.com
They knaw them off in frustration while trying to figure out the intricacies of the Visual Studio .NET object model. Guess what I was doing yesterday? :rolleyes: Anna :rose: Riverblade Ltd - Software Consultancy Services Anna's Place | Tears and Laughter "Be yourself - not what others think you should be" - Marcia Graesch "Anna's just a sexy-looking lesbian tart" - A friend, trying to wind me up. It didn't work.
-
For a parsing system, try the Program Database Toolkit However, if you're after a documentation system....what about one of the existing toolikts like Doxygen. Stuart Dootson 'Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p'
Stuart Dootson wrote: However, if you're after a documentation system....what about one of the existing toolikts like Doxygen. Actually i wanna make my own.. I want to try something new in doc systems. Muhammad Shoaib Khan http://geocities.com/lansolution
-
I am looking for any C++ kinda parser which can give me list of classes, functions and variable etc. in any C++ file/files. Basically i am thinking of writing a documentation system for C++.. Any recommendations in this regard would be highly appreciated Thanks Muhammad Shoaib Khan http://geocities.com/lansolution
There was discussion on that last week on the boost list; start by looking up that thread and have a look at this page: http://spirit.sourceforge.net/repository/applications/show_contents.php There are some C++ processing tools there.
-
They knaw them off in frustration while trying to figure out the intricacies of the Visual Studio .NET object model. Guess what I was doing yesterday? :rolleyes: Anna :rose: Riverblade Ltd - Software Consultancy Services Anna's Place | Tears and Laughter "Be yourself - not what others think you should be" - Marcia Graesch "Anna's just a sexy-looking lesbian tart" - A friend, trying to wind me up. It didn't work.
Anna-Jayne Metcalfe wrote: Guess what I was doing yesterday? Any ideas how to set a default email signature in Lotus Notes? I'm rapidly running out of limbs *hides* -- Help me! I'm turning into a grapefruit! Phoenix Paint - back from DPaint's ashes!
-
Anna-Jayne Metcalfe wrote: Guess what I was doing yesterday? Any ideas how to set a default email signature in Lotus Notes? I'm rapidly running out of limbs *hides* -- Help me! I'm turning into a grapefruit! Phoenix Paint - back from DPaint's ashes!
There is a way, at least in Notes 4.5. I've not tried it for ages though, and can't remember where it is on the menu. As a guide, when searching for a feature in Notes, look everywhere you think it couldn't logically be... Anna :rose: Riverblade Ltd - Software Consultancy Services Anna's Place | Tears and Laughter "Be yourself - not what others think you should be" - Marcia Graesch "Anna's just a sexy-looking lesbian tart" - A friend, trying to wind me up. It didn't work.
-
They knaw them off in frustration while trying to figure out the intricacies of the Visual Studio .NET object model. Guess what I was doing yesterday? :rolleyes: Anna :rose: Riverblade Ltd - Software Consultancy Services Anna's Place | Tears and Laughter "Be yourself - not what others think you should be" - Marcia Graesch "Anna's just a sexy-looking lesbian tart" - A friend, trying to wind me up. It didn't work.
I was fooled by the straight-forward structure of the .NET Framework into thinking extending VS.NET would be dead easy. Hah! What a nightmare. This might help you out though. regards, Paul Watson Bluegrass South Africa Michael Dunn wrote: "except the sod who voted this a 1, NO SOUP FOR YOU" Crikey! ain't life grand?
-
I was fooled by the straight-forward structure of the .NET Framework into thinking extending VS.NET would be dead easy. Hah! What a nightmare. This might help you out though. regards, Paul Watson Bluegrass South Africa Michael Dunn wrote: "except the sod who voted this a 1, NO SOUP FOR YOU" Crikey! ain't life grand?
<sarcasm>
Oh but it's so much fun Paul :-D</sarcasm>
My bug of the day is the fact that aProjectAdded
event gets fired when a file which is not within a project is opened for editing within the IDE. I can only surmise that an empty project is created to enclose the file whilst it's being edited... :~ Mind you, the MAPI stuff Beth works with makes writing a VS.NET add-in look simple. Thast's not fun at all! :wtf: Anna :rose: Riverblade Ltd - Software Consultancy Services Anna's Place | Tears and Laughter "Be yourself - not what others think you should be" - Marcia Graesch "Anna's just a sexy-looking lesbian tart" - A friend, trying to wind me up. It didn't work. -
You should know that no real programmer will be found in a legacy technology forum :) Rocky <>< www.HintsAndTips.com - Now with "Recommendation" postings www.MyQuickPoll.com - Now with Recent Poll List www.GotTheAnswerToSpam.com - Again :)