0
votes
1answer
190 views
Color Themes for Eclipse CDT?
Hello,
I know that there are many questions regarding the color themes in Eclipse.
The problem is that all of them are for Java or PyDev and, of course, they
don't work for C/C++ …
0
votes
1answer
20 views
Several questions about using Eclipse on Mac
My friend and I both using Eclipse on mac. When working with CDT, my version usually have the little window with all class functions or variables pop up when coding, but my friend' …
0
votes
2answers
67 views
Compile C++ in Eclipse?
How can I compile C++ .cpp files in the Eclipse IDE. I have CDT installed but when I try to execute it, I get a "Launch Failed. Binary not found." I do not want to install CYGWIN u …
0
votes
1answer
15 views
How to include files from remote server in Eclipse project without copy to local PC?
I have to PC, one is server on Linux containing project files ( also build machine ) and another working desktop machine on WinXP. I want to create a project in Eclipse on my deskt …
1
vote
1answer
26 views
Create an Eclipse project on the command line?
I would like to have a shell script create an entire CDT project on the command line and add it to a workspace. I'm willing to generate the .project and .cproject files myself, but …
2
votes
3answers
198 views
Referencing 3rd party Libraries using *relative* paths in Eclipse-CDT
Hi, what is the best practice to reference 3rd party C++ components (e.g. includes, libraries) using relative paths in Eclipse-CDT?
I'm trying to reference Boost and Google proto …
1
vote
2answers
259 views
Can Eclipse CDT do auto-complete when using typedefs?
For all my code Eclipse's autocomplete function is working fine, except when I use a typedef.
Example code (someclass.hh):
typedef std::vector<int> IntVector;
class SomeCl …
-1
votes
3answers
404 views
Install CDT Plug-In On Eclipse Ganymede
Hello,
How i can install the CDT plug-in (that you can develop in C++ under Eclipse) in my Eclipse Ganymede, remember that I use Windows Vista. Thanks!
1
vote
3answers
242 views
CDT 6 (eclipse galileo) snow leopard debugging issue
I upgrade to snow leopard and xcode 3.2 this week, and since that I'm having problems with CDT. I tryed this in CDT 5 (ganymede) and CDT 6 (galileo).
If I try to debug the applica …
0
votes
1answer
39 views
Eclipse C++: How do you quickly switch between header and implementation files?
How do you switch between header (.h) and implementation files (.cpp) in Eclipse when using the C++/CDT environment with a keyboard shortcut?
In XCode you can quickly switch betw …
1
vote
1answer
97 views
Eclipse CDT generated getters / setters name
Is there a way (either via the UI, or in config files) to change the names of the C++ getters/setters generated by Eclipse CDT from the Java-style getSomething() to the more C++ li …
1
vote
2answers
36 views
Share an Eclipse CDT project
I have been working on an embedded project with a friend and I like to send him the project every once in a while so he can go over the code.
What is the best way to send him the …
0
votes
0answers
17 views
How to configure double-click word delimiters in Eclipse CDT?
Colon (:) is not considered a word delimiter when I double-click a word in the Eclipse CDT editor to select it. How do I make double-click selection treat colon as a delimiter?
I …
0
votes
4answers
110 views
Remotely debug Linux Kernel from Windows?
Hi all,
I was wondering if anyone knew of a way to remotely debug the Linux kernel running under VMWare (and if so, if there's a way to do it in Windows since linux kind of scares …
0
votes
0answers
65 views
Remote C++ Development using SSH only inside Eclipse Environment
How do you integrate Remote Systems Explorer and CDT plugin inside eclipse ?
What I mean is that you can use Remote Systems Explorer (RSE) plugin to work on C++ code on a remote l …
