Thursday, January 31, 2013

C++ Examples - Logic

Question: Write a function that takes the arguments a, b and c, computes and then displays the roots of the quadratic equation.

C++ Examples - Basic Syntax

Write a program to calculate the area and circumference of a circle of radius

Visual Studio 2010 at UoM

Getting started on Visual Studio 2010
On windows one of the best IDEs (Integrated Development Environment) to use on Windows is Visual Studio 2010. Visual Studio is primarily written for developers to build complex applications using graphics, audio and interactions with the user. However, during this course we are only interested in coding mathematics, so will not really touch on the many things that Visual Studio can do for you. You will need to know how to edit, compile and run simple Win32 console applications.
The following "How To" is for the Windows network at the University of Manchester. First click on the start menu and type "visual", you should see Visual Studio 2010 appear to select.