Add Q&A list to Stroustrup page
This commit is contained in:
parent
acbc01459b
commit
0b8a2ce783
|
@ -31,6 +31,17 @@
|
|||
<mediafile file="stroustrup.mp4" type="MP4" />
|
||||
<mediafile file="stroustrup.mpg" type="MPG" />
|
||||
<flvfile file="stroustrup.flv" />
|
||||
<other>
|
||||
<h2>Q&A</h2>
|
||||
<ul>
|
||||
<li>Do you think you'll ever design a new language from scratch?</li>
|
||||
<li>How long after the standard is out do you expect to see a production compiler?</li>
|
||||
<li>Is it possible to do garbage collection cleanly and efficiently in C++?</li>
|
||||
<li>How soon after you created C++ did you see it start to take over the industry?</li>
|
||||
<li>Is there any particular naming convention you subscribe to?</li>
|
||||
<li>What's your opinion about the Microsoft implementation of C++?</li>
|
||||
</ul>
|
||||
</other>
|
||||
</mediaitem>
|
||||
|
||||
<mediaitem title="PMAMC&OC SASMS - Spring 2007">
|
||||
|
|
Loading…
Reference in New Issue