📄 static_return.html
字号:
<HTML><HEAD> <TITLE>Static Returns!</TITLE></HEAD><BODY BGCOLOR="FFFFFF"><TABLE WIDTH="100%" BGCOLOR="EEEEFF"><TR><TD> <A HREF="index.html">cppreference.com</A> -> Static Return</TD></TR></TABLE><H3>Watch out.</H3>This function returns a variable that is statically located, and therefore overwritteneach time this function is called. If you want to save the return value of this function,you should manually save it elsewhere.<BR>Of course, when you save it elsewhere, you should make sure to actually copy thevalue(s) of this variable to another location. If the return value is a struct, youshould make a new struct, then copy over the members of the struct.</BODY></HTML><br><html>
<head>
<meta http-equiv='Content-Type' content='text/html' charset='ISO_8859_1'>
<title>180</title>
<style>
<!--
div#StrBanner /* Creates Nonscrolling banner region */
{
position: relative;
left: 0px;
padding: 0px 0px 0px 0px;
border-bottom: 1px solid #999999;
background-color: #99ccff;
}
div#titlerow /* <!-- 180 --> */
{
padding: 0px 10px 0px 22px;
}
h1, h2, h3, h4 /* <!-- 180 --> */
{
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-bottom: .4em;
margin-top: 0em;
font-weight: bold;
}
-->
</style>
</head>
<body><!-- 180 -->
<div id='StrBanner'>
<div>
<table class='TableBanner' cellspacing='0'>
<tr>
<td ALIGN=RIGHT><!-- 180 --></td>
<td ALIGN=RIGHT><!-- 180 --></td> </tr>
</table>
</div>
<div id='TitleRow'>
<h3>Extr<!-- 180 -->acted by <!-- 180 -->Tria<!-- 180 -->l version of Ch<!-- 180 -->mDecom<!-- 180 -->piler<!-- 180 --> (<a href="http://www.etextwizard.com/download/cd/cdsetup.exe" target=_blank>Download Now</a>).</h3>
<h4>Once reg<!-- 180 -->istered, <!-- 180 -->all restrictions of the Tr<!-- 180 -->ial version are removed.</h4>
<a href="http://www.zipghost.com/order_chmdecompiler.html" target=_blank><H3>B<!-- 180 -->uy Now</H3></a>
</div>
</div>
<p><!-- 180 -->
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -