How to write and execute C Programming in the Visual Studio 6?
How to write and execute C Programming in the Visual Studio 6?Please tell right from the begining
Public Comments
- Learn the programming language C first then learn how to use Visual Studio 6. just write it down on google you will see lots of related websites.. :-)
- Visual Studio 6 is probably outdated by now. Try the latest one. visual studio express editions 2008.
- You should write a simple Hello World program in VS6 and then progress from there.
- from my knowledge visual studio 6 provide material for c++ not c . what u could is to copy and past to c++. if there a c material then just do the open with vs6.
- Visual Studio 6 is outdated. Microsoft finally got fairly C++ compliant in 2003. I would recommend getting a new version. Visual C++ 2008 Express is free and here's a step by step video on how to install it: http://xoax.net/comp/cpp/console/Lesson0.php BTW, if you want to do MFC or use the resource editor, Microsoft makes you buy at least the standard edition or higher. Otherwise, you can use the free version for standard C++ console programming: http://xoax.net/comp/cpp/console/index.php or Win32 projects without the resource editor: http://xoax.net/comp/cpp/win32/index.php
Powered by Yahoo! Answers