Visual Studio .Net

 
Thread Tools Search this Thread
Special Forums Windows & DOS: Issues & Discussions Visual Studio .Net
# 1  
Old 04-28-2003
Visual Studio .Net

How can I create and run a stand-alone console application in Visual Studio .Net ? (cpp-file).......

...thanks for any help
# 2  
Old 04-28-2003
# 3  
Old 04-28-2003
Data

Thanks.....but.....I have not.. this Template -> C/C++ Console...

Smilie
# 4  
Old 04-28-2003
Okay let's try this instead - from http://www.cs.ucla.edu/classes/winte...alstudio.html:
Quote:
Creating a Visual C++ Project

Start up the Visual Studio .NET IDE. On the Start Page, select Get Started in the left panel, and click New Project in the right. (Alternatively, from the menu, select File / New / Project.)

In the New Project dialog, in the left panel, select Visual C++ Projects. In the right panel, scroll down and select the bottom right choice, Win32 Project. In the text boxes below, enter a project name, such as "AnsweringMachine".

When you click OK, the Win32 Application Wizard dialog comes up. In the left column, click on Application Settings. Under Application type, choose the Console Application radio button. Click Finish.
# 5  
Old 04-28-2003
thank you......Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Downloading and running Visual Studio Code

Ubuntu 16.04 I tried downloading the .deb package of Visual Studio Code from here but for some reason it won't open. From Activities Overview if I select the program it shows up in the task panel on the left but it just blinks a few times then goes away. I would rather not have to use snap... (5 Replies)
Discussion started by: Circuits
5 Replies

2. Programming

Debug with VIsual Studio 6, cpp project

Hi, I"m trying to debug one project in VS6 this is cpp ,with source/headers/resource files. I need to start program from terminal with some parameters, e.g. c> feetcmd -a param1 -d param2, now this program going into the loop and the whole PC is frozen, I tried to do TASK_MANAGER/right... (6 Replies)
Discussion started by: trento17
6 Replies

3. Programming

Looking for equal to Visual Studio for Unix

Hello all Im looking for IDE to edit / compile / debug similar to VC++ on windows I need it for verity of UNIX platforms, what do you think is the best tool to use And that its learning carve is easy ( as much as possible) . Thanks (9 Replies)
Discussion started by: umen
9 Replies
Login or Register to Ask a Question