Table of Contents

My simple note on C++

May 30 - 2009 7:44 PM
I want:

the solution I found

  1. write a standard c++ main code (on mac)
  2. “g++ main.cpp -o main” using gcc (bundled with Xcode)
  3. I got my “main” binary file, and I “open main” in console (mac),
  4. works
  5. then cross-compile on mac, get win and linux binary

C++ as cross-compile language

standard c++ vs visual c++

C++ for written-once-multi-compile solution

reference

C++ vs VC++ http://www.sharkyforums.com/archive/index.php/t-91725.html

Classic c++ vs VS c++ http://www.daniweb.com/forums/thread155363.html

C++ syntax quick guide

Tutorials