User Profile
Collapse
-
boxfish thnx alot for ur help and ill take it into consideration next time :) -
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) ;...
No activity results to display
Show More
Leave a comment: