Wrox Programmer Forums
|
BOOK: Ivor Horton's Beginning Visual C++ 2010
This is the forum to discuss the Wrox book Ivor Horton's Beginning Visual C++ 2010 by Ivor Horton; ISBN: 9780470500880
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Ivor Horton's Beginning Visual C++ 2010 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 12th, 2011, 09:38 PM
Registered User
 
Join Date: Nov 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Smile Can I do Math?

Hello All C++ People:

I have IH's book "Beginning Visual C++ 2010 and downloaded the "Free Visual Studio 2010 C++ Express" edition described in his book as not sufficient on pg xxxvii (Introduction). Seems like even the simplest math will not run. Anyone have any success with a math function using the Free edition?

Ray Acosta
 
Old March 28th, 2012, 10:22 AM
Registered User
 
Join Date: Mar 2012
Posts: 12
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Can you post the code which you are trying to run?
If you are talking about the funtionality available in System::Math then it depends what type of project you have created. If you are using a Win32 Console Application then this is native C++ but if you are using a CLR Console application you just need to make sure that
Code:
using namespace System;
is at the top of your file, which should be there automatically in a CLR console application.
The Following User Says Thank You to gsallis For This Useful Post:





Similar Threads
Thread Thread Starter Forum Replies Last Post
Exact math SmokyRick C++ Programming 1 September 19th, 2011 04:28 PM
Math test Nirankar BOOK: Beginning Microsoft Visual Basic 2010 0 July 26th, 2010 01:14 PM
Need Help with Math.pow trryan5 Java Basics 4 July 27th, 2007 06:12 AM
Math operators nguyendh BOOK: Ivor Horton's Beginning Visual C++ 2005 1 June 25th, 2006 01:35 AM
Math question dparsons ASP.NET 1.0 and 1.1 Professional 5 June 14th, 2006 02:31 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.