answersLogoWhite

0

Use the Windows SDK from http://search.microsoft.com/results.aspx?q=windows%20sdk

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you compile a c program in windows OS?

First, install a C-compiler.


How do you use c program?

Compile, link and execute them.


How a c program execute?

Compile and link it into an executable.


How is C program portable?

Your program is portable if you can compile and execute it on different platforms.


How compile c program in editplus give you the steps?

You can use the gross c compiler and the file will just be compiled with no error. Or microsoft C++ Would work too if one's computer runs on windows.


What is the difference between make and compile in c?

make is a utility program, compile means translation from source to object module.


How is a C program rum?

C-source program doesn't rum, you have to compile and link it. The executable rums like any other binary program.


What command should be given to compile a C program from the command prompt?

You need a compiler. Gcc or g++ can be run from a unix shell, or a windows implementation of one like cygwin.


Can visual basic compile a c plus plus program?

As much as your car can fly.


Can you give a sentence with the word compile?

I had to compile a list of all the people who had seen the accident. Take these reports and compile a history starting with the oldest dates first. The doctor asked me to compile my medical history.


Does C plus plus compiler will compile C in programming?

Yes we can compile a c program using c++ compiler. Because c++ evolved from the c. c++ have some additional features beyond c. c++ support almost all concepts used in c.


Where do you do C programming in Windows XP on a computer?

You would first need to obtain a C compiler. If you know C, you could compose it in Notepad and give it the .c extension (or C++ and give it the .cpp extension) if you wanted to. However, you would need a compiler if you wanted to compile the program and run it.