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

what is pascal compiler? is it a special compiler....... which compiler do v use in c, c++, etc......

2006-11-17 00:00:19 · 2 answers · asked by parwan005 1 in Computers & Internet Programming & Design

2 answers

A Pascal compiler is a compiler that compiles Pascal code into executable code (Pascal is a programming language). To compile C you would use a C compiler, for C++ a C++ compiler etc.

Borland make a very good Pascal compiler, and for C/C++ I use gcc (the GNU C Compiler - free and excellent) and again Borlands compiler.

Rawlyn.

2006-11-17 00:13:31 · answer #1 · answered by Anonymous · 0 0

check out the link below for some ideas. Pascal was one of the first OO languages that spawned as an advancement over BASIC. All programming languages are a human interface so we can type instructions with an alphabet, the compiler converts it to binary, and then computer can run the instructions. If you don't want to use a compiler, there is always an assembler to do Assembly -- the real nuts and bolts code. As they say, Assembly is capable of doing anything with a computer... the bad news is you have to do everything.

2006-11-17 00:17:11 · answer #2 · answered by Anonymous · 0 0

fedest.com, questions and answers