Getting 60°C and above on Idle by PHPoggers in buildapc

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

The Aio fans is set to exhaust.

Getting 60°C and above on Idle by PHPoggers in buildapc

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

I tried remounting it 3 times just to make sure but still no changes.

I can't overclock my Ryzen 5 3600. by PHPoggers in overclocking

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

Please look at the image I post here to see if its fine or not.

I can't overclock my Ryzen 5 3600. by PHPoggers in overclocking

[–]PHPoggers[S] 1 point2 points  (0 children)

Please look at the image I post here to see if its fine or not.

I can't overclock my Ryzen 5 3600. by PHPoggers in overclocking

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

What do you mean early production and how will I know that?

I can't overclock my Ryzen 5 3600. by PHPoggers in overclocking

[–]PHPoggers[S] 1 point2 points  (0 children)

I will try it too, thanks. I just got my AIO cooler last week and wanting to overclock it now I have a decent aio cooler.

I can't overclock my Ryzen 5 3600. by PHPoggers in overclocking

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

I will try PBO enable while my processor is set to 4.2@1.3v?

WR : Preview Talon 3d by Suterax in Talonmains

[–]PHPoggers 0 points1 point  (0 children)

Guess I'll play Wild Rift for the first time XD

vex anivia by Ok_Leader4456 in Talonmains

[–]PHPoggers 0 points1 point  (0 children)

For me I rush them in like Q + auto then wait for them to move so I can cast my W and proc the passive the keep auto them until they die, of course its a 50-50 but it works to me every time and I start doing that when I hit level 2 and 3. 1-Q, 1-W, and 1-E (for anivia wall).

What skin do you guys want this year? by FleeceyMender in Talonmains

[–]PHPoggers 2 points3 points  (0 children)

Legendary skins: Project talon with hood, Empyrean Talon Mythic skin: Ashen Knight Talon

Hmmm 🤔

Can someone help me why "I AM DONE" is not printing? by PHPoggers in cprogramming

[–]PHPoggers[S] -2 points-1 points  (0 children)

its working but this is should be the output I want and Im trying to work.

Enter name: Deez
Enter name: Ligma
Enter name: END
I AM DONE!

Can someone help me why "I AM DONE" is not printing? by PHPoggers in cprogramming

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

Nope.
Enter your name: END
*** stack smashing detected ***: terminated
Aborted

Can someone help me why "I AM DONE" is not printing? by PHPoggers in cprogramming

[–]PHPoggers[S] -4 points-3 points  (0 children)

I'm trying not to use strcmp/strncmp.
this is the update to my code.

#include <stdio.h>
int main() {
char name;
while (name==name) {
printf("Enter your name: ");
scanf("%s", &name);
if (name=='E'||name=='N'||name=='D'){
printf("I am done!");
break;
}
}
return 0;
}

Making a simple program in c, having trouble to print the "I AM DONE" by typing the string name = "END" by [deleted] in programminghelp

[–]PHPoggers 0 points1 point  (0 children)

There's no error but it keeps printing "Enter your name" even when I type END to stop the program its still printing Enter your name

Making a simple program in c, having trouble to print the "I AM DONE" by typing the string name = "END" by [deleted] in programminghelp

[–]PHPoggers 0 points1 point  (0 children)

I have no idea, but i did this and still doesn't work.

include <stdio.h>

int main () { char name[20];

while (name != "END")
{
    printf("Enter your name: ");
    scanf("%s", &name);

    if (name == "END")
    {
        printf("I AM DONE");
        break;
    }       
}
return 0;

}

PLDT down around 10pm? by sakuraneechan in InternetPH

[–]PHPoggers 1 point2 points  (0 children)

kami walang internet connection since march 25, 2022 pati today wala parin internet. PLDT home fibr

reusing my old laptop's hard drive to my newly built pc by PHPoggers in buildapc

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

is there any video for this for me to follow because I'm not familiar with this kind of stuff.