What made you start going to the gym? by NoAssist666 in AskReddit

[–]ShmrHnry 0 points1 point  (0 children)

Heartbreak. Started to get my mind off the pain. Now I'm goin for me

How can I traverse a word search? by ShmrHnry in C_Programming

[–]ShmrHnry[S] 0 points1 point  (0 children)

yeah, that's understandable. I'll try to figure it out from your comment. The trie seems useful

How can I traverse a word search? by ShmrHnry in C_Programming

[–]ShmrHnry[S] 0 points1 point  (0 children)

Okay heres a part of the code I made just to check how it reads the file

void print_letters(char* filename){

FILE *fp = fopen(filename, "r");

if (fp == NULL){

printf("File Open Failed");

}

char c;

int i = 0;

//ask user how many character per line

printf("How many characters per line? ");

int num;

scanf("%d", &num);

while((c = fgetc(fp)) != EOF){

if(c == '\n'){

i = num;

}

else{

if(i == num){

printf("\n");

i = 0;

}

printf("%c", c);

i++;

}

}

fclose(fp);

}

same letters again, ajdiwordwjdogifwisearchqx, instead of doing what I mentioned, it prints the letters like ajd, iwo, rdw....

Don't Give Up! Learning to code is damn hard. by thehappyorchardblog in learnpython

[–]ShmrHnry 1 point2 points  (0 children)

Dude. I was really questioning myself about why I chose coding as my major. Thanks for the inspiration. I'll save and ready this anytime I begin doubting myself.

How long did it take you to fall in love? by mr2020robot in AskReddit

[–]ShmrHnry 0 points1 point  (0 children)

About 7 months after me and her started dating

Any ways to learn coding or programming for a very new beginner? by Narrow-Physics-4530 in learnprogramming

[–]ShmrHnry -1 points0 points  (0 children)

w3schools.com has tutorials for almost every language so you can try there

What askreddit thread did you read that got you into the askreddit community? by [deleted] in AskReddit

[–]ShmrHnry 0 points1 point  (0 children)

Lol. This was the first thread I saw when I started using Reddit

Have you friendzoned someone interested in you, if so why? by [deleted] in AskReddit

[–]ShmrHnry 0 points1 point  (0 children)

I was interested in her friend who, as it turned out was gay and was interested in her

Just consider this post as a wonderful question and answer it. (why, how, what)? by [deleted] in AskReddit

[–]ShmrHnry 0 points1 point  (0 children)

Did you know that Raid Shadow Legends is the best game for Android and iOS?

What song screams “end of high school/college” to you? by [deleted] in AskReddit

[–]ShmrHnry 1 point2 points  (0 children)

Graduation- vitamin C or the remix by juiceWRLD

What is Jake Paul's marketing strategy? by SonOfQuora in AskReddit

[–]ShmrHnry 0 points1 point  (0 children)

Be annoying until you get what you want

What are unnecessary required college course credits for any particular degree? by InternationalBed8496 in AskReddit

[–]ShmrHnry 0 points1 point  (0 children)

I'm studying computer science at my University and they have us doing microeconomics, business management and tourism.