answersLogoWhite

0


Best Answer

A project is a collection of files (source files, headers, resources, etc) that constitute a single entity, such as a library or executable, that can be compiled independently of other projects. Projects are usually grouped into solutions, such that compiling one project will automatically compile all of its out-of-date dependencies (other projects in the solution that were compiled after the current project was last compiled). One project is always designated the startup project, which is the one that is compiled and executed by the debugger.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

10y ago

Yes. All you need is a project manager. Your IDE will provide this facility. Most project managers can group projects into solutions, thus allowing you to develop executables, support libraries, help files and installers, etc, side-by-side.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can you have a project in c plus plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Banking system in c plus plus?

kindly help me in this project


What is a makefile project in c plus plus?

You use a makefile project when you have a project that you normally build from the command line. Your IDE will not recognise this project so you must create a makefile project for it. In Visual C++, for instance, you can use the Makefile Project Wizard to create a Makefile Project.


Where can you get the mseb bill generation project in c plus plus?

No such code exists for MSEB Bill Generation in C++.


A project on airline reservation system in c plus plus?

olamba dooll o kona warkwa


Can you declare a method within a method in c or c plus plus?

C: there are no methods in C. C++: no.

Related questions

What is a C plus plus game project program?

A C++ game project program could either be a game written in C++ or a C++ library that helps you develop a game.


What are the minor project topics in c plus plus?

hotel managment


Banking system in c plus plus?

kindly help me in this project


What is a makefile project in c plus plus?

You use a makefile project when you have a project that you normally build from the command line. Your IDE will not recognise this project so you must create a makefile project for it. In Visual C++, for instance, you can use the Makefile Project Wizard to create a Makefile Project.


Project on the whole square of a plus b plus c?

(a+b+c)²=a²+b²+c²+ 2ab+2bc+2ac


How do you get to the compiler settings or options in MSVS 2010 C plus plus?

For your project: Project -> "Name of your project" Properties... Global settings are in: Tools -> Options...


You want c plus plus project for medical shop management?

No, thanks.


Where can you get the mseb bill generation project in c plus plus?

No such code exists for MSEB Bill Generation in C++.


From where you can download c plus plus project CBSE syllabus?

hi, for class xii cbse syllabus project are free available on site. www.cppforschool.com


A project on airline reservation system in c plus plus?

olamba dooll o kona warkwa


Does Adobe Flash use c plus plus scripting?

No, it does not. While the program itself was written in C++, Flash does not support C++. Any code inside your Flash project must be written in Actionscript.


Is dev c plus plus same as turbo c plus plus?

No. Turbo C++ is a commercial product that once belonged to Borland Codegear, but is now owned by Embarcadero Technologies, and is now known as Embarcadero C++ Builder. Dev C++ was an open-source project originally developed by Bloodshed Software until 2005. In 2011, the project was taken over by Johan Mes Orwell and is now known as wxDev C++. Dev C++ was originally developed with Delphi, another product once owned by Borland, and is the only real connection between the two.