Search Results

Search: Posts Made By: yhosun
Forum: Programming 06-10-2002
12,384
Posted By yhosun
How do I input an argument in the main?
----------C program-----------------------------
include <stdio.h>

int main( int argc, char *argv[] )
{
int i;
for( i=0; i<argc; i++ )
printf("%\n", argv[i]);...
Forum: Programming 06-09-2002
2,215
Posted By yhosun
Help me! I just start to learn C in Unix
Hi! I just start to learn C in Unix. I have several questions.

1. What is the different between ¡®gcc¡¯ and ¡®cc¡¯?

2. Assume I type ¡®gcc -o print.out print.c¡¯ and get an error. So I need to...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 04:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy