Function Methods of the C ++ string class (for conversion)
Constructor of the string class:String (const char * s); // use the C string s for initializationString (int n, char C); // initialize with n characters CIn addition, the string class also supports default constructor and copy constructor, such as string S1; string S2 = "hello. If the constructed string is too long to be expressed, the length_error exception is thrown.
String character operations:Const char operator [] (int n) const;Co
From: http://www.cppblog.com/lmlf001/archive/2006/04/19/5883.html
Constructor of the string class:String (const char * s); // use the C string s for initializationString (int n, char C); // initialize with n characters CIn addition, the string class also supports default constructor and copy constructor, such as string S1; string S2 = "hello. If the constructed string is too long to be expressed, the length_error exception is thrown.
String character operations:Const char operator [] (int n) co
introduction:
Constructor of the string class:
String (const char * s); // use the C string s for initializationString (int n, char C); // initialize with n characters CIn addition, the string class also supports default constructor and copy constructor, such as string S1; string S2 = "hello. If the constructed string is too long to be expressed, the length_error exception is thrown;
String character operations:Const char operator [] (int n) const;Const char at (int n) const;Char operat
Conversion of common C ++ string functions
Constructor of the string class:String (const char * s); // use the C string s for initializationString (int n, char C); // initialize with n characters CIn addition, the string class also supports default constructor and copy constructor, such as string S1; string S2 = "hello. If the constructed string is too long to be expressed, the length_error exception is thrown. String character operations:Const char operator [] (int n) const;Const ch
constructor of the String class:String (const char *s); Initialize with C string sstring (int N,char c); Initialize with n characters cIn addition, the string class supports both the default constructor and the copy constructor, such as String s1;string s2= "Hello", which is the correct notation. A Length_error exception is thrown when a constructed string is too long to be expressedCharacter manipulation of the string class:const char operator[] (int n) const;const char at (int n) const;Char op
in the ordinary work often used a string class, I remember the bad use of the time often to go to the query. Excerpt a summary on the Internet, for the convenience of future inquiries:
Constructor of String class:String (const char *s); Initializes a string with the C string s (int n,char c); Initialize with n-character C
Character operations for string classes:const char operator[] (int n) const;const char at (int n) const;Char operator[] (int n);char at (int n);Operator[] and at () both return
Constructor of String class:String (const char *s); Class with C string S.string (int N,char c); Class with N-character CIn addition, the string class also supports default constructors and copy constructors, such as String s1;string s2= "Hello," which is the correct notation. Length_error exception is thrown when the constructed string is too long to be expressed
Character operations for string classes:const char operator[] (int n) const;const char at (int n) const;Char operator[] (int n);char
is the same, and the following is described in string only:
Constructor of String class:
String (const char *s); Class with C string S.string (int N,char c); Class with N-character CIn addition, the string class also supports default constructors and copy constructors, such as String s1;string s2= "Hello," which is the correct notation. A Length_error exception is thrown when the constructed string is too long to be expressed;
Character operations for string classes:const char operator[] (int n
Constructor of the string class:String (const char * s); // use the C string s for initializationString (int n, char C); // initialize with n characters CIn addition, the string class also supports default constructor and copy constructor, such as string S1; string S2 = "hello. If the constructed string is too long to be expressed, the length_error exception is thrown.String character operations:Const char operator [] (int n) const;Const char at (int n) const;Char operator [] (int n );Char a
that of wstring. Here we only use string for introduction:
Constructor of the string class:
String (const char * s); // use the c string s to initialize string (int n, char c); // use n characters for c Initialization
In addition, the string class also supports default constructor and copy constructor, such as string s1; string s2 = "hello. If the constructed string is too long to be expressed, the length_error exception is thrown;
String character operations:
Const char operator [] (int n) co
Common C ++ String functions
StringClass ConstructionFunction:
String (const char * s); // use the c string s for initialization
String (int n, char c); // initialize with n characters c
In addition, the string class also supports default constructor and copy constructor, such as string s1; string s2 = "hello. If the constructed string is too long to be expressed, the length_error exception is thrown.
String character operations:
Const char operator [] (int n) const;
Const char at (int n) co
pos_conf.c (see program 1) to create the dynamic library libpos. so. For detailed creation process, see [1].
# Gcc-C pos_conf.c# Gcc-shared-fpci-O libpos. So pos_conf.o#
# Include Void pos (){Printf ("/root/test/CONF/lib/N ");}Procedure 1: pos_conf.c
Run the following command to compile main. C (see Program 2) to generate the POS of the target program.
# Gcc-o pos
(modified)
Turn from: http://hi.baidu.com/shazi129/item/d24699affd671916a8cfb788
Constructor of String class:
String (const char *s); Class with C string S.
string (int N,char c); Class with N-character C
In addition, the string class also supports default constructors and copy constructors, such as String s1;string s2= "Hello," which is the correct notation. Length_error exception is thrown when the constructed string is too long to be expressed
Character operations for string classes:
con
In order to achieve the sorting, calling and rotating commands, these actions must be performed on the object.
Lines, circles, and rectangles are developed respectively.
Class cmyrect;Class Cline: Public csolid{Public:Cline ();Cline (cposition pos1, cposition pos2 );Csolid * copysolid () {return New Cline (this-> m_begin, this-> m_end);} // copy a straight line in DepthVirtual ~ Cline ();Public:Csolid * explan (cposition POs, short zdelta );Cs
Common C ++ string functions
Http://xiaocao000.spaces.live.com/blog/cns! F826a925cf33491a! 117. Entry
Constructor of the string class:
String (const char * s); // use the C string s for initializationString (int n, char C); // initialize with n characters CIn addition, the string class also supports default constructor and copy constructor, such as string S1; string S2 = "hello. If the constructed string is too long to be expressed, the length_error exception is thrown.
String character operatio
I often use the string class in my daily work. When I have a bad memory, I often want to query it. To facilitate future queries, take a summary on the Internet:
Constructor of the string class:String (const char * s); // use the C string s to initialize string (int n, char C); // use n characters for C Initialization
String character operations:Const char operator [] (int n) const;Const char at (int n) const;Char operator [] (int n );Char at (int n );OPERATOR [] and at () both return the pos
in string only:
Constructor of String class:
String (const char *s); Initializes a
string (int N,char c) with a C string s;////n character C initialization
In addition, the string class also supports default constructors and copy constructors, such as String s1;string s2= "Hello," which is the correct notation. A Length_error exception is thrown when the constructed string is too long to be expressed;
Character operations for string classes:
const char operator[] (int n
string:constructor of the String class:String (const char *s); Initialize with C string sstring (int N,char c); Initialize with n characters cIn addition, the string class supports both the default constructor and the copy constructor, such as String s1;string s2= "Hello", which is the correct notation. A Length_error exception is thrown when the constructed string is too long to be expressed;Character manipulation of the string class:const char operator[] (int n) const;const char at (int n) co
correspond to char and wchar_t respectively.The use of string and wstring is the same, the following is only described in string:constructor of the String class:String (const char *s); Initialize with C string sstring (int N,char c); Initialize with n characters cIn addition, the string class supports both the default constructor and the copy constructor, such as String s1;string s2= "Hello", which is the correct notation. A Length_error exception is thrown when the constructed string is too lo
, which correspond to char and wchar_t respectively.The use of string and wstring is the same, the following is only described in string:constructor of the String class:String (const char *s); Initialize with C string sstring (int N,char c); Initialize with n characters cIn addition, the string class supports both the default constructor and the copy constructor, such as String s1;string s2= "Hello", which is the correct notation. A Length_error exception is thrown when the constructed string is
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.