Characters and Strings (STR)
Contents
Android Only
Content by label
There is no content with the specified labels
C
- STR00-C. Represent characters using an appropriate type
- STR01-C. Adopt and implement a consistent plan for managing strings
- STR02-C. Sanitize data passed to complex subsystems
- STR03-C. Do not inadvertently truncate a string
- STR04-C. Use plain char for characters in the basic character set
- STR05-C. Use pointers to const when referring to string literals
- STR06-C. Do not assume that strtok() leaves the parse string unchanged
- STR09-C. Don't assume numeric values for expressions with type plain character
- STR10-C. Do not concatenate different type of string literals
C++
Content by label
There is no content with the specified labels
Java
Content by label
There is no content with the specified labels