Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- File name: structure.h
- Ez az a header fájl, amelyben a program struktúrája található. */
- typedef struct videogames{
- char name[40];
- char category[10];
- int releasedate;
- char payingmethod[15];
- char developer[20];
- char diskspacerequirement[5];
- int price;
- char availability[10];
- char warehouse[15];
- }Videogames;
Advertisement
Add Comment
Please, Sign In to add comment