Search:

Type: Posts; User: eriaug

Search: Search took 0.00 seconds.

  1. Thread: compile problem

    by eriaug
    Replies
    6
    Views
    1,670

    this are the errors

    cpp(6) : error C2065: 'get_number' : undeclared identifier
    cpp(7) : error C2065: 'return_results' : undeclared identifier
    cpp(10) : error C2373: 'get_number' : redefinition; different type...
  2. Thread: compile problem

    by eriaug
    Replies
    6
    Views
    1,670

    compile problem

    I have a problem with this code ,can someone help.Thank you



    #include <iostream>
    using namespace std;

    void main()
    {
    int number= get_number();
  3. Thread: compile problem

    by eriaug
    Replies
    7
    Views
    1,883

    yes you right after "grade", thanks for the help....

    yes you right after "grade", thanks for the help.
    Have a nice night
  4. Thread: compile problem

    by eriaug
    Replies
    7
    Views
    1,883

    compile problem

    I have a problem compiling this program.Any suggestions is due tomorow.THANKS :confused:


    #include <iostream.h>
    #define MEAN = 65.4f
    #define STD_DEV = 15.6f

    int main(void)
    {
    float...
  5. Thread: pointers HELP

    by eriaug
    Replies
    7
    Views
    1,187

    perfect-thanks a lot it did work

    perfect-thanks a lot it did work
  6. Thread: pointers HELP

    by eriaug
    Replies
    7
    Views
    1,187

    this is the program.Thank you for replying ...

    this is the program.Thank you for replying

    #include <iostream.h>


    int careful(int *a, int b)
    {
    int tmp;

    tmp = *a;
  7. Thread: pointers HELP

    by eriaug
    Replies
    7
    Views
    1,187

    pointers HELP

    can someone help me to compile this program.It does have many errors.Thanks

    int careful(int *a, int b)
    {
    int tmp;

    tmp = *a;
    b = *a + 50/tmp;
    *a = tmp;
    return...
Results 1 to 7 of 7