Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » How IDE knows about my code deeply?(need some help on IDE mechanism knowledge)
How IDE knows about my code deeply? [message #1390817] Sun, 29 June 2014 23:29 Go to next message
Eclipse UserFriend
Once my code is compiled, eclipse IDE seemes know everything about my code:
I could find the most original definition of any elements in my code, no matter how deep it is from usage to definition.

the IDE seems know:
1.my code logic
2.my code structure

How eclipse could do this? I need you help and your knowledge. Thank you very much:)
Re: How IDE knows about my code deeply? [message #1393337 is a reply to message #1390817] Thu, 03 July 2014 12:35 Go to previous message
Eclipse UserFriend
The CDT has it's own parsers for C and C++ and an index of all the things it finds. It works pretty well Smile.
Previous Topic:Unable to install CDT in Eclipse Luna for JavaEE developers
Next Topic:CDT formatter makes my code messy because of C++11's keyword 'final'
Goto Forum:
  


Current Time: Sat Jul 05 18:56:40 EDT 2025

Powered by FUDForum. Page generated in 0.04830 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top