C++ Compiler issues | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

C++ Compiler issues

How to add new class to my c++ project using codeblocks

21st Jul 2018, 4:36 PM
Johnson Hope Opeoluwa
Johnson Hope Opeoluwa - avatar
3 Answers
+ 3
the "class" keyword is used to create a new class
21st Jul 2018, 7:42 PM
hinanawi
hinanawi - avatar
+ 5
we can add new class by using the keyword "class"
22nd Jul 2018, 2:52 AM
mn121
mn121 - avatar
+ 3
Here is an example of new class: https://code.sololearn.com/cuB0dhJd0J7z/?ref=app
22nd Jul 2018, 3:30 AM
Bill Zelenko
Bill Zelenko - avatar