How the heck do you create a console app with .net

Started by
4 comments, last by Shadow1234567890 21 years, 7 months ago
How the heck do you create a console app with .net
What do you mean ''Someday become a programmer?'' I'm a programmer right now!
Advertisement
Not sure. I still use VC++ v 6.0 =).

The nightmare travels across the cosmos with his burning mane. The trail of ash that is produced.

?Have a nice day!?

I''m assuming you are talking about creating a non-managed console application in VC++.NET?
If so:
o File->New Project
o Choose Win32 Application
o Go to Application settings in the dialog that comes up
o Choose Console Application
o Click Finish

"When you know the LORD you have no need for masturbation!"
--AnkhSVN - A Visual Studio .NET Addin for the Subversion version control system.[Project site] [IRC channel] [Blog]
Oh wow you can click on that? lol

edit
I get this error message without even adding a single line of my own code
:
c:\Documents and Settings\Charles Thibault\My Documents\Visual Studio Projects\dot net sucks ass\dot net sucks ass.cpp(4): fatal error C1083: Cannot open precompiled header file: 'Debug/dot net sucks ass.pch': No such file or directory
wtf?


[edited by - Shadow1234567890 on September 1, 2002 9:28:40 PM]
What do you mean ''Someday become a programmer?'' I'm a programmer right now!
Add a precompiled header or disable precompiled header support.

Isn''t that supposed to be automatically produced by the compiler?

What do you mean ''Someday become a programmer?'' I'm a programmer right now!

This topic is closed to new replies.

Advertisement