Changes between Version 18 and Version 19 of Processing/lagdevelopersfaq
- Timestamp:
- Jul 9, 2012, 3:27:59 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/lagdevelopersfaq
v18 v19 68 68 Whether you already know C++, come from C or are just starting to learn, it is a good idea to familiarise yourself with good programming practices before writing production code. Assuming you already know the basics of the language I highly recommend these two sources: 69 69 70 [http://www.parashift.com/c++-faq-lite/ C++ FAQ] - every C++ programmer should read . It's well written, to the point and covers a lot of things from OO design to freestore management.70 [http://www.parashift.com/c++-faq-lite/ C++ FAQ] - every C++ programmer should read this. It's well written, to the point and covers a lot of things from OO design to freestore management. 71 71 72 72 [http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml Google C++ Style Guide] - you don't have to blindly follow it, but it should give you an idea of what a good coding style looks like.