Search:

Type: Posts; User: snooki

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    825

    Help with validation rule

    Hi I am writing some code but need a validation in one part



    for(int i=0; i < size; i++)
    {
    system("cls");
    cout <<"\nPlease enter the Cars registration: " << (i+1) << ": ";
    cin >>...
  2. Replies
    8
    Views
    1,197

    ok ok i get you know, i cahnged the search_id to...

    ok ok i get you know, i cahnged the search_id to a string that part is working now. thankyou very much
  3. Replies
    8
    Views
    1,197

    i dont understand what you mean? i populate the...

    i dont understand what you mean? i populate the arrays called carmake, carreg, carmodel and carmile. and then wanna search any details i have entered via the carreg.

    do u mean because search_id is...
  4. Replies
    8
    Views
    1,197

    the car comes from here #include "stdafx.h"...

    the car comes from here


    #include "stdafx.h"
    #include <iostream>
    #include <string>
    using namespace std;

    struct Car
    {
  5. Replies
    8
    Views
    1,197

    Help with my searching my array

    Hi i am trying to create a programme that will let me enter car details in to an array and then let me search them after and bring up all the details but im having problems with one of the lines to...
  6. Replies
    17
    Views
    12,762

    hey thanks for the help previous, i got the...

    hey thanks for the help previous, i got the calculator working fairly well, but now i have another question. After the wages and hours have been put in and calculated to get their pay, i need the...
  7. Replies
    17
    Views
    12,762

    thanks, im just not good enough to get it...

    thanks, im just not good enough to get it working. thanks for the help anyway
  8. Replies
    1
    Views
    3,535

    help with salary calculator and loops

    can someone please give me help with modifiying the following code, so that it can be used for 10 employees.
    basically what it is is a salary calculator, the user inputs there hourly salary, and...
  9. Replies
    17
    Views
    12,762

    let me try explain again hope i expalin better. I...

    let me try explain again hope i expalin better. I need a programme to calculate 10 employee wages based on there hourly pay (manual enter), hours worked (manual input) and it needs to calculate over...
  10. Replies
    17
    Views
    12,762

    i understand the principal, just cant figure how...

    i understand the principal, just cant figure how to do it.

    this is my code:

    int main()
    {

    float hours=0.0,wage1=0.0,pay=0.0,overtime=0.0,overtimepay=0.0,totalpay=0.0;

    cout<<"please...
  11. Replies
    17
    Views
    12,762

    so would i need 10 for the employee to enter...

    so would i need 10 for the employee to enter wages, and 10 for hours worked?
  12. Replies
    17
    Views
    12,762

    yeah an array is what i think i need but unsure...

    yeah an array is what i think i need but unsure how to execute, will i need an array for every wage and hour input? could someone give an example of an array
  13. Replies
    17
    Views
    12,762

    please help

    please help
  14. Replies
    17
    Views
    12,762

    hey, i have recently made a program very similar...

    hey, i have recently made a program very similar but now need it to be able to have 10 users input there pay etc and get the outcome like the programme does at the momonet but am unsure as how to do...
Results 1 to 14 of 14