|
-
Sep 27th, 2006, 11:54 PM
#1
Thread Starter
Junior Member
Adding files to a project
Just as we can "Add Forms" in VB6, can we add files to a project in C++ ??. For example, I have created a file "abc1" in the proj "xyz" and I want to add "abc2" to the same proj. What should I do ??
-
Sep 28th, 2006, 04:43 AM
#2
Re: Adding files to a project
C++ has no projects.
Read the documentation of the IDE you're using.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Sep 28th, 2006, 05:53 AM
#3
Thread Starter
Junior Member
Re: Adding files to a project
 Originally Posted by CornedBee
C++ has no projects.
In visual C++6, when we click File -> new, the window which opens shows, by default, the "projects" tab where we fill up project name and location. Thereafter we open the "files" tab and so on.
-
Sep 28th, 2006, 06:01 AM
#4
Re: Adding files to a project
C++ is a language. VC++6 is a horribly outdated IDE for that language. There's a difference. In C++, when asking questions that are not simply about the language itself, you must always say what IDE you're using.
Right-click on the sources folder in the project browser, choose Add->New from the context menu. Choose a C++ source file in the wizard.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|