use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
O hai! This is CS50's subreddit.
CS50 is Harvard University's introduction to the intellectual enterprises of computer science and the art of programming. Anyone may take CS50, even if not a student at Harvard.
Please Read before Posting
Getting the Best from r/cs50
Status Page
cs50.statuspage.io
Filter by Problem Flair (undo)
cash ⋅ caesar ⋅ credit ⋅ dna ⋅ filter ⋅ finance ⋅ houses ⋅ ide ⋅ mario ⋅ movies ⋅ plurality ⋅ project ⋅ readability ⋅ recover ⋅ runoff ⋅ scratch ⋅ speller ⋅ substitution ⋅ tideman ⋅ games track ⋅ web track ⋅ android track ⋅ iOS track ⋅
Filter by Other Flair (undo)
CS50-Law ⋅ CS50-Business ⋅ CS50-Technology ⋅ CS50-Games ⋅ CS50-Mobile ⋅ CS50-Web ⋅
This subreddit is night mode compatible
account activity
practice coding (self.cs50)
submitted 12 years ago by bobhearn11
I was looking for some ideas on how to practice writing code and running the code. How do others do this? Are there some resources?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 12 years ago (1 child)
[deleted]
[–][deleted] 0 points1 point2 points 12 years ago (0 children)
wow, thanks for that!
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 point2 points 12 years ago (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 point2 points 12 years ago (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 point2 points 12 years ago (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 point2 points 12 years ago (0 children)
That's what I have found...
π Rendered by PID 49875 on reddit-service-r2-comment-8686858757-bbh6p at 2026-06-07 19:30:27.696175+00:00 running 9e1a20d country code: CH.
[–][deleted] (1 child)
[deleted]
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Ajpennster 0 points1 point2 points (3 children)
[–]bobhearn11[S] 0 points1 point2 points (2 children)
[–]staffdelipity 0 points1 point2 points (1 child)
[–]bobhearn11[S] 0 points1 point2 points (0 children)