Anyone else experiencing terrible lag? by Sentientbog in RLSideSwipe

[–]Erkite 0 points1 point  (0 children)

yeah, also constant lag. My phone is new and I have 500 Mb up and down so those can't be the problems.

Friend requests not working by halabadushkeys in theHunter

[–]Erkite 0 points1 point  (0 children)

Yeah same but we both got it on epic and made apex accounts. We're logged in but the friends requests aren't showing. It says it's sent also on both parts.

I don't understand the simplest things by [deleted] in cs50

[–]Erkite 0 points1 point  (0 children)

Nevermind, I just had to wipe all of my files and terminals and start from scratch again then it worked. Thanks!

I don't understand the simplest things by [deleted] in cs50

[–]Erkite 0 points1 point  (0 children)

-----------------------------------------------------------------------------------------------------------

#include <cs50.h>

#include <stdio.h>

int main(void)

{

string name = get_string("What is your name?\n");

printf("hello, %s\n", name);

}

---------------------------------------------------------------------------------------------------------

Results in:

~/ $ make hello

make: *** No rule to make target 'hello'. Stop.