User Profile

Collapse

Profile Sidebar

Collapse
Tops
Tops
Last Activity: Jul 10 '08, 09:50 PM
Joined: Jan 21 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Tops
    started a topic How to bind
    in C

    How to bind

    Hello everyone, I'm such a noob >:

    Anyways, I'm trying to create a program that has three different pages to browse through, these will be called from one of three different member functions from a class.

    My question is this,
    Is there a way I can bind the left and right arrow keys to initiate each function to go to the next page or previous?

    I've been googling around and I can't seem to find...
    See more | Go to post

  • Tops
    replied to do/while loop
    in C
    This is what I'm using

    int main()
    {
    double length;
    double width;
    double area;

    blah ...

    blah...


    return 0;
    }

    I don't know if that help at all, I just want the program to have a pause at least before it closes so you can see the solution it comes up with...
    See more | Go to post

    Leave a comment:


  • Tops
    started a topic do/while loop
    in C

    do/while loop

    Hey guys I'm trying to figure out how to input the do/while loop so that my program doesn't execute too fast and you wont be able to see the solution. So I read in one of the forums about using a do/while loop so that the program will ask if you want to run it again.
    See more | Go to post

  • I had just a quick question, what are you using for the loop?
    I'm new to this C++ and am having the same problem, my program executes way to fast to get the solution and using the code to run again would be perfect.
    Its just a simple program to find the area of a rectangle.
    Thanks!
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...