Search:

Type: Posts; User: raist

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    2,728

    thank you

    tahnks for the help, again:)
  2. Replies
    5
    Views
    2,728

    here is my error 1>c:\documents and...

    here is my error
    1>c:\documents and settings\pat\desktop\fifteena\getdata15.cpp\getdata15.cpp\empinfo.cpp(13) : warning C4700: uninitialized local variable 'ans' used
  3. Replies
    5
    Views
    2,728

    uninitialized local variable question

    what am i missing here?


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


    void getempdata(struct empinfo emp1[], int &count1, int MAX)
    {
  4. Thread: help

    by raist
    Replies
    1
    Views
    1,128

    help

    could anyone tell me where i am messing this up please?



    struct empinfo{
    char name[21];
    char name1[21];
    int hours;
    float payrate;
    };
  5. Thread: help

    by raist
    Replies
    4
    Views
    905

    thanks

    thank you very much:)
  6. Thread: help

    by raist
    Replies
    4
    Views
    905

    thank you:)

    where should i include the employee struct class and what is the porper syntax?
  7. Thread: help

    by raist
    Replies
    4
    Views
    905

    help

    Hi i am very new to C++ could someone please take a look at this code and tell me what I am doing wrong I am a total noob, so if you are willing to help please be as specific as possible. Thank you...
  8. Replies
    5
    Views
    988

    thanks

    thank you very much that did it
  9. Replies
    5
    Views
    988

    my struct info

    struct info
    {
    char last1 [25];
    char first1 [25];
    double payrate;
    int hours;

    };
  10. Replies
    5
    Views
    988

    could I get a bit more help

    Hello, I keep getting this error

    Run-Time Check Failure #2 – Stack around the variable ‘wage’ was corrupted

    anyone able to point me in the right direction please?



    #include <iostream>...
  11. Thread: help

    by raist
    Replies
    5
    Views
    1,003

    thanks

    that was it thank you for the replys. Salem your solved my problem i really appreciate it
  12. Thread: help

    by raist
    Replies
    5
    Views
    1,003

    help

    could someone please tell me where i have made my error i hav included the error cod below the main program





    #include <iostream>
    #include <iomanip>
    #include <C:\Documents and...
Results 1 to 12 of 12