![]() |
| ||
| Cant compile single c++ file I have one *.cpp file but I cant it compile with MS VC++ ! How to compile signle .cpp file in VC++? Please help me! |
| ||
| Re: Cant compile single c++ file Under "Build", click "Build Solution", or just hit F7. If there is no "Build" in the menu, then you need to create a project first. Click File->New->Project. |
| ||
| Re: Cant compile single c++ file what project if I need single file (consule aplication) |
| ||
| Re: Cant compile single c++ file You can work with a single file but it has to be in a project. Why is that? You probably ask. Well you might add some other files later(resources, databasefiles, etc.) if you stay with one file OK, but it's handy if you have more files to keep them in one project. |
| ||
| Re: Cant compile single c++ file What project I need to create for simple c++ consule program? |
| ||
| Re: Cant compile single c++ file Select the "File" menu and select "New Project...". A window opens. Under the many options select Console Application. |
| ||
| Re: Cant compile single c++ file Win32 Console Application. |
| ||
| Re: Cant compile single c++ file I created project but it shows: ->header files: stdafx.h targetver.h ->Source files: stdafx.cpp test2.cpp Why so many files in project if I need compile 1 file and I dont need that files.. And I donkt know where to write my code in that stupid project..How can then I compile :( |
| ||
| Re: Cant compile single c++ file After creating the Win32 Console Application project, there should be a window that says "Win32 Application Wizard". Click "next" and click the "Empty Project" checkbox. |
| ||
| Re: Cant compile single c++ file Thank you! |
| All times are GMT -4. The time now is 1:28 am. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC