CompuServe Messages

C-hunks?

    12-Aug-94 08:04:45
Sb: #42173-C-hunks?
Fm: Mal Lansell 74222,3046
To: Supra Corp 76004,565
Alex Why not just alloc some memory and load it in at run-time? You can use a pointer of type char to point to the string, and can use this variable as you would an array, or string in all the C string functions. This approach allows you to change the ascii text without recompiling. Mal