+ 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

4th Oct 2019, 6:30 PM
Aditya
Aditya - avatar
2 odpowiedzi
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.
4th Oct 2019, 6:47 PM
Manual
Manual - avatar
0
Manual it's a 500 liner code 😢😞I wish I get some aid from anybody 😟
4th Oct 2019, 6:50 PM
Aditya
Aditya - avatar