[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

>wrote my final exam for the end of highschool today >technically

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 9
Thread images: 2

File: 1456644120168.jpg (1MB, 1920x1080px) Image search: [Google]
1456644120168.jpg
1MB, 1920x1080px
>wrote my final exam for the end of highschool today
>technically yesterday
>today is my birthday
>today i solved a very simple code fix
>tomorrow i am going to fuck my bitch because of how greatful I am to solve this problem
>love for the null terminator
>pic somewhat related to my dreams
>what do you think?

void write() {   //create an account

char user[50], pwd[50];
char extra[] = "\0";
printf("\nUsername: ");
scanf("%s", user);
printf("Password: ");
scanf("%s", pwd);

FILE *info;
info = fopen("info.csv", "a");

fprintf(info, "%s,%s,%s\n", user, pwd, extra);

fclose(info);

system("clear");

options();


}
>>
I hope nobody remembers your birthday
>>
>>55550234
I hope your bitch goes to a tanning salon and when she gets in a tanning bed, it malfunctions and she gets cooked alive in it, crying little a little bitch until her last breath. That's how much I hate OP.
>>
>>55550234
"\0" is the NULL literal. It is a single character and doesn't need to be put in an array. Think of it like \n being singular, so is \0.
I think you could make
 
fprintf(info, "%s,%s,%s\n", user, pwd, extra);

into
fprintf(info, "%s,%s,%s\n", user, pwd, "\0");

and remove
char extra[] = "\0";
>>
>>55550234
>i am going to fuck my bitch
5/5 cringe, kid.
>>
>>55550234
hope your bitch doesn't get any dog treats.
>>
>>55551560
absolutely brilliant
"i mean, once it goes through the compiler, does anything else really matter"
>>
File: 1380682691277.png (84KB, 562x514px) Image search: [Google]
1380682691277.png
84KB, 562x514px
>>55550234
Poo in löö pajeet
>>
>high school
mods
Thread posts: 9
Thread images: 2


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.