As we know , the SourceInsight is convenient to look up C/C++ source code on windows.
The eclipse is a good choice for java code .
But what’s the best tool to look up C/C++ source code in Ubuntu Linux ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you’re comfortable with Eclipse, you can use that just fine in any linux distro as well. You may also want to have a look at cscope and ctags, two command line tools that can be integrated into most editors and IDE’s you may choose to use. They can of course be used standalone as well.