NO

Author Topic: Simple Text Editor  (Read 3707 times)

Dodge

  • Guest
Simple Text Editor
« 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.

Offline Christian

  • Administrator
  • Member
  • *****
  • Posts: 142
    • http://www.pellesc.de
Re: Simple Text Editor
« Reply #1 on: November 27, 2007, 09:38:35 PM »
www.pellesc.de - German PellesC mirror (now available in german and english)

Dodge

  • Guest
Re: Simple Text Editor
« Reply #2 on: November 28, 2007, 12:36:40 AM »
Well thnx i ll look into it...anything is useful...so thnx again.

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Simple Text Editor
« Reply #3 on: November 28, 2007, 09:31:13 AM »
PDCurses keyword gives more information
May the source be with you

Offline Christian

  • Administrator
  • Member
  • *****
  • Posts: 142
    • http://www.pellesc.de
Re: Simple Text Editor
« Reply #4 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.

It's a code search engine for GPL'd code.
www.pellesc.de - German PellesC mirror (now available in german and english)