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

3rd Mar 2021, 2:35 PM
marlvern chimbwanda
marlvern chimbwanda - avatar
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.
3rd Mar 2021, 9:04 PM
Wilbur Jaywright
Wilbur Jaywright - avatar
+ 1
However, if the chickens are laying gold eggs you might want to look into encryption services as well.
3rd Mar 2021, 9:04 PM
Wilbur Jaywright
Wilbur Jaywright - avatar
+ 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.
4th Mar 2021, 12:11 AM
Ipang
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/
3rd Feb 2025, 4:29 PM
Yuliya
Yuliya - avatar