![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| xl C/C++ compiler to GCC compiler | pbattu1 | UNIX for Dummies Questions & Answers | 0 | 02-27-2007 08:59 AM |
| C compiler | hassan2 | High Level Programming | 5 | 10-11-2002 12:49 AM |
| CC compiler | vtran4270 | UNIX for Advanced & Expert Users | 3 | 08-21-2002 12:58 PM |
| Pro*C Compiler HELP!!!!! | pegasus | High Level Programming | 3 | 08-20-2002 10:44 AM |
| cc compiler / gcc | florian.turck | UNIX for Dummies Questions & Answers | 2 | 05-21-2002 03:53 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
c compiler
i'm using linux to compile my c program right now. are there any free c compiler with all the standard header file, such as <stdio.h>, <unistd.h>..., i can download and use?
can Microsoft Visual C++ compile C code? thanks. Last edited by bb00y; 11-01-2002 at 02:17 PM.. |
|
||||
|
for question 1, you neednot download any compiler if you have installed "development tools" of which the gcc compiler is a part... you can download this separately also..
for question 2, MS VC++ or any compiler can compile any C program which uses only ANSI standard libraries (like stdio.h etc) .. ANSI C is provided by all compiler vendors.. if you use platform specific libraries/headers.. your code won't be portable... |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|