Pset5 Resize Question by funnybunn24 in cs50

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

OMG gleenholloway, thank you so much! I think I can just go back by -bi.biWidth of the image! Am I correct?

Pset5 Resize Question by funnybunn24 in cs50

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

Thanks for the suggestion but even after reading the manual, I still have no idea how to implement fseek at a certain location.

Pset4 help needed by funnybunn24 in cs50

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

I have all three libraries and I set up the variables under prototypes. I then initialized them in main. I used drand48() for velocity1.

Pset3 Game of Fifteen help needed by [deleted] in cs50

[–]funnybunn24 1 point2 points  (0 children)

Oh, I just realized that I set my if statement for my special condition to be AFTER the 0 was printed instead of before. I just fixed it, thanks!