0
I have assignment and im a little lost in it can you give me some instructions
assignment says students are expected to study the standard C library, namely, the āstring.hā, and convert it to a fully-operating class. List of functions to be included into the class declaration are strlen, strcpy, strncpy, strcat, strncat, strcmp, strchr, strrchr, strstr and strtok. List of operators that can be overloaded for the class are the assignment, addition, shorthand assignment, is equal to, is not equal to, is greater than, is greater than or equal to, is less than, is less than or equal to.
4 Answers
0
He is not asking for readymade code šš¢š¢ššØ šš”šš²šš„ if you read the question clearly it's about reading string.h library and implementing a class structure with the functions name which he isn't able to figure out and asking for some guidance or instructions to get started with it
0
šš¢š¢ššØ šš”šš²šš„ yeah thatās the assignment but i didnāt post that iām not looking for a complete code i just need some help but if you wonāt help me why you keep texting this post why you trying to insult me i donāt understand
and if i could have done some coding then thatās the meaning of im not confused about this assignment
0
You need to get started somewhere ,write down something ,start creating class and write down each function seperately ,it doesn't looks much difficult ,we have learned about all this in python and based on that I am saying you need to the oop structure and how class behaves and what the different functions do ,if you don't know then you can go through c++ course here in sololearn !!:-)
0
Abhay i did im just confused about when i already used the library why should i still write down the same functions just that