User Profile
Collapse
-
thanks! i finished the program. i was wondering how to prevent a infinite loop. can someone post some code that i could paste into my program to prevent a character from looping it infinitely. thanks! -
Whats wrong with this program?
I wrote this program and took care of most of the errors and when i execute it, it works but something is wrong. It is a store and i put some products in this store and after you made your selection, it gives you the receipt. unfortunatly it does not keep track of how many items you selected so it is always zero. any help would be appreciated on this problem. here is the code:
Code:// Final Project #include
-
qwert7465 started a topic i cant find where to put/move the bracket, and getting a error because of it.in Ci cant find where to put/move the bracket, and getting a error because of it.
here is my code. i am only getting one error:
Code:// Final Project #include <iostream.h> #include <iomanip.h> void checkout(); void start_or_startover(); void receipt(); int choice; float subtotal, tax, total; // Prices double laptopprice = 799.99; double mouseprice = 12.99; double keyboardprice = 29.99; double
-
i did what you said about the " and the matching " but the part with { and the matching }, i cant find where to put the other one. when i put in another one after my int main() i get a ton of errors requiring ;.Leave a comment:
-
sorry to ask another question, but to be specific, what should i do exactly? im not really good with this programming thing and i would greatly appreciate specifically what to do :)Leave a comment:
-
i need some help with these errors that i am getting on my program.....
any help would be appreciated. here is my code:
Code:// Final Project #include <iostream.h> #include <iomanip.h> void checkout(); void start_or_startover(); void receipt(); float subtotal, tax, total; // Prices float laptopprice = 799.99; float mouseprice = 12.99; float keyboardprice = 29.99; float moniterprice
No activity results to display
Show More
Leave a comment: