Minor Project using cpp | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Minor Project using cpp

Help me to make a minor project using c++. Give me some suggestions of topics that can I make using cpp.

20th Aug 2021, 1:31 AM
Abhishek Kumar
Abhishek Kumar - avatar
1 Réponse
+ 2
Create a series of functions that can be used to manipulate arrays. min(array) max(array) pop(array) append(array) reverse(array) You can make it as simple or complicated as you want to. Or funcs for string manipulation. lower() upper() title() etc.....
20th Aug 2021, 9:28 AM
Rik Wittkopp
Rik Wittkopp - avatar