I've created a command line tool that parses JSON from reddit's front page. After being able to successfully list all of the submission titles; I want to be able to prompt and wait for numeric selection to go deeper into the post.
Btw, I'm fairly new to the language and I'm creating this for fun. I don't really know how to even properly ask this question because I've never developed for a compiler. I'm not really looking for a working solution. An ideal answer would be "..hey check out [methodName] and don't forget to import 'someClass.h'... " would be perfect.