Yes thankyou very much Ganon11 for your helpful information :).
Casey...
User Profile
Collapse
-
Oh sorry I didnt post what compiler im using:
Im using Microsoft Visual Studios.NET 2003 C++Leave a comment:
-
If statement discussion
Hey I was wondering about how you go about designing a IF statement that will use a range of values and if it was out of those range of values, e.g if it was a negative or if it exceeded a certain number, how do i go about creating a IF statement that follows these guidelines.
I have created a IF statement but it only accounts for 1 variable/value at a time and I would like to created a range of variables to be used e.g. 0 - 23953.... -
Variable Manipulation
Hi guys, I am new to C++ and I am starting to learn the basics of it. I am doing my own little assignment and I was wondering if you could help?
Heres my source code:
...Code:// Casey's Wire Fence Calculator #include <iostream> using std::cout; using std::endl; using std::cin; int main() { cout << "Casey'sLast edited by sicarie; Mar 28 '07, 01:57 PM. Reason: Please use [code] and [/code] tags around your code. Thanks!
No activity results to display
Show More
Leave a comment: