Using Visual C++ .Net

Using Jagwin
Tips for Coding
Code for mygetline


Visual Studio C++ Compiler
The Visual Studio 2010 C++ Express IDE (Integrated Development Environment) is freely available.
You can obtain this program from: http://www.microsoft.com/express/vc/Default.aspx.
You will need to download and install the IDE during the first week of class and go through the tutorial located here.

To copy consule output:
    1. Click on the C:\ in the upper left corner of the console window. Select Edit --> Mark.
      Then click and drag starting in the inside the console window on the upper left and and drag the mouse to highlight the output.
    2. Let go of the mouse button and hit the "Enter" key. This copies the output into the windows clipboard.
    3. From there you can paste it into any other windows program. The easiest is to paste it below your code as a comment then you only have to print one page. 

C++ Links
http://www.uow.edu.au/~nabg/ABC/ABC.html
http://www.cplusplus.com/ref/
http://www.icce.rug.nl/documents/cplusplus/
http://www.research.att.com/~bs/bs_faq2.html

Standard Template Library Links
http://www.sgi.com/tech/stl
C# Links