Question: i want to this part costumer.cpp #define _CRT_SECURE_NO_WARNINGS #include using namespace std; #include Customer.h #include Tools.h namespace sdds { // complete void read(char* str, int

i want to this part costumer.cpp

#define _CRT_SECURE_NO_WARNINGS

#include using namespace std; #include "Customer.h" #include "Tools.h"

namespace sdds {

// complete

void read(char* str, int len) { // Fully provided if (cin.peek() == ' ') { cin.ignore(); } cin.getline(str, len); }

// complete

}



other information's are attached as photo's . and are complete

L23 SST 000 1 4 5 6 7 8 9 10 1112 13 14 15 16 17 18 19 20 21 22 2324 25 26 27 28 29 30 31 32 -0- #ifndef SDDS_CUSTOMER_H_#define SDDS_CUSTOMER_H_ namespace sdds { struct Customers { 1 I I 11 }; char user_name [21]; int retweets_count; ; int likes_count; int replies_count;

L23 SST 000 1 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 -0- #ifndef SDDS_CUSTOMER_H_ #define SDDS_CUSTOMER_H_ namespace sdds { struct Customers { 1 I I 1 1 }; char user_name [21]; int retweets_count; ; int likes_count; int replies_count; char share_videos; struct CustomersRecord { Customers* ptr_rec; // Dynamically holds the customers' tweets' report. int no0fRecords; void read(char* str, int len); // to be completed #endif

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!