C++ setup
Being as I'm using a Mac, I figure I should be able to get plenty of mileage out of Xcode. So I do the following:
- Install Xcode (version 4.6)
- New Project...
- STL C++ Library
- Product Name: cookbook
- Type: Standard Dynamic
- X : Use Automatic Reference Counting
- Do NOT create local git repo (want it on github instead)
- Click the play button (which apparently means build): Build succeeded.
- Enable developer mode? Yes
I've learned languages in the past using other methods, but by far the best experience I've had is with C#:
- (Figure out how to write a test)
- Write a test
- Figure out how to make the test pass
- Go back to step 2, rinse repeat
No comments:
Post a Comment