Help with tool recommendation, to build a parse tree for C source code
I need a tool that can generate a tree for a C application. like walking through it to build which methods is called
programming c uml
add a comment |
I need a tool that can generate a tree for a C application. like walking through it to build which methods is called
programming c uml
add a comment |
I need a tool that can generate a tree for a C application. like walking through it to build which methods is called
programming c uml
I need a tool that can generate a tree for a C application. like walking through it to build which methods is called
programming c uml
programming c uml
edited Mar 1 '12 at 3:15
Ringtail
13.5k1249176
13.5k1249176
asked Mar 1 '12 at 1:57
Ahmed M. Fathy
34
34
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I think "best" is really subjective, but eclipse and eclipse CDT have loads of plugins.
This thread is probably relevant.
If you want a thing of absolute beauty shell out the money for Klockwork.
EDIT:Thought I would add this since the user complained about requiring an IDE. I would really rather do it from an IDE myself, but there are other options.
as i understand the thread you post it only let me to do the work by my self,but i need a tool that auto generate a tree only by giving it the source code of the application. i am trying to understand an application that written by some developer,and money is an issue.
– Ahmed M. Fathy
Mar 1 '12 at 2:25
generation of UML from code is EXACTLY what you are asking for
– RobotHumans
Mar 1 '12 at 2:26
the procedure would be something like import the source code you're examining into an eclipse project and run any of the plug-ins listed
– RobotHumans
Mar 1 '12 at 2:27
is there any apps other than eclipse that generate UML, sorry but am new in this field.
– Ahmed M. Fathy
Mar 1 '12 at 2:46
re-read my answer. the link references both plug-ins and BoUML. I added doxygen to the answer. I'm not sure what else you could possibly be expecting
– RobotHumans
Mar 1 '12 at 2:50
|
show 1 more comment
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f108986%2fhelp-with-tool-recommendation-to-build-a-parse-tree-for-c-source-code%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I think "best" is really subjective, but eclipse and eclipse CDT have loads of plugins.
This thread is probably relevant.
If you want a thing of absolute beauty shell out the money for Klockwork.
EDIT:Thought I would add this since the user complained about requiring an IDE. I would really rather do it from an IDE myself, but there are other options.
as i understand the thread you post it only let me to do the work by my self,but i need a tool that auto generate a tree only by giving it the source code of the application. i am trying to understand an application that written by some developer,and money is an issue.
– Ahmed M. Fathy
Mar 1 '12 at 2:25
generation of UML from code is EXACTLY what you are asking for
– RobotHumans
Mar 1 '12 at 2:26
the procedure would be something like import the source code you're examining into an eclipse project and run any of the plug-ins listed
– RobotHumans
Mar 1 '12 at 2:27
is there any apps other than eclipse that generate UML, sorry but am new in this field.
– Ahmed M. Fathy
Mar 1 '12 at 2:46
re-read my answer. the link references both plug-ins and BoUML. I added doxygen to the answer. I'm not sure what else you could possibly be expecting
– RobotHumans
Mar 1 '12 at 2:50
|
show 1 more comment
I think "best" is really subjective, but eclipse and eclipse CDT have loads of plugins.
This thread is probably relevant.
If you want a thing of absolute beauty shell out the money for Klockwork.
EDIT:Thought I would add this since the user complained about requiring an IDE. I would really rather do it from an IDE myself, but there are other options.
as i understand the thread you post it only let me to do the work by my self,but i need a tool that auto generate a tree only by giving it the source code of the application. i am trying to understand an application that written by some developer,and money is an issue.
– Ahmed M. Fathy
Mar 1 '12 at 2:25
generation of UML from code is EXACTLY what you are asking for
– RobotHumans
Mar 1 '12 at 2:26
the procedure would be something like import the source code you're examining into an eclipse project and run any of the plug-ins listed
– RobotHumans
Mar 1 '12 at 2:27
is there any apps other than eclipse that generate UML, sorry but am new in this field.
– Ahmed M. Fathy
Mar 1 '12 at 2:46
re-read my answer. the link references both plug-ins and BoUML. I added doxygen to the answer. I'm not sure what else you could possibly be expecting
– RobotHumans
Mar 1 '12 at 2:50
|
show 1 more comment
I think "best" is really subjective, but eclipse and eclipse CDT have loads of plugins.
This thread is probably relevant.
If you want a thing of absolute beauty shell out the money for Klockwork.
EDIT:Thought I would add this since the user complained about requiring an IDE. I would really rather do it from an IDE myself, but there are other options.
I think "best" is really subjective, but eclipse and eclipse CDT have loads of plugins.
This thread is probably relevant.
If you want a thing of absolute beauty shell out the money for Klockwork.
EDIT:Thought I would add this since the user complained about requiring an IDE. I would really rather do it from an IDE myself, but there are other options.
edited Dec 14 at 19:10
albert
1073
1073
answered Mar 1 '12 at 2:07
RobotHumans
22.8k362103
22.8k362103
as i understand the thread you post it only let me to do the work by my self,but i need a tool that auto generate a tree only by giving it the source code of the application. i am trying to understand an application that written by some developer,and money is an issue.
– Ahmed M. Fathy
Mar 1 '12 at 2:25
generation of UML from code is EXACTLY what you are asking for
– RobotHumans
Mar 1 '12 at 2:26
the procedure would be something like import the source code you're examining into an eclipse project and run any of the plug-ins listed
– RobotHumans
Mar 1 '12 at 2:27
is there any apps other than eclipse that generate UML, sorry but am new in this field.
– Ahmed M. Fathy
Mar 1 '12 at 2:46
re-read my answer. the link references both plug-ins and BoUML. I added doxygen to the answer. I'm not sure what else you could possibly be expecting
– RobotHumans
Mar 1 '12 at 2:50
|
show 1 more comment
as i understand the thread you post it only let me to do the work by my self,but i need a tool that auto generate a tree only by giving it the source code of the application. i am trying to understand an application that written by some developer,and money is an issue.
– Ahmed M. Fathy
Mar 1 '12 at 2:25
generation of UML from code is EXACTLY what you are asking for
– RobotHumans
Mar 1 '12 at 2:26
the procedure would be something like import the source code you're examining into an eclipse project and run any of the plug-ins listed
– RobotHumans
Mar 1 '12 at 2:27
is there any apps other than eclipse that generate UML, sorry but am new in this field.
– Ahmed M. Fathy
Mar 1 '12 at 2:46
re-read my answer. the link references both plug-ins and BoUML. I added doxygen to the answer. I'm not sure what else you could possibly be expecting
– RobotHumans
Mar 1 '12 at 2:50
as i understand the thread you post it only let me to do the work by my self,but i need a tool that auto generate a tree only by giving it the source code of the application. i am trying to understand an application that written by some developer,and money is an issue.
– Ahmed M. Fathy
Mar 1 '12 at 2:25
as i understand the thread you post it only let me to do the work by my self,but i need a tool that auto generate a tree only by giving it the source code of the application. i am trying to understand an application that written by some developer,and money is an issue.
– Ahmed M. Fathy
Mar 1 '12 at 2:25
generation of UML from code is EXACTLY what you are asking for
– RobotHumans
Mar 1 '12 at 2:26
generation of UML from code is EXACTLY what you are asking for
– RobotHumans
Mar 1 '12 at 2:26
the procedure would be something like import the source code you're examining into an eclipse project and run any of the plug-ins listed
– RobotHumans
Mar 1 '12 at 2:27
the procedure would be something like import the source code you're examining into an eclipse project and run any of the plug-ins listed
– RobotHumans
Mar 1 '12 at 2:27
is there any apps other than eclipse that generate UML, sorry but am new in this field.
– Ahmed M. Fathy
Mar 1 '12 at 2:46
is there any apps other than eclipse that generate UML, sorry but am new in this field.
– Ahmed M. Fathy
Mar 1 '12 at 2:46
re-read my answer. the link references both plug-ins and BoUML. I added doxygen to the answer. I'm not sure what else you could possibly be expecting
– RobotHumans
Mar 1 '12 at 2:50
re-read my answer. the link references both plug-ins and BoUML. I added doxygen to the answer. I'm not sure what else you could possibly be expecting
– RobotHumans
Mar 1 '12 at 2:50
|
show 1 more comment
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f108986%2fhelp-with-tool-recommendation-to-build-a-parse-tree-for-c-source-code%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown