Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- calling a C program in a shell script
- hi how can i call a C program in a bourne shell script please let me knowecho "about to call a C program"cprogramecho "after calling a C program"This assumes cprogram is in the $PATH. You may have to specify the path:/home/username/bin/cprogramYou might need to compile your cprogram.c first to...
- Tags: C, C program, cprogram, iyerharini@..., linux, shell script
- Q&A 2006-03-17
- calling a C program in a shell script
- hi how can i call a C program in a bourne shell script please let me know
- Tags: C/C++, Programming languages
- Q&A 2006-03-17
- calling a C program in a shell script
- hi how can i call a C program in a bourne shell script please let me knowI'm assuming that the program is actually compiled. If it is actually compiled, it is just like calling any other program...As J.Ja points out, you just call it by name. In fact, much...
- Tags: C/C++, shell script, C, C program
- Q&A 2006-03-17
- << Previous
- page 1 of 1
- Next >>