User Profile

Collapse

Profile Sidebar

Collapse
casey2007
casey2007
Last Activity: Apr 9 '07, 11:03 AM
Joined: Mar 28 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • casey2007
    replied to If statement discussion
    in C
    Yes thankyou very much Ganon11 for your helpful information :).
    Casey...
    See more | Go to post

    Leave a comment:


  • casey2007
    replied to If statement discussion
    in C
    Oh sorry I didnt post what compiler im using:

    Im using Microsoft Visual Studios.NET 2003 C++
    See more | Go to post

    Leave a comment:


  • casey2007
    started a topic If statement discussion
    in C

    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....
    See more | Go to post

  • casey2007
    started a topic Variable Manipulation
    in C

    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's
    ...
    See more | Go to post
    Last 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
Working...