0
Hi guys can i make an inventory management system using C++
I run a chicken business and would like to record my sales electronically so have been learning cpp and would like to know if i can make one using cpp
4 Respuestas
+ 2
there is another question much like this nearby, and even more questions that already have answers, you can use the search bar to find. But for now, I will tell you that C++ is definitely strong enough to make an inventory management program, possibly the ideal language.
+ 1
However, if the chickens are laying gold eggs you might want to look into encryption services as well.
+ 1
C++ is a general purpose programming language. What we can create using C++ depends on how deep we know the language, how far our idea can go, and a little bit about what tools we have at hand.
0
Yep, you can totally build an inventory management system using C! It might take some effort with handling the data structures, but it's definitely doable. If you want some tips and insights, check out this blog on inventory management software development: https://www.cleveroad.com/blog/inventory-management-software-development/