Hey,
I just started learning C++ and I learnt the usual:
• variables, data types, and numerical operators
• basic input/output
• logic ( if statements, switch statements )
• loops ( for, while, do-while )
• arrays
• pseudo random number generation
I did all this in a DOS looking window? Using Dev-C++ I just clicked new file and wrote the code. But now i'm trying to make a text editor. I clicked New > Project > Application. And now, embarassingly I have no clue where to start all this new extra code that pops up under main.cpp confuses me.
So my question is, where do I start now. Remembering that I wish to make a Text Editor what tutorials do I need to read or even better if someone on here could help me?
I said it before and I'll repeat it here again - attempting to learn anything about anything just by
googling around the net looking for tutorials is a waste of time - get a book.