All Questions
3 questions
0
votes
1
answer
1k
views
calculating the average of a value over a month [closed]
I am working on a project right now that is having me calculate monthly interest on a bank account. The way the interest is supposed to be calculated is as follows:
Use the daily average to calculate ...
2
votes
4
answers
2k
views
Plugin Architecture: How to Handle Databases and Logging?
I am in the process of designing an architecture for a plugin based application and I have some questions about how to handle database access and logging. The goal of my application is to allow a ...
2
votes
2
answers
2k
views
How would you transfer data between your data structures and databases?
I'm learning programming in school and I have this question that's bugging me about data structures and transferring the information stored inside them to databases. We're doing just small systems - ...