Where to find a quick review of Java and/or C++ ? - Stack Overflow most recent 30 from stackoverflow.com2009-11-26T13:54:53Zhttp://stackoverflow.com/feeds/question/260169http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/260169/where-to-find-a-quick-review-of-java-and-or-c1Where to find a quick review of Java and/or C++ ?nute2008-11-03T22:10:07Z2008-11-03T23:12:46Z
<p>I have a short preliminary interview with Microsoft in less than 2 hours.
I've been told that they might ask questions in Java and/or C++.
Where can I find a quick overview of both languages?
I don't need to full tutorial, just something that goes over the language-specific features and a refresher of the semantics.
I also only have 1.5 hours to study so...
Any ideas?</p>
<p>Thx!</p>
http://stackoverflow.com/questions/260169/where-to-find-a-quick-review-of-java-and-or-c/260174#2601742Answer by Elie for Where to find a quick review of Java and/or C++ ?Elie2008-11-03T22:12:24Z2008-11-03T22:12:24Z<p>An hour and a half is a bit fast to learn a language. You can try Wikipedia, but you may want to avoid discussion of either language if you don't know them. Instead focus on the languages you do know. Learning a new language is not difficult, but you shouldn't try to rush it and then sound like you know more than you do. They'll figure that one out pretty quickly, and it will be worse if you don't admit your lack of knowledge. We had someone who tried that with my company, and he lasted less than a week.</p>
http://stackoverflow.com/questions/260169/where-to-find-a-quick-review-of-java-and-or-c/260176#2601767Answer by David Arno for Where to find a quick review of Java and/or C++ ?David Arno2008-11-03T22:12:31Z2008-11-03T22:12:31Z<p>My advice would be to tell them you do not know C++ and Java. Attempting to blag it after just 1 1/2 hours rushed study will likely make a far worse impression as they'll start exploring how much you know.</p>
http://stackoverflow.com/questions/260169/where-to-find-a-quick-review-of-java-and-or-c/260181#2601814Answer by Iulian Șerbănoiu for Where to find a quick review of Java and/or C++ ?Iulian Șerbănoiu2008-11-03T22:14:27Z2008-11-03T22:14:27Z<p>Teach yourself programming in ... 80 minutes?</p>
<p>I would bet on the quick reference cards:</p>
<p><a href="http://users.ece.utexas.edu/~adnan/c-refcard.pdf" rel="nofollow">C ref card</a>,
<a href="http://www.dcs.gla.ac.uk/~pd/JavaRefCard/" rel="nofollow">A Java ref card</a>,
<a href="http://gufsc.das.ufsc.br/tiki-download_file.php?fileId=11" rel="nofollow">A C++ ref card</a>,
Google for reference cards.</p>
<p>Good luck!</p>
http://stackoverflow.com/questions/260169/where-to-find-a-quick-review-of-java-and-or-c/260185#2601853Answer by Nemanja Trifunovic for Where to find a quick review of Java and/or C++ ?Nemanja Trifunovic2008-11-03T22:16:04Z2008-11-03T22:16:04Z<p>Don't even try it. Any "fake" C++ programmer can be recognized within first 10 seconds of the interview.</p>
http://stackoverflow.com/questions/260169/where-to-find-a-quick-review-of-java-and-or-c/260294#2602942Answer by twokats for Where to find a quick review of Java and/or C++ ?twokats2008-11-03T23:12:46Z2008-11-03T23:12:46Z<p>This may be a little late coming, but the Wikipedia link for a comparison of the languages and some of the features <a href="http://en.wikipedia.org/wiki/Comparison_of_Java_and_C%2B%2B" rel="nofollow">can be found here</a></p>