Skip to main content
added 38 characters in body
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134
  1. Not reading the C++ FAQ Lite. It explains many bad (and good!) practices.
  2. Not Using Boostusing (tm)Boost. You'll save yourself a lot of frustration by taking advantage of Boost where possible.
  1. Not reading C++ FAQ Lite. It explains many bad (and good!) practices.
  2. Not Using Boost (tm). You'll save yourself a lot of frustration by taking advantage of Boost where possible.
  1. Not reading the C++ FAQ Lite. It explains many bad (and good!) practices.
  2. Not using Boost. You'll save yourself a lot of frustration by taking advantage of Boost where possible.
Post Made Community Wiki by Bill the Lizard
Source Link
teratorn
  • 1.6k
  • 1
  • 11
  • 12

  1. Not reading C++ FAQ Lite. It explains many bad (and good!) practices.
  2. Not Using Boost (tm). You'll save yourself a lot of frustration by taking advantage of Boost where possible.