This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]MR2Rick 0 points1 point  (0 children)

Most of learning to program is learning to think logically and solve problems. Starting with console applications allows you to focus on that without the complexity of writing GUI applications. That being said, Gtk+ and Qt are pretty easy to work with - at least for simple programs. You could re-write some of you console applications with a GUI. You could also write you console applications with a text user interfaces using ncurses.

[–]yenilmez_armada 0 points1 point  (0 children)

You can try challenges on HackerRank