User Profile

Collapse

Profile Sidebar

Collapse
qwert7465
qwert7465
Last Activity: Jan 21 '10, 07:06 PM
Joined: Jan 14 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • qwert7465
    replied to Whats wrong with this program?
    in C
    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!
    See more | Go to post

    Leave a comment:


  • qwert7465
    started a topic Whats wrong with this program?
    in C

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

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

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

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

    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
    ...
    See more | Go to post
No activity results to display
Show More
Working...