Skip to content

99ashutosh/SimpleBankApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File structure for Project

glade/: Contains all the .glade files

src/: Contains .c and .h files

Makefile: Use with mingw32-make Not Complete

Files in glade (will change later)

greet.glade: Has the final version of the login/create an account GUI.

dashboard.glade: MAY add the dashboard here, or may combine it with greet_final.glade.

Files in src (can change later)

main.c: will have the gtk_main()

bank.h: header file

encryptdecrypt.c: will have Clouds's function for encrypting and decrypting data.

check_user.c: will have the final code for checking the user's inputs during login/signup part.

file_operations.c: will have all functions to read/write to .csv files.

bank_main.c: will have all the functions to deal with account transactions and other related activities.

Some important references

About

Simulates bank operations

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages