This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*++ | |
Module Name: | |
main.c | |
Vers : v1.1 | |
--*/ | |
#define _CRT_SECURE_NO_WARNINGS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*++ | |
Module Name: | |
main.c | |
Vers : v1 | |
--*/ | |
#define _CRT_SECURE_NO_WARNINGS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void bilgilerimi_goruntule() | |
{ | |
system("cls"); | |
system("cls"); | |
FILE *fileptr1; | |
char ch; | |
//open file in read mode | |
fopen_s(&fileptr1, "user_information.dat", "r"); | |
ch = getc(fileptr1); | |
while (ch != '\n') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void bilgilerimi_goruntule() | |
{ | |
system("cls"); | |
system("cls"); | |
FILE *fileptr1; | |
char ch; | |
//open file in read mode | |
fopen_s(&fileptr1, "user_information.dat", "r"); | |
ch = getc(fileptr1); | |
while (ch != '\n') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void bilgilerimi_goruntule() | |
{ | |
system("cls"); | |
system("cls"); | |
FILE *fileptr1; | |
char ch; | |
//open file in read mode | |
fopen_s(&fileptr1, "user_information.dat", "r"); | |
ch = getc(fileptr1); | |
while (ch != '\n') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void kullanici_ekle() | |
{ | |
system("cls"); | |
first_memur(); | |
first_kullanici(); | |
user_information(); | |
Sleep(3000); | |
system("cls"); | |
struct kullanici users; | |
NewerOlder