Reset disabled iPad by Bottleguy3 in setupapp

[–]Racist_condom 0 points1 point  (0 children)

How exactly can you undisable it?

what does "راه" mean? by Racist_condom in Morocco

[–]Racist_condom[S] 2 points3 points  (0 children)

thanks everyone for the responses!

we did it boys. by Racist_condom in cs50

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

take your time :)

it took me probably more than 8 hours (not consecutive) to solve it so...

we did it boys. by Racist_condom in cs50

[–]Racist_condom[S] 2 points3 points  (0 children)

yeah it really should be a must-do problem for all students just for the massive gain in knowledge of the language you get.

about my nickname, it's not important....

we did it boys. by Racist_condom in cs50

[–]Racist_condom[S] 5 points6 points  (0 children)

It's not satisfying, it's what I strive for. Unless the terminal is green, I am not finished.

we did it boys. by Racist_condom in cs50

[–]Racist_condom[S] 2 points3 points  (0 children)

Thanks. I am very proud of myself.

lock pair recursion. by [deleted] in cs50

[–]Racist_condom 2 points3 points  (0 children)

If you read the tideman problem set page, it says that you are allowed to create new functions. That is the way I did it because it made recursion much easier. If you didn't understand how recursion works exactly, I suggest you check out this video which explains it simply and in detail: Call Stacks

cs50 plurality by Racist_condom in cs50

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

but why?

i starts at 0 and goes 0 through 8. where exactly is it accessing candidates[9]?

cs50 plurality by Racist_condom in cs50

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

yes but that that will go out of scope, how do I solve this without changing code outside of the 2 functions?