TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Oral History of Bjarne Stroustrup

57 点作者 chowyuncat大约 10 年前

5 条评论

vmarsy大约 10 年前
An interesting anecdote about his time in Academia in the video:<p><i>Some of the stuff I thought was really interesting to work on was unpublishable. I once wrote a paper on how to do abstract syntax trees 30 times better than GCC, and the paper was rejected on two reasons, three reasons. The first was that we had misunderstood C++ . This was me and Gaby Dos Reis, who was the French representative on the standards committee and one of the best people on the standard. Also, he was the shipping manager for GCC. They also claimed it had been done in GCC. I mean, this was totally bogus. And then when we complained they came back and said, &quot;Oh, that&#x27;s engineering; we&#x27;re computer scientists.&quot; If we had been in engineering for cars and come up with a 32-times improvement of one of the key components of gadget, we&#x27;d have been heroes.</i><p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?feature=player_embedded&amp;v=Hdp87bNbs3A#t=6032" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?feature=player_embedded&amp;v=Hdp8...</a>
chollida1大约 10 年前
I think this might be well traveled ground now, but people always ask me what I&#x27;d recommend to learn good C++ style.<p><a href="http:&#x2F;&#x2F;www.amazon.ca&#x2F;The-Design-Evolution-Bjarne-Stroustrup&#x2F;dp&#x2F;0201543303" rel="nofollow">http:&#x2F;&#x2F;www.amazon.ca&#x2F;The-Design-Evolution-Bjarne-Stroustrup&#x2F;...</a><p>and<p><a href="http:&#x2F;&#x2F;www.amazon.ca&#x2F;Modern-Design-Generic-Programming-Patterns&#x2F;dp&#x2F;0201704315&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.amazon.ca&#x2F;Modern-Design-Generic-Programming-Patte...</a><p>are my two favorite books. And then if you aren&#x27;t happy with these books this stackoverflow link has more books than you could ever want:<p><a href="http:&#x2F;&#x2F;stackoverflow.com&#x2F;q&#x2F;388242&#x2F;25981" rel="nofollow">http:&#x2F;&#x2F;stackoverflow.com&#x2F;q&#x2F;388242&#x2F;25981</a><p>This link from Microsoft is also pretty darn good:<p><a href="https:&#x2F;&#x2F;msdn.microsoft.com&#x2F;en-us&#x2F;library&#x2F;hh279654.aspx" rel="nofollow">https:&#x2F;&#x2F;msdn.microsoft.com&#x2F;en-us&#x2F;library&#x2F;hh279654.aspx</a>
评论 #9381881 未加载
mro大约 10 年前
YouTube link if you don&#x27;t have flash: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=Hdp87bNbs3A" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=Hdp87bNbs3A</a>
pbhowmic大约 10 年前
Brilliant. Perhaps the most or second-most important language in widespread use today, this is the man who created it (and to this day my favorite language). Yet, so down to earth, humble and open about his own shortcomings, his lack of direction in the early years. I suppose the bets ones are like that.
AnimalMuppet大约 10 年前
One of the best lines:<p>&gt; If you give people the choice of writing good code or fast code there&#x27;s something wrong. Good code should be fast.