User Profile

Collapse

Profile Sidebar

Collapse
chetoos
chetoos
Last Activity: Nov 1 '08, 12:25 PM
Joined: Oct 31 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • chetoos
    replied to how to solve this 2 errors ?
    in C
    boxfish thnx alot for ur help and ill take it into consideration next time :)
    See more | Go to post

    Leave a comment:


  • chetoos
    started a topic how to solve this 2 errors ?
    in C

    how to solve this 2 errors ?

    #include <iostream.h>
    #include <string>
    using namespace std;
    void output_data(str uct database*data_p tr);
    void input_data(stru ct database*data_p tr);
    struct database {
    int id_number;
    int age;
    float salary;
    string name;
    };
    int main()
    {
    struct database employee;
    struct database* sp;
    sp = &employee;
    input_data(sp);
    output_data(sp) ;...
    See more | Go to post
No activity results to display
Show More
Working...