bo wrote: > Thank You I will get these items, and read the books. I take it the > compiler I use will not make a difference for my class.
ANSI C/C++ code that compiles under one compiler should compile cleanly under any other compiler. You aren't likely going to be using any compiler-specific libraries (if there are any), so it should work out fine. As a beginner, you need a compiler that also has a good integrated debugger. I have no idea how good the Magic C/C++ compiler is. The better the debugger, the easier it will be to learn C/C++. Of course, you should always test whatever you create under the compiler your class "requires" just to make sure the code compiles there as well. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
