Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

in c++

'' : 
is the NULL character, you can find it in your ASCII table ,
it has the value 0. It is used to determinate the end of C-style strings. 
However, C++ class std::string stores its size as an integer, and thus
does not rely on it.
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
8+5 =