AN INTRO TO PROGRAMMING IN C++
CONTENTS:
CONTENTS
WEEK OF
Topics
Handouts
Syllabus
WEEK OF
Handouts
Binary Search
Homework 1 Homework 2 (Program 1, binary search for chromosomes)
Platform: UNIX (Linux) or Mac or Windows (UNIX TUTORIAL)
LINUX: Remember to use ".cc" for your file extensions, and use the "g++" compiler script.
MAC: Remember to use ".cpp" for your file extensions.
USING LINUX: Start up Telnet on a Mac in WS 152, then open a connection to aki.nmu.edu or euclid.acs.nmu.edu. Then login.
GETTING FILES TO YOUR ACCOUNT:
SAMPLE CODE: To try out your C++ development environment (Turbo C++, gcc, g++, or whatever), you can try compiling and running the these little programs: sphere.cc or shapes.cc. I believe that all you need for these to run is the "iostream.h" header file, which should be available to your development environment. Try it!