Home | FAQ | Server | Presentations | Mailing Lists/Archives | Member Tools | Links | Sponsors | ContactThe problem that you are encounting is probably a result of the current directory not being in your path. Since a period denotes your current directory ./a.out should excute the program. Also in the future you might try the -o switch to cc. this allows you to name the binary something other than a.out. Jay