📄 homepage-bjarne stroustrup .html
字号:
<html>
<base href="http://www.research.att.com/~bs/homepage.html">
<head>
<meta name="DESCRIPTION"
content="This is the homepage of Bjarne Stroustrup,
the designer and original implementor of C++">
<meta name="KEYWORDS"
content="The C++ Programming Language,Bjarne Stroustrup,C++,homepage,books,
papers,biography">
<title>Bjarne Stroustrup's Homepage</title>
<style>
div.day {
padding:0.5em;
border-style:solid;
border-width:2px;
background-color:rgb(252,221,163);
width:250px;
float:right
}
</style>
</head>
<body bgcolor="FFFBFB">
<center>
<a href="homepage.html">homepage</a>
|
<a href="C++.html">C++ links</a>
|
<a href="bs_faq.html">FAQ</a>
|
<a href="bs_faq2.html">technical FAQ</a>
|
<a href="glossary.html">glossary</a>
|
<a href="compilers.html">compilers</a>
|
<a href="papers.html">publications</a>
|
<a href="3rd.html">TC++PL</a>
|
<a href="dne.html">D&E</a>
|
<a href="bio.html">bio</a>
|
<a href="interviews.html">interviews</a>
|
<a href="applications.html">applications</a>
|
<a href="http://www.cs.tamu.edu">TAMU CS</a>
|
<a href="http://www.research.att.com">AT&T Research</a>
</center>
<center>
<h1>Welcome to Bjarne Stroustrup's homepage!</h1>
<img src="Bjarne.jpg"">
</center>
<p>
<div class=day>
<h3>Advice of the day<br>(from
<a href="3rd.html">TC++PL</a>)</h3>
E.7[9] Prefer the constructor approach to resource requisition to using init() functions; secE.3.5.
<p>
<h3>FAQ of the day</h3>
<a href="http://www.research.att.com/~bs/bs_faq2.html#virtual-dtor">Why are destructors not virtual by default?</a>
<p>
<h3>Article of the day</h3>
<a href="stack_cat.pdf">Sixteen Ways to Stack a Cat</a>. The C++ Report. Oct 1990. (a somewhat odd paper provided by popular demand).
</div>
<p>
I'm the College of Engineering Professor in Computer Science at
<a href="http://www.cs.tamu.edu">Texas A&M University</a>.
I also retain a link to
<a href="http://www.research.att.com">AT&T Labs - Research</a>
as a member of the
<a href="http://akpublic.research.att.com:9000/info/Lab/33">Information and Systems Software Research Lab</a>.
<p>
I designed and implemented
<a href="C++.html"> the C++ programming language</a>.
<p>
Over the years, I have written a few
<a href="books.html"> books</a>
(including
<a href="3rd.html">
The C++ Programming Language</a>
and
<a href="dne.html">
The Design and Evolution of C++</a>.),
written a lot of
<a href="papers.html">papers</a>,
and given some
<a href="interviews.html">interviews</a>.
<p>
Here is some
<a href="bio.html">biographical material</a>,
some
<a href="bs_faq.html">frequently asked questions</a>,
some
<a href="bs_faq2.html">frequently asked questions about C++ style and technique</a>
and a
<a href="glossary.html">C++ glossary</a>.
<p>
These pages are permanently under construction.
Constructive comments are most welcome.
<p>
I can be reached by email at bs at cs.tamu.edu or bs at research.att.com,
and by paper mail at
Department of Computer Science, TAMU 3112, College Station, TX 77843-3112
or AT&T Research, 180 Park Ave., Florham Park, NJ 07932-0971, USA.
<p>
<center>
<a href="homepage.html">homepage</a>
|
<a href="C++.html">C++ links</a>
|
<a href="bs_faq.html">FAQ</a>
|
<a href="bs_faq2.html">technical FAQ</a>
|
<a href="glossary.html">glossary</a>
|
<a href="compilers.html">compilers</a>
|
<a href="papers.html">publications</a>
|
<a href="3rd.html">TC++PL</a>
|
<a href="dne.html">D&E</a>
|
<a href="bio.html">bio</a>
|
<a href="interviews.html">interviews</a>
|
<a href="applications.html">applications</a>
|
<a href="http://www.cs.tamu.edu">TAMU CS</a>
|
<a href="http://www.research.att.com">AT&T Research</a>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -