English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

In this where exactly shall i click to start a C programe with source only for example a hello world programe ?

2007-02-22 08:12:15 · 3 answers · asked by waken_dj 1 in Computers & Internet Software

i want to compile this in C :

#include
main()
{
printf("hello");
}


Where exactly i should go in Microsoft Visual Studio 2005 ?

2007-02-22 09:13:46 · update #1

3 answers

check out Visual BASIC 2005. It's the intro level language - BEGINNER'S All-purpose Symbolic Instructions Code.

2007-02-22 08:15:50 · answer #1 · answered by Richard H 7 · 0 0

you will get Microsoft seen C++ unfastened from Microsoft yet no longer seen Studio. The compilers are in Microsoft SDK and DDK (in line with hazard no longer all varieties). I have been given Microsoft Platform SDK for domicile windows Server 2003 SP1 for the sixty 4 bit and 32 bit compilers and sixty 4 bit assembler and DDK for 32 bit compiler and assembler. with out seen Studio, the compilers/assemblers could be run by potential of command line strategies.

2016-10-16 06:34:45 · answer #2 · answered by Anonymous · 0 0

Click File > New

Make sure the Project tab is selected, then select Win32 Console Application and give it a project name.

Slect "A "Hello, World!" application"

Click OK and it'll create the file for you. You can then modify as needed.

2007-02-22 08:17:22 · answer #3 · answered by BigRez 6 · 0 0

fedest.com, questions and answers