+ 1
Can I make this program of mine using classes?
Here is my code https://code.sololearn.com/cSF7pxefBa4n/?ref=app If you like it upvote it as well.
1 ответ
0
Just divide your program into methods and attributes, put them in a class in separate file #include it in source.cpp instantiate an object form it then it's done