Posted by Paradox on July 28, 1999 at 22:16:42:
In Reply to: Syntax for chars and strings posted by Milly Pan on July 28, 1999 at 22:09:04:
Single quotes, I do believe.
: i think i'm confusing the syntaxes for the different languages i've worked with, because i'm running into problems in some places and i think i might nkow why: in c++ when you have a string it's delimited by double quotes ("), but when you're dealing with a single character or one-character portion of a string is it double quotes (") or single quote (')