Description: Simple character interface bank ATM system, the client and server communicate via message queues, using multi-process server, the client calls using function pointers, help beginners learn
To Search:
File list (Check if you may need any files):
bank\inc\bank.h
....\...\dao.h
....\src\client.c
....\...\close.c
....\...\dao.c
....\...\makefile
....\...\open.c
....\...\query.c
....\...\save.c
....\...\server.c
....\...\transfer.c
....\...\withdraw.c
....\bin
....\doc
....\inc
....\lib
....\src
bank