I am trying to learn C++, although I've watched Bucky's tuts on Youtube... I think it would be better to learn in context (by actually creating an app that I can use & would like to use) so I'm taking baby steps towards my ideal blogging app. I'm starting by trying to write a really basic "writing app" (Basically a text editor) where the UI is really minimalistic and I just have a screen to write on & to format the text. (a Mac app)
Eventually I plan to add features like a pin board of research (on the blog post), link collection (for citing), Image sourcing? from your own Flickr, iPhoto and Instagram, posting to blogging services and sharing on social media platforms etc.
I've tried XCode and Qt (Both are great for creating an interface) but I want to actually write the code not have an app do it for me... so I am actually learning C++.
How would you do that? (Assuming you don't use an interface builder) By just writing code??? (I'm not sure how to do that, could you please show an example?)
Is there a process people go through? e.g. plan & outline write for the functions call the functions... & if statements.