Changes between Version 18 and Version 19 of Processing/lagdevelopersfaq


Ignore:
Timestamp:
Jul 9, 2012, 3:27:59 PM (12 years ago)
Author:
jaho
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/lagdevelopersfaq

    v18 v19  
    6868Whether 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:
    6969
    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.
    7171
    7272[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.