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 :o :o
Ioannis Vranos - 05 Mar 2005 00:16 GMT
> Hello,
> I am brand new to VC++.net. I am a programmer.I have successfully
[quoted text clipped - 4 lines]
> upstream in the framework of .net Can someone help with this. Thank
> you - Joe :o :o
Do you know some ISO C++?
Peter van der Goes - 05 Mar 2005 00:22 GMT
> Hello,
> I am brand new to VC++.net. I am a programmer.I have successfully
[quoted text clipped - 9 lines]
> ** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
> ----------------------------------------------------------
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.

Signature
Peter [MVP Visual Developer]
Jack of all trades, master of none.
boksi - 05 Mar 2005 03:47 GMT
Thank you - I will try it. :lol: