Well adam,
to edit you program, there are many text editors you can use,
me personally prefers the Midnight Commander editor, since it supports C\C++
syntax, in order to edit with this editor,
you should first create an empty file(Use 'touch file_name.c'. or 'touch
file_name.cpp' for C++), then launch the Midnight Commander(type 'mc'),
then choose your empty file and press F4.
To compile your file, use
'gcc -g(for debuging) -o output_file_name source_filename', to compile C
programs,
or
'g++ -g(for debuging) -o output_file_name source_filename',  to comple C++
programs.

Regards,
    -Amir Hardon.
-----Original Message-----
From: Adam Haley <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: שבת 12 אוגוסט 2000 15:08
Subject: [newbie] hello


>Hey I just joined this group because I just bought my
>first version of linux (mandrake 7.1)..I don't know to
>much about it yet so I don't want to bug you all with
>stupid little questions :)  but I was wondering.. I
>bought this mainly to program in (in C)  can someone
>kinda walk me through how to write,compile, and link
>it?  I know that could end up being a lengthy answer
>but if you can help me I would appreciate it :)
>Adam  "the new linux guy"
>
>__________________________________________________
>Do You Yahoo!?
>Yahoo! Mail – Free email you can access from anywhere!
>http://mail.yahoo.com/
>
>

Reply via email to