Re: C Programming on shell
- From: William Pursell <bill.pursell@xxxxxxxxx>
- Date: Sun, 30 Sep 2007 12:57:52 -0700
On 30 Sep, 18:46, Grant Edwards <gra...@xxxxxxxx> wrote:
On 2007-09-30, William Pursell <bill.purs...@xxxxxxxxx> wrote:
I'd like to give C programming from shell a try.
I think you mean you want to work in the console rather than
"from shell".
Why do you say that? I do all my C programming from the shell,
but I never work in the console.
What does that mean? To me, programming from the shell would
mean:
% echo '#include<stdio.h>' > hello.c
% echo 'int main(void) { puts("hello, world!"); return 0;}' >> hello.c
% gcc hello.c -o hello
That seems an incredibly absurd way to work. Perhaps rather
than "console", I should have said "in a terminal", but
that's certainly not the shell.
.
- Follow-Ups:
- Re: C Programming on shell
- From: Grant Edwards
- Re: C Programming on shell
- References:
- C Programming on shell
- From: Outspan
- Re: C Programming on shell
- From: William Pursell
- Re: C Programming on shell
- From: Grant Edwards
- C Programming on shell
- Prev by Date: Re: C Programming on shell
- Next by Date: Re: C Programming on shell
- Previous by thread: Re: C Programming on shell
- Next by thread: Re: C Programming on shell
- Index(es):
Relevant Pages
|