Commit Graph

58 Commits

Author SHA1 Message Date
Calson Noah
1e86694a4e added more tips 2017-05-22 09:32:58 +01:00
Calson Noah
507cac4fdd tips using srand 2017-05-22 09:15:53 +01:00
Calson Noah
8beb005a67 removed non existing lesson 2017-05-22 09:11:07 +01:00
Calson Noah
7d8e13258a lesson listing function 2017-05-22 09:10:26 +01:00
Calson Noah
de97f98f3a made the wait effect general 2017-05-22 09:03:27 +01:00
Calson Noah
5ea056981c waiting effect applied 2017-05-22 09:02:33 +01:00
Calson Noah
97288baf2f added a function to clear screen 2017-05-22 08:59:33 +01:00
Calson Noah
1337c8435e added function to replace a space char in a name with | 2017-05-22 08:58:04 +01:00
Calson Noah
65ee79f8c5 added global variables 2017-05-22 08:53:51 +01:00
Calson Noah
57dbd5befe fixed reading errors by including string terminator to user_info 2017-05-21 22:54:39 +01:00
Calson Noah
ed4c299875 finished building accounts_create() 2017-05-21 22:53:30 +01:00
Calson Noah
6aeb53f50c prototype for account creating function 2017-05-21 22:52:11 +01:00
Calson Noah
d6d0b27842 set file pointer to initial position 2017-05-21 22:50:18 +01:00
Calson Noah
9bab653803 added test for EOF character 2017-05-21 22:48:59 +01:00
Calson Noah
e7b911a39a building the select_user_name() function 2017-05-21 22:46:43 +01:00
Calson Noah
09cf019740 added trailing string terminator 2017-05-20 17:42:11 +01:00
Calson Noah
87a0c7bcab completed the select function 2017-05-20 17:39:09 +01:00
Calson Noah
3ad40a44ec prototype for user selecting function 2017-05-20 16:19:50 +01:00
Calson Noah
f2efb02e92 added a fucntion to read file size 2017-05-20 16:16:14 +01:00
Calson Noah
dbba0141f8 getche() debugged 2017-05-19 09:34:03 +01:00
Calson Noah
ccce0633c4 debugging getche() 2017-05-19 09:33:16 +01:00
Calson Noah
a89100c839 mikmiked getche() of conio.h 2017-05-19 09:32:11 +01:00
Calson Noah
ea636383ae completed function to write new user 2017-05-19 09:27:04 +01:00
Calson Noah
71f6fa284a started function to ensure a user exist 2017-05-19 09:20:31 +01:00
Calson Noah
81bc63f51f completed building stdout display message 2017-05-19 09:16:46 +01:00
Calson Noah
529b21644d started function to display text to stdout 2017-05-18 23:47:54 +01:00
Calson Noah
bfae2b5414 write message config 2017-05-18 23:45:51 +01:00
Calson Noah
1ece16c5f9 added function to exit if an integer is not within a specified range 2017-05-18 23:44:07 +01:00
Calson Noah
582879b6a7 added a function to read and std or rand config 2017-05-18 23:42:15 +01:00
Calson Noah
b19e64c97c added function for standard play 2017-05-18 23:41:06 +01:00
Calson Noah
991d644536 added function to read some configuration 2017-05-18 23:38:43 +01:00
Calson Noah
3d55b9718a added sound configuration function 2017-05-18 23:37:30 +01:00
Calson Noah
c87e7a4a59 Completed session style display 2017-05-17 12:23:37 +01:00
Calson Noah
39b1d72af4 debugged segmentation error 2017-05-16 16:33:54 +01:00
Calson Noah
9459e3142f started building session style display 2017-05-16 16:32:25 +01:00
Calson Noah
a729d73732 Added a function to verify if a user exists in the user info file 2017-05-16 16:25:36 +01:00
Calson Noah
a3e9c2b7bf function to change the current user 2017-05-16 16:22:02 +01:00
Calson Noah
13724ea46e Writes user's own text configuration setting 2017-05-14 23:29:42 +01:00
Calson Noah
8a31b3641e Funtion to store user's own text configuration 2017-05-14 23:27:48 +01:00
Calson Noah
c851c2f592 Added a sleep effect function 2017-05-07 19:27:39 +01:00
Calson Noah
c38baa4631 fixed gnome-terminal only issues 2017-05-05 01:18:55 +01:00
Calson Noah
3e95794055 updated write_to_line() 2017-05-05 00:00:31 +01:00
Calson Noah
c01cda4c48 completed write name to line function 2017-05-04 23:57:29 +01:00
Calson Noah
61ca70e404 started function to write new name to line 2017-05-04 23:55:31 +01:00
Calson Noah
5539670824 copying pointer to pointer to char elements 2017-05-04 23:52:20 +01:00
Calson Noah
cc9f4ed7c3 Added a function to check the range of integers entered into program 2017-05-02 22:49:30 +01:00
Calson Noah
12593e0f89 catenating trick 2017-05-02 22:47:58 +01:00
Calson Noah
507c9a94f7 function returns a string converted into upper case 2017-05-02 22:46:52 +01:00
Calson Noah
aea9fffad8 swaps new name with former name and catenates the former name with new name details 2017-05-01 21:56:52 +01:00
Calson Noah
9aafe050a3 added function to remove extended ascii characters from user's own text 2017-05-01 21:41:24 +01:00