![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Basic MD5 Question | t4st33@mac.com | Filesystems, Disks and Memory | 2 | 01-16-2008 04:33 AM |
| Basic OS question | catwomen | HP-UX | 4 | 09-08-2006 05:39 PM |
| Really basic question.... | robherms | UNIX for Dummies Questions & Answers | 1 | 02-17-2006 06:50 AM |
| basic question | urwannabefriend | UNIX for Dummies Questions & Answers | 1 | 04-10-2004 02:21 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
a very basic question regarding gcc...
hi,
as the topic says.. i`m a newbie to the unix platform.. plz help me out here. i create a .c file using "vi prog.c" then write the code in it... then save n exit.. wat happend after tht.. ?? how do i compile n check the program???? i`ve been thru the manual pages of gcc but i cudn`t get anything.. anything i shud know specifically..? thanx |
| Forum Sponsor | ||
|
|
|
|||
|
hi,
ok ..got the respobnse to my question.. i had to use "./" b4 the output filename... fine.. now one more other doubt... we have to run the output file using ./a.out (where a.out is the compiled, n linked file) .. now how can i run a.out without using "./" b4 the filename??? thanx |