How to write portable code in c++?

  • learn to use the standard library
  • read books (eg. this one)
  • when you’re experienced, learn to use boost

Leave a Comment