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
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.
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.
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
How do I ad开发者_Go百科d an application manifest to a Win32 application being developed in Eclipse ?
I am writing this code to access a file in eclipse CDT ifstream inFile; ofstream outFile; string next; inFile.open(\"input.txt\");
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
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
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.
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