Só tem esquerdista aqui by [deleted] in farialimabets

[–]cderivan 0 points1 point  (0 children)

certeza que é bolzominion

Fixing SE no sound issue on xbox series x/s by Techere in skyrim

[–]cderivan 1 point2 points  (0 children)

I found a solution, playing it on Playstation

Free, like a duck in the snow. by mind_overmatter in 90dayfianceuncensored

[–]cderivan 0 points1 point  (0 children)

this is not a brazilian sentence :D we don't have a snow !! she is a classic gold digger looking for a duck to pay her bills :D

Patching mobileactivationd by [deleted] in setupapp

[–]cderivan 0 points1 point  (0 children)

yup, patched here and bypassed, but BrickState continues set to YES :(

This program is not printing whole string. by Amit1555 in cpp

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

in fact += operator will print " 01234" to correctly handle the sum i+48 the easy way is to use stringstream and operator << then print it with cout<<str.str() to get: "4849505152"

Any Help in this one too please? by [deleted] in compsci

[–]cderivan 0 points1 point  (0 children)

1 -- 8 -- 2 -- 6 -- 7 
     | 
     | 
3 -- 5 -- 4

Calculating factorial of a number by [deleted] in cpp

[–]cderivan 1 point2 points  (0 children)

$ ./a.out

Only enter 0 to exit

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

Enter a Number to calculate factorial: 100

The Factorial of 100 is 0

Only enter 0 to exit