2015:Programming: Difference between revisions

From 1511Wookiee
Jump to navigationJump to search
(added a reference)
(more details on resources)
Line 7: Line 7:
[http://tom.preston-werner.com/2009/05/19/the-git-parable.html Introduction to Git]
[http://tom.preston-werner.com/2009/05/19/the-git-parable.html Introduction to Git]


[http://stackoverflow.com/questions/tagged/c++-faq?page=1&sort=votes&pagesize=300 C++FAQ on Stackoverflow (a list of questions, some of which explain things you want to know, others which don't)]
[http://stackoverflow.com/questions/tagged/c++-faq?page=1&sort=votes&pagesize=300 C++FAQ on Stackoverflow]


[http://www.stroustrup.com/C++11FAQ.html#default C++11 FAQ (not the clearest)]
*A list of questions, some of which explain things you'll want to know (pointers, const, and memory), others which you don't (prvalues, lambda, SFINAE)
*Reading all of [http://www.parashift.com/c++-faq-lite/index.html http://www.parashift.com/c++-faq-lite/index.html] takes a while as well, but helps
*Caveat: Just because fancy techniques exist doesn't mean you should use the


== Programming Sub-pages and Links ==
== Programming Sub-pages and Links ==

Revision as of 08:24, 28 January 2015

Design Ideas

Google Docs Folder with details, sketches, ideas, whatever

Things a bored and aspiring student should read

Introduction to Git

C++FAQ on Stackoverflow

  • A list of questions, some of which explain things you'll want to know (pointers, const, and memory), others which you don't (prvalues, lambda, SFINAE)
  • Reading all of http://www.parashift.com/c++-faq-lite/index.html takes a while as well, but helps
  • Caveat: Just because fancy techniques exist doesn't mean you should use the

Programming Sub-pages and Links

Programming Archives