View Single Post
  #3 (permalink)  
Old January 29th, 2007, 10:04 AM
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

Ok, let me see if I can explain clearly.

"the place where you write store the characters" is, for example:

In MS word you use a textbox.
In a small C++ application you store strings (character arrays) in a char * variable.

But the variables are limited to a 255 characters capacity. So where should I store the stuff the user writes before saving?

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