Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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] Mon, 30 June 2014 03:29 Go to next message
david zhou is currently offline david zhouFriend
Messages: 1
Registered: June 2014
Junior Member
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 16:35 Go to previous message
Doug Schaefer is currently offline Doug SchaeferFriend
Messages: 135
Registered: July 2009
Senior Member
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: Fri Mar 29 10:48:11 GMT 2024

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

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

Back to the top