Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
| From | Ben Bacarisse <ben.usenet@bsb.me.uk> |
|---|---|
| Newsgroups | comp.misc |
| Subject | Re: Build Your Own Text Editor |
| Date | 2017-04-06 11:16 +0100 |
| Organization | A noiseless patient Spider |
| Message-ID | <87fuhlon6t.fsf@bsb.me.uk> (permalink) |
| References | <7kUTKOW818iIat6PF3PosJwV@dont-email.me> |
Rich <rich@example.invalid> writes: > http://viewsourcecode.org/snaptoken/kilo/ > > Quoting from the URL above: > > Welcome! This is an instruction booklet that shows you how to build a > text editor in C. > > The text editor is antirez's kilo, with some changes. It's about 1000 > lines of C in a single file with no dependencies, For some small value of "no"! It needs termios.h and unistd.h which may be very widely available (I'm not well informed on the state of Windows libraries) but they are not standard C. BTW, I think it's an excellent example of how to present a programming project. <snip> -- Ben.
Back to comp.misc | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Build Your Own Text Editor Rich <rich@example.invalid> - 2017-04-06 01:27 +0000
Re: Build Your Own Text Editor The Real Bev <bashley101@gmail.com> - 2017-04-05 19:58 -0700
Re: Build Your Own Text Editor Ben Bacarisse <ben.usenet@bsb.me.uk> - 2017-04-06 11:16 +0100
Re: Build Your Own Text Editor Bob Eager <news0006@eager.cx> - 2017-04-06 21:01 +0000
Re: Build Your Own Text Editor root <NoEMail@home.org> - 2017-04-06 16:40 +0000
Re: Build Your Own Text Editor Tim Sprout <timsprout@gci.net> - 2017-04-07 08:48 -0800
csiph-web