Re: [Dev-C++] <cstring> or <cstring.h>
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: Jay S. <jas...@at...> - 2000-09-28 07:53:14
|
Use a character array, such as: char string[50]; would have a 49 letter string (0 is always at the end). ~Jay~ ----- Original Message ----- From: "Linda Hohenstein" <lz...@sp...> To: "C++ List" <dev...@li...> Sent: Thursday, September 28, 2000 12:01 AM Subject: [Dev-C++] <cstring> or <cstring.h> My DevC++4.0 says that cstring and cstring.h are not available headers. Can you tell me what you use to insert strings of characters? TIA, Linda |