Search:

Type: Posts; User: shaftinafrica

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,081

    thank you for all of the advice i got it to work.

    thank you for all of the advice i got it to work.
  2. Replies
    6
    Views
    1,081

    i still get the same errors.

    i still get the same errors.
  3. Replies
    6
    Views
    1,081

    minor error need help on

    #include <ctype.h>
    #include <iomanip.h>
    #include <fstream.h>
    #include <string>
    #include <iostream.h>

    void printdata(char, double);

    int main (void)
    {
  4. Replies
    16
    Views
    3,210

    i should also mention that the assignment...

    i should also mention that the assignment required these functions in a custom header file. Otherwise i would of just included it at the end of the employee.c file as protocol functions.
  5. Replies
    16
    Views
    3,210

    Im restricted to the guidelines of the assignment...

    Im restricted to the guidelines of the assignment handed to me by the teacher. And he requires us to use the ClearBuffer function. I just can't display the highest paid employee. thats my only hangup...
  6. Replies
    16
    Views
    3,210

    ok so i got the program to run and display the...

    ok so i got the program to run and display the employees on the screen. But im having a hard time displaying the new information after i call the "RaiseSalary" and "FindHighestPaid" function. When i...
  7. Replies
    16
    Views
    3,210

    save time and store certain peices of code for...

    save time and store certain peices of code for later use in other programs/modules.
  8. Replies
    16
    Views
    3,210

    the problem is that i need to use a custom header...

    the problem is that i need to use a custom header file.
  9. Replies
    16
    Views
    3,210

    thanx i appreciate ur help. ill do that and work...

    thanx i appreciate ur help. ill do that and work from there.
  10. Replies
    16
    Views
    3,210

    Its supposed to be a number of arrays...

    Its supposed to be a number of arrays representing employees. And then a number of addresses within that array. Like e -> Id, e -> LastName, e -> FirstName... etc. for each employee.
  11. Replies
    16
    Views
    3,210

    i know i should of used "gets" with the...

    i know i should of used "gets" with the ClearInputBuffer function. As far as employee and employees go i believe they are supposed to be the same.
  12. Replies
    16
    Views
    3,210

    custom header file can someone help?

    I need to make a custom header file for a program which calls for various information about employees. such as ID, First Name, Last Name, Street Address, City, Zip Code, and Phone Number.

    If i...
  13. Replies
    8
    Views
    1,577

    thanx for all the help.

    thanx for all the help.
  14. Replies
    8
    Views
    1,577

    I can't get the '-1' to display.

    I can't get the '-1' to display.
  15. Replies
    8
    Views
    1,577

    it worked for you?

    it worked for you?
  16. Replies
    8
    Views
    1,577

    Last Occurence in Array

    I have to find the last occurence of 'x' in an array of any given length. If the variable 'x' is not in the array then -1 should be displayed. This is what ive done so far...



    #include...
Results 1 to 16 of 16