Hi Gajanan
Plz follow the following steps:
1. Go to the any editor.
2. Go to the VI editor using: vi filename.c
3. Open the <INSERT> mode using:
a. Press <enter>
b. Press i
4. type your C code now.
5. Save the file and exit using:
a. press <esc>
b. press <:wq>
6. In the editor compile your C file using
a. cc filename.c
7. Run your C file using
a. ./a.out
Cheers
Regards
Tushar Chowdhury
Research & Development Cell
Matrix Technologies
Kolkata
gajanan bandale <[EMAIL PROTECTED]> wrote:
Hi Friends,
I am new member of this group. So first of all i want
to give u a warm wishes to all of you. Please tell me
how i will run the c++ programs on Linux system. I am
using Redhat Linux 7. At the same time please tell me
what will the future of C++ on linux....
________________________________________________________________________
Yahoo! India Matrimony: Find your life partner online
Go to: http://yahoo.shaadi.com/india-matrimony
To unsubscribe : [EMAIL PROTECTED]
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.
To unsubscribe : [EMAIL PROTECTED]
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To reply to this message, go to:
http://groups.yahoo.com/group/Programmers-Town/post?act=reply&messageNum=4116
Please do not reply to this message via email. (more info)
- To visit your group on the web, go to:
http://groups.yahoo.com/group/Programmers-Town/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
