eclipse-cdt
No "sqrtf" in math.h
I am working under Ubuntu 11.04 and now engaged in a project whose source code uses routines like \"sqrtf\" or \"lgamma\", which are 开发者_如何学JAVAcomplained by my IDE, claiming that they cannot be[详细]
2023-03-24 01:50 分类:问答Can not compile boost::signal tutorial using gcc 4.5 on ubuntu 11.04
I\'m trying to complete the boost::signal tutorial at http://www.boost.org/doc/libs/1_47_0/doc/html/signals/tutorial.html#id2850736[详细]
2023-03-23 21:46 分类:问答Switching between side by side text windows in Eclipse
I have an eclipse window with two tabs open side by side so that I can see the text of both files开发者_如何学编程 simultaneously. Is there a keyboard shortcut that allows me to switch which window I[详细]
2023-03-23 16:20 分类:问答eclipse CDT: rebuilding a dependent project
I\'m working on a C++ project with eclipse Indigo + CDT running on linux It\'s made of a project for a library, and a project with unit tests for this library.[详细]
2023-03-23 00:34 分类:问答Additional Refactoring for Eclipse CDT
Is there any way to configure or are there any 3rd party plug-ins available for Eclipse CDT (any version) that provide a rich set of refactorings?My refactoring menu only provides the following in Ecl[详细]
2023-03-22 20:22 分类:问答Eclipse(CDT) crashes on Ctrl-clicking in Ubuntu
I am relatively new to Eclipse and I was trying to browse thru an existing C++ project I created. However every time I try & use ctrl-click on say a function invocation - instead of taking me to t[详细]
2023-03-22 00:42 分类:问答library examples build in eclipse
I have C project of a library (using CDT). Configurations for both static and dynamic linking for several platforms. Several examples of the library usage is also included in the project. What is the[详细]
2023-03-20 12:22 分类:问答Eclipse CDT New Project Template - How to add a library
In Eclipse CDT Indigo, there is a new feature 开发者_高级运维that allows you to add new C/C++ template projects to the new project wizard. I\'ve figured out how to do this successfully up to a point.[详细]
2023-03-20 10:26 分类:问答Build node.js addon without node-waf
I\'m writing a simple node.js addon in C++ using Eclipse CDT. The project has many files and I\'d like to use the Eclipse\'s managed build system.[详细]
2023-03-19 09:43 分类:问答Problems with Arduino libraries in the Eclipse environment (__vector_XX)
I\'m trying to migrate an Arduino IDE based project to Eclipse. The project is prett开发者_如何学JAVAy big (10 .pde\'s, and about 20 libraries used). I followed the directions in Arduino playground -[详细]
2023-03-19 05:24 分类:问答