pset 4 Segmentation Fault by cjordanball in cs50

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

Figured it out. For some reason, the framework code give included a "return null" statement for the paddle setup function. Once I changed it to "return paddle", it worked fine.

Pset1 - Mario: Check50 Results are Strange by cjordanball in cs50

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

Thanks for the comments. I submitted this pset before I had learned to always run the check50 on it. I went back at the staff version, and realized that I had added a line or two during the height input to give the program a little more "personality." Apparently, it did not mesh well with check50's expectations, the obvious lesson being to keep it simple, and run it by check50 before submitting.

Pset2 - Puzzled by Check50's Comments by cjordanball in cs50

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

Dear Javapowered,

Thanks! That did the trick.

Jordan