⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 string_members.html

📁 ce fichier est un tutorial de c++.
💻 HTML
字号:
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="Author" content="Gwena&euml;l Brunet">
   <meta name="GENERATOR" content="(c)HTML Doc Maker by Gert">
   <title>String Members</title>
</head>
<body BGCOLOR="#F0F0F0">
<h2>String</h2>
<br>&nbsp;
<table BORDER=0 CELLPADDING=5 COLS=1 WIDTH="100%" >
<tr>
<td>
<font size=-1><a href="String_String3.html" TARGET="content">String</a></font>
<br><font size=-1>Constructeur par d&eacute;faut de String -> initialisation &agrave; "0" </font></td>
</tr>
</table>
<table BORDER=0 CELLPADDING=5 COLS=1 WIDTH="100%" >
<tr>
<td>
<font size=-1><a href="String_String.html" TARGET="content">String</a></font>
<br><font size=-1>Constructeur par recopie </font></td>
</tr>
</table>
<table BORDER=0 CELLPADDING=5 COLS=1 WIDTH="100%" >
<tr>
<td>
<font size=-1><a href="String_~String.html" TARGET="content">~String</a></font>
<br><font size=-1>Destructeur </font></td>
</tr>
</table>
<table BORDER=0 CELLPADDING=5 COLS=1 WIDTH="100%" >
<tr>
<td>
<font size=-1><a href="String_operator=.html" TARGET="content">operator=</a></font>
<br><font size=-1>Surcharge de l'op&eacute;rateur d'affectation </font></td>
</tr>
</table>
<table BORDER=0 CELLPADDING=5 COLS=1 WIDTH="100%" >
<tr>
<td>
<font size=-1><a href="String_operator==.html" TARGET="content">operator==</a></font>
<br><font size=-1>Surcharge de l'op&eacute;rateur d'&eacute;galit&eacute; </font></td>
</tr>
</table>
<table BORDER=0 CELLPADDING=5 COLS=1 WIDTH="100%" >
<tr>
<td>
<font size=-1><a href="String_operator+.html" TARGET="content">operator+</a></font>
<br><font size=-1>Surcharge de l'op&eacute;rateur d'addition </font></td>
</tr>
</table>
<table BORDER=0 CELLPADDING=5 COLS=1 WIDTH="100%" >
<tr>
<td>
<font size=-1><a href="String_operator+=3.html" TARGET="content">operator+=</a></font>
<br><font size=-1>Surcharge de l'op&eacute;rateur += -> concat&eacute;nation </font></td>
</tr>
</table>
<table BORDER=0 CELLPADDING=5 COLS=1 WIDTH="100%" >
<tr>
<td>
<font size=-1><a href="String_operator+=2.html" TARGET="content">operator+=</a></font>
<br><font size=-1>Surcharge de l'op&eacute;rateur += -> concat&eacute;nation </font></td>
</tr>
</table>
<table BORDER=0 CELLPADDING=5 COLS=1 WIDTH="100%" >
<tr>
<td>
<font size=-1><a href="String_operator+=.html" TARGET="content">operator+=</a></font>
<br><font size=-1>Concat&eacute;nation d'un caract&egrave;re </font></td>
</tr>
</table>
<table BORDER=0 CELLPADDING=5 COLS=1 WIDTH="100%" >
<tr>
<td>
<font size=-1><a href="String_IsEmpty.html" TARGET="content">IsEmpty</a></font>
<br><font size=-1>Indique si la cha&icirc;ne est vide </font></td>
</tr>
</table>
<table BORDER=0 CELLPADDING=5 COLS=1 WIDTH="100%" >
<tr>
<td>
<font size=-1><a href="String_Empty.html" TARGET="content">Empty</a></font>
<br><font size=-1>Efface la cha&icirc;ne </font></td>
</tr>
</table>
<table BORDER=0 CELLPADDING=5 COLS=1 WIDTH="100%" >
<tr>
<td>
<font size=-1><a href="String_Display.html" TARGET="content">Display</a></font>
<br><font size=-1>Ecrit la cha&icirc;ne </font></td>
</tr>
</table>
<br>&nbsp;
<font size=-2><a href="String_Overview.html" TARGET="_top">String Overview</a></font>
</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -