eclipse-cdt
Eclipse CDT can't build - not sure what's wrong (console included)
I\'m now going to give c++ a try to see what this language have to offer. I\'m having some trouble setting it all up though. I have downloaded Eclipse CDT and followed this guide : http://www.dcs.vein[详细]
2023-03-29 17:01 分类:问答Accessing GDB through Eclipse CDT
Can anyone tell me if there isany w开发者_Python百科ay to access a standard GNU Debugger programatically through C++?[详细]
2023-03-29 12:20 分类:问答Eclipse CDT plugin problems
im trying to run a c program on my windows 7 computer using eclipse and im running into a little snag. I currently have Eclipse downloaded on my computer with the CDT plugin and i have also downloaded[详细]
2023-03-29 07:02 分类:问答Is Netbeans handling indexing on C code better than Eclipse's CDT?
I am using CDT 8 with indigo. Basically I am quite happy with it except one thing, which is the indexer is too slow and freezes my machine after I edited some files. The code base of the project is qu[详细]
2023-03-29 02:53 分类:问答Including library files with Android NDK
I\'m working with a large library of files, and have one .cpp to compile. All of my #include statements (.cpp and .h \"library\" files that are already written) are in a different folder (plus subfold[详细]
2023-03-28 18:18 分类:问答In eclipse How to access identifiers used in C program using AST
How to access identifiers used in C program using AST. I am new to eclipse plugin development and trying to customize eclipse plug-in to ensure that th开发者_运维知识库e variable name, function name,[详细]
2023-03-28 14:56 分类:问答Problem debugging with Eclipse CDT - Execution and GUI not aligned
I am using Eclipse CDT to debug a C++ project in Ubuntu. The GUI, i.e the small arrow showing the next line of source code to be executed, is not aligned with the actual execution. Specifically, it is[详细]
2023-03-28 08:32 分类:问答Eclipse C/C++ Remote Debugging connection failed
i tried to apply a remote debugging session with Eclipse to a Windows XP remote pc. So i configured a Windows-Connection in \"Debug Configuration\" for a \"C/C++ Remote Application\". But it gives me[详细]
2023-03-27 06:29 分类:问答Does Qt support the windows bluetooth API?
Can anyone tell me whether or not Qt supports the windows Bluetooth API? If so could you please share some开发者_高级运维 information on how to use it?The answer to this question has changed a bit si[详细]
2023-03-27 04:39 分类:问答Eclipse CDT, cmake, overlapping subproject
I have a CMakeLists.txt that I use to generate Eclipse CDT project files for my project. Now I added a dependencie to my project that has its own CMakeLists.txt. In my own list file I added add_subdir[详细]
2023-03-26 03:39 分类:问答