I have assignment and im a little lost in it can you give me some instructions | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

15th May 2020, 8:16 PM
Protka
Protka - avatar
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
15th May 2020, 8:29 PM
Abhay
Abhay - avatar
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
15th May 2020, 9:04 PM
Protka
Protka - avatar
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 !!:-)
15th May 2020, 9:10 PM
Abhay
Abhay - avatar
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
15th May 2020, 9:12 PM
Protka
Protka - avatar