rank beginner in VC++.net

B

boksi

Hello,
I am brand new to VC++.net. I am a programmer.I have successfully
compiled the sample managed code 'hello world...' program. How do I
execute it within Visual Studio.net or Visual C++.net. It is a
console app and I am groping. I want to understand this framework. I
have no problems executing pgms from the command line but am swimming
upstream in the framework of .net Can someone help with this. Thank
you - Joe :blush: :blush:
 
I

Ioannis Vranos

boksi said:
Hello,
I am brand new to VC++.net. I am a programmer.I have successfully
compiled the sample managed code 'hello world...' program. How do I
execute it within Visual Studio.net or Visual C++.net. It is a
console app and I am groping. I want to understand this framework. I
have no problems executing pgms from the command line but am swimming
upstream in the framework of .net Can someone help with this. Thank
you - Joe :blush: :blush:


Do you know some ISO C++?
 
P

Peter van der Goes

boksi said:
Hello,
I am brand new to VC++.net. I am a programmer.I have successfully
compiled the sample managed code 'hello world...' program. How do I
execute it within Visual Studio.net or Visual C++.net. It is a
console app and I am groping. I want to understand this framework. I
have no problems executing pgms from the command line but am swimming
upstream in the framework of .net Can someone help with this. Thank
you - Joe :blush: :blush:



----------------------------------------------------------

----------------------------------------------------------
color]

To execute, Menu Debug->Start Without Debugging

This may seem like an oxymoron, but a console app window will close upon
application termination if you use Debug->Start and with a small app like
Hello World, you'll never see the output. Start Without Debugging holds the
console window open so you can inspect the output.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top