>>855361
It's all good as long as it's a newer CFL
>>854951 (OP)
C++ is OK if you don't veer off the reservation and try to do things that it can't understand*. You will find most tutorials tell you what you should do, but not examples of what you shouldn't do & why you shouldn't do it - which can sometimes be even more important for beginners when learning to code. The why is often more important to understand than the how, since you can deduce the how from understanding the why. (Essentially there not as much focus experience transferal)
-Why can't I do this?
No, you don't do that. Do this.
-Yes, but that seems a convoluted solution. Why can't I simply do this?
Do you want it to work or not?
-Yes, but why can't I do this and it work too?
I don't know. It just doesn't. Do you want it to work or not?
*before you sperg out "C++ does it all" telepathically tell your computer what you want to type. Did it do it? No? That's because it can't understand telepathy. C++ can be used to "do it all" solution wise, but (I was talking about coding syntax (concept interpretation) here) there are things it can't do.
unsigned int I_dont_want_a_pointer_I_will_fill_array_later [] [] [];