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




![1 }; char user_name [21]; int retweets_count; ; int likes_count; int replies_count;](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/02/65c36662963b9_54665c366626fd95.jpg)
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
Get step-by-step solutions from verified subject matter experts
