codetoad.com
Home||ASP|ASP.Net|C++/C#|DHTML|HTML|Java|Javascript|Perl|VB|XML||CodeToadPlus!||Forums||RAM
Search Site:
Search Forums:
Non-standard Win32 Console Applications in Visual Studio 6 rosol11 at 12:25 on Friday, February 25, 2005

Hello everyone,

I'm still a newbie in C++ programming, however I have a lot of energy to learn it. I use Visual Studio 6 and have the following "problem":

Every time I choose "New Project -> Win32 Console Application -> A Simple Application/An Empty Project" the program starts with predefined options, e.g. precompiled header(Simple Application) or lack of any source or header files (Empty Project). I don't like either setting: the best way for me would be to make Visual Studio create new project with all options of the Simple Application, but with Precompiled Header option turned off. Instead I have to manually turn this option off each time I create a new project.

My question is: is there a possiblity to change the default options of Win32 Console Application projects? If so, I'd be grateful for any advice.

Thanx in advance,
rosol11

Re: Non-standard Win32 Console Applications in Visual Studio 6 Yusairi at 17:11 on Sunday, February 27, 2005

If you don’t want to use precompiled headers in your application go to the Solutions Explorer. if it’s not visible then use Ctrl-Alt-l to open it. Right click on the project name and select properties. The Properties dialog will open. Select C/C++ and then select Precompiled Headers. For the option Create/Use Precompiled Headers select Not Using Precompiled Headers. Once you have done this you can remove the #include “stdafx.h” from your code.








CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums








Recent Forum Threads
matrix addition
Re: Storing data from HTML to Excel or TXT
Re: function within loop problem
Re: Ô‡´ò¥¯¥é¥Ö¤Ï ¥Æ©`¥é©`¥á¥¤¥É£ò£±£±¥¢¥¤¥¢¥ó ¤Î£··¬ ¤Ç¤¹
Re: Replace
Re: タイトリスト AP2アイアン 712�情�
Re: SMS from Perl using HTTP request
Re: Charl Schwartzel
Re: Adhyayan - Annual Student Conference and Online Coding Festival


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


Copyright codetoad.com 2001-2013