This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Programmiermethoden_und_-werkzeuge
/
2022-2-WS_group_project_bankmanagement-system
Watch
5
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54
Commits
1
Branch
1
Tag
2.1 MiB
C
98.1%
Shell
1.4%
C++
0.3%
Objective-C
0.2%
Tree:
a6f6c3ae66
main
cloned-at-2023-02-11
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'a6f6c3ae66'
${ noResults }
2022-2-WS_group_project_ban...
/
src
/
CustomerProperties.h
4 lines
97 B
Raw
Blame
History
typedef
struct
Customer
{
char
*
ID
,
*
forename
,
*
surname
,
*
password
;
float
balance
;
}
customer_t
;
Reference in new issue