cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
string
string
Nov 17, 2011 at 1:51am UTC
moot1
(259)
can you guy please explain strings and characters to me and how to use them...thx
Nov 17, 2011 at 2:42am UTC
biplav17
(159)
to use string you include the library and use it as varaible.
char is already defined so just use. Strings are already array of characters so you can use them. But all the functions dont accept strings so characters are often used.
Topic archived. No new replies allowed.