+ 2
Can I convert a C project to a cpp project
I have the source code of an Inventory management written in C how to convert it into Cpp by using OOP
2 Answers
0
Most likely yes, C++ is made of C libraries and its own C++ libraries.
I believe most C is transferable to C++.
The process of converting a procedural code to OOP may be a huge task, depending on the size and complexity of the source code.
0
Manual
it's a 500 liner code đąđI wish I get some aid from anybody đ