Re: C Programming on shell
- From: Grant Edwards <grante@xxxxxxxx>
- Date: Sun, 30 Sep 2007 20:03:33 -0000
On 2007-09-30, William Pursell <bill.pursell@xxxxxxxxx> wrote:
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?
It means using development tools from the command shell (e.g.
bash) instead of from an IDE.
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.
You can use a text-mode IDE (admittedly rare these days) from a
console or terminal.
--
Grant Edwards grante Yow! I'm an East Side
at TYPE...
visi.com
.
- Follow-Ups:
- Re: C Programming on shell
- From: David Given
- 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
- Re: C Programming on shell
- From: William Pursell
- 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
|