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

I've had experience with html and css, but now im going into c...i dont know what a compiler and what not is, and i would really appreciate it if someone would post an answer or email it to me...thanks

2006-09-09 13:16:31 · 4 answers · asked by Albireo 2 in Computers & Internet Programming & Design

4 answers

A compiler is a computer program that translate a high-level language (such as "C") to a low-level language (i.e. machine language) so that the computer can run the program. For compilers for the C programming language go to: http://www.sourceforge.net

2006-09-09 13:50:19 · answer #1 · answered by Matt 4 · 1 0

HTML is markup, meaning you take regular text and markup the text with tags. You can use it as source.

C is a programming language. Think of it as another language of the world. It has its own syntax(grammar) and rules.

Here is a basic C tutorial: http://www.physics.drexel.edu/courses/Comp_Phys/General/C_basics/c_tutorial.html

Here is a free C, C++ compiler and IDE from Microsoft:
http://msdn.microsoft.com/vstudio/express/visualc/

(An IDE is a Integraded Development Environment, it helps you to code by providing hints and so forth.)

Start by following the tutorial, and note that the IDE is a very large download.

2006-09-09 20:24:52 · answer #2 · answered by Bryan A 5 · 1 0

See: http://en.wikipedia.org/wiki/C_%28programming_language%29

2006-09-09 20:22:34 · answer #3 · answered by williegod 6 · 1 0

c is basically composed mainly of statements. if, if else, and and or.

2006-09-09 20:22:17 · answer #4 · answered by Anonymous · 0 1

fedest.com, questions and answers