Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Hi friends, could any of you give a good idea for doing a college project with c language?
i like to control some electrical instruments using C langauage,please tell me different ideas, very urgent
2 Answers
- VeraLv 51 decade agoFavorite Answer
I had a desktop application for the administrator of a block of flats. It helped him compute the payment for each apartment, as well as the salary for himself and the janitor. At the end it also saved the list to post with the payments for each apartment.
OK so I did that using C#, but I don't see why it couldn't be done using C++ ... with C you can't use classes.
- Anonymous1 decade ago
I did mine on a Mortgage Amortization program. It is really open to what you want to do. You could do a Parts inventory, book inventory, any type of inventory, etc with a database. If not that complicated something like a form of input and outputting some results to the user.