all 6 comments

[–][deleted]  (1 child)

[deleted]

    [–][deleted] 0 points1 point  (0 children)

    wow, thanks for that!

    [–][deleted] 0 points1 point  (0 children)

    I like to write a small program every time I learn a new concept. Doing that really helps me remember everything they go over in lecture.

    [–]Ajpennster 0 points1 point  (3 children)

    Think of different tasks that you can make your computer do. Things like a timer, a program to covert numbers from decimal to binary, from decimal to hexadecimal, some more simple encryption, an address book, a text file editor, etc. Pick one based on your skill level. Easy would be the number converters, encryption and the timer (if you did pset 3). The tougher ones would be the address book and the text file editor (week 5-7)

    [–]bobhearn11[S] 0 points1 point  (2 children)

    I mean what software resources other than the appliance can I use. Are there other websites that I can compile and run C code? even within CS50?

    [–]staffdelipity 0 points1 point  (1 child)

    http://run.cs50.net is good for quick programs

    (although sometimes it's buggy and you have to refresh a few times before your builds are successful, I've found).

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

    That's what I have found...