View Single Post
  #1 (permalink)  
Old January 25th, 2007, 07:06 PM
Irving_Rivas Irving_Rivas is offline
Registered User
 
Join Date: Jan 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Irving_Rivas
Default Text Editor Creation

Hey everyone! I've a task I'd like help with.

I have to make a Text Editor, sort of Linux's "Nano" or DOS's "Edit".
The issue that makes me post this is the following: While the user is writing, where are all the characters stored? I was thinking of a "char *" variable, but it seemed farfetched...
So, any ideas? Anywhere I could read something on the subject?
But most importantly, is there any Open Source Text editor built in C++ whose code I could check?

Thanks in advance for reading this.:)

It's not the world you live in, it's the people you live with.
Reply With Quote