Re: learning C without an IDE
- From: user923005 <dcorbit@xxxxxxxxx>
- Date: Mon, 1 Dec 2008 18:33:37 -0800 (PST)
On Dec 1, 6:14 pm, Jason <jason.lillywh...@xxxxxxxxx> wrote:
I'm trying to learn C and every time I go looking for a simple
compiler, I end up with a complicated IDE. I believe in IDEs but I
really just want to use a text editor and the command line (Windows).
Can someone point me to something simple like this?
Notepad works for an editor on windows. You can use vi or whatever
you like on POSIX systems.
Just about every C compiler has a command line interface.
We do not know what compiler you are using (or want to use).
If you already have a compiler installed, then go to a newsgroup
dedicated to that compiler and ask how to use it from the command line
in that news group.
.
- References:
- learning C without an IDE
- From: Jason
- learning C without an IDE
- Prev by Date: Re: tree example
- Next by Date: Re: Searching for Link List Implementation (with requirements)
- Previous by thread: learning C without an IDE
- Next by thread: Re: learning C without an IDE
- Index(es):
Relevant Pages
|