eclipse-cdt
How to do static analysis for C++ code with Eclipse cdt?
I need to get the static information of C++ program with CDT. No need to build the project, just to get the basic information(namespace, class, extends relation, method, call, field) and save them to[详细]
2023-04-02 17:13 分类:问答Eclipse CDT: How can I change background color of tooltip in editor?
I\'m using eclipse for coding C++ and Java. When declaration or definition is shown, background is black. It happens only in C++ srouce file. I dont have this problem while editing Java source files.[详细]
2023-04-02 14:02 分类:问答Is there a way in Eclipse CDT to make the IDE parser to read ifndef sections?
I have a section like the following: #ifndef __CUSTOM_TYPE typedef unsigned int u_int; #endif The IDE doesn\'t parse it althoug开发者_如何学Ch there is no __CUSTOM_TYPE defined.[详细]
2023-04-02 02:28 分类:问答Eclipse CDT: Upfront indexing values cause code completion clutter
I have a problem where I can\'t remove all of the upfront indexing values from Eclipse CDT. My C/C++ > Indexer > Files to index upfront setting is empty, however, the indexer is definitely still[详细]
2023-04-01 17:20 分类:问答Add application manifest to a win32 application in eclipse
How do I ad开发者_Go百科d an application manifest to a Win32 application being developed in Eclipse ?[详细]
2023-04-01 14:02 分类:问答how to access a text file while debugging with eclipse CDT
I am writing this code to access a file in eclipse CDT ifstream inFile; ofstream outFile; string next; inFile.open(\"input.txt\");[详细]
2023-04-01 04:04 分类:问答GDB with ECLIPSE GUI over remote server?
I would love to debug my software with ECLIPSE as front end to GDB. Our build set up as follows. Linux server with code base[详细]
2023-03-30 19:08 分类:问答Eclipse CDT debug attaching to process - not in executable format: File format not recognized
I\'m trying to use Eclipse with CDT to debug a 64 bit binary. The binary is built outside of Eclipse, and runs fine. I start up the binary outside of eclipse, and then attempt to attach to the process[详细]
2023-03-30 17:18 分类:问答How to commit the binaries to svn?
I am trying to commit the binaries out of my C++ project, but the debug folder is always ignored. Yes I know that isn\'t suggested to do that, but in my case it is required.[详细]
2023-03-30 16:38 分类:问答Library order in Eclipse CDT
I am having an issue with Eclipse (Indigo) regarding the order in which my static libraries are being included. I am using the managed builder in CDT with gcc as the compiler. My workspace has many st[详细]
2023-03-30 08:02 分类:问答