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...
User Profile
Collapse
-
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... -
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. -
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!Leave a comment:
No activity results to display
Show More
Leave a comment: