C+ is a modern programming language that blends the simplicity of C with the features of C++, offering an easy-to-use syntax and support for object-oriented programming.
- Object-oriented programming with classes and methods
- Basic data types:
int
,float
,char
, andstring
- Control structures:
if
,else
,while
,for
, anddo-while
- Easy function and method calls
Contributions are welcome! Fork the repository and submit a pull request.