Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 194 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 194 Bytes

EffectiveCppBookNote

Notes for learning book effective c++ by Scottes Meyers

Build for windows

use cmake to cross build for windows platform.

cmake -B"out/x64"\
    -A"x64"