2015:Programming: Difference between revisions
From 1511Wookiee
Jump to navigationJump to search
Programming (talk | contribs) (rename section) |
Programming (talk | contribs) (added doxygen update site) |
||
Line 24: | Line 24: | ||
**[http://wpilib.screenstepslive.com/s/4485 Screensteps] | **[http://wpilib.screenstepslive.com/s/4485 Screensteps] | ||
**[http://first.wpi.edu/FRC/roborio/release/docs/cpp/annotated.html WPILib Doxygen] | **[http://first.wpi.edu/FRC/roborio/release/docs/cpp/annotated.html WPILib Doxygen] | ||
*Doxygen | |||
**Update<span style="font-size:small;">site: <span style="font-family:times new roman,times,serif;">[http://download.gna.org/eclox/update http://download.gna.org/eclox/update]</span></span> | |||
*Git (2014 and beyond) | *Git (2014 and beyond) | ||
**[[Git Setup|Git Setup]] | **[[Git Setup|Git Setup]] |
Revision as of 08:52, 31 January 2015
Google Docs
- Contains transient spreadsheets for design, planning, etc.
- Holds small installers for utilities like Git, Doxygen, and Wireshark
- (They are zipped so you don't need a proxy to download them on certain wireless networks)
Things a bored and aspiring student should read
- 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 them
Programming Sub-pages and Links
- Documentation
- Doxygen
- Updatesite: http://download.gna.org/eclox/update
- Git (2014 and beyond)
- SVN (up to 2013)
- Jaguar Firmware Notes
- 2015:Robot IO Map