Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » C Project vs. C++ Project
C Project vs. C++ Project [message #215817] Fri, 09 May 2008 00:51 Go to next message
Eclipse UserFriend
Hi,

Anybody knows what is the difference of C Project and C++ Project? Our
code base has both C and C++ code. Would I lose anything if I create a C
Project?

Thanks
Maggie
Re: C Project vs. C++ Project [message #215834 is a reply to message #215817] Fri, 09 May 2008 02:04 Go to previous message
Eclipse UserFriend
Originally posted by: Martin.Raabe.BaSystem.de

Hello Maggie,

Maggie schrieb:
> Hi,
>
> Anybody knows what is the difference of C Project and C++ Project? Our
> code base has both C and C++ code. Would I lose anything if I create a C
> Project?

The C++-Project conatins everything the C-Project does plus the
toolchain definition for C++ . So in C-Project you have for the Compiler
one set of parameters for thwe file type "C-file" and in the C++-Project
you have one for "C-file" and one for "C++-file".

Take care

--
BaSystem Martin Raabe
E: Martin.Raabe<at>B-a-S-y-s-t-e-m<dot>de
Previous Topic:How to drive Project Template Engine from custom wizard?
Next Topic:Content assist with smart pointers
Goto Forum:
  


Current Time: Tue Nov 25 08:08:39 EST 2025

Powered by FUDForum. Page generated in 0.28284 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top