Pelles C forum

C language => Beginner questions => Topic started by: Dodge on November 27, 2007, 06:00:06 PM

Title: Simple Text Editor
Post by: Dodge on November 27, 2007, 06:00:06 PM
Hi everyone,
first of all i m glad forum is back on...

second thing is that i was wondering if there is any good tutorials on using curses.h library(?) (I tried to google it and got some answers...but still...)
Because i need to do simple text editor in C using this librarys and i would like to get some guidelies on how to get things done.


Thank you all for your help.
Title: Re: Simple Text Editor
Post by: Christian on November 27, 2007, 09:38:35 PM
Could this one be helpful for you?

http://www.gmonline.demon.co.uk/cscene/CS3/CS3-08.html (http://www.gmonline.demon.co.uk/cscene/CS3/CS3-08.html)
Title: Re: Simple Text Editor
Post by: Dodge on November 28, 2007, 12:36:40 AM
Well thnx i ll look into it...anything is useful...so thnx again.
Title: Re: Simple Text Editor
Post by: TimoVJL on November 28, 2007, 09:31:13 AM
PDCurses keyword gives more information
Title: Re: Simple Text Editor
Post by: Christian on November 28, 2007, 01:22:31 PM
If you look for examples, how to use this library, you could try http://www.koders.com (http://www.koders.com).

It's a code search engine for GPL'd code.