954,506 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Learning Visual C++ .net 2003

Hi everybody,

i was planning to learn Visual C++ .net 2003 but don't know where to start.

Can somebody recommend a good link for the same.

Thanks in advance..

bala24
Junior Poster
125 posts since Oct 2006
Reputation Points: 15
Solved Threads: 11
 

If you're just starting with .NET I recommend that you download VS2005.net express. It's the newest version of Visual Studio and it's free for download on the microsoftsite.
Here's a link with some tuts. (2005) and here's the official tour...

Nick Evan
Not a Llama
Moderator
10,112 posts since Oct 2006
Reputation Points: 4,142
Solved Threads: 403
 

No i am planning to go ahead with .net 2003 for the time being.

I tried going throught the msdn online but its too cryptic .

What i need is how to go about basic console programming in VC++?

bala24
Junior Poster
125 posts since Oct 2006
Reputation Points: 15
Solved Threads: 11
 

I don't have 2003 but this is what I found on the net
1) File->Create Blank Solution
2) Select Visual C++ Projects -> Win32 Console Project.
3) Enter a name for the project (let's say you call it TEST and put it in ).
4) Click Application Settings and check the Empty Project box (leave 'Console
application' radio button selected).
5) Click Finish.

Ancient Dragon
Retired & Loving It
Team Colleague
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You