Just use i,j,k,l for your loop variables, it'll be fine https://awoo.space/media/ZzZS9pyyfazzPEgKruk
@noiob Naw, it deserves it... I try to write zero classes in C++, and never ever use the iostreams...
@Fuego There's just so much I'm missing and every time I'm thinking "it's a reasonably modern programming language, I'm sure I could do this somehow" (but I'm prohibited from using advanced stuff because of the rules anyways)… I almost prefer writing C because at least I know there's no better way.
@Fuego "advanced" is anything not handled in the lecture
I think they just wanna teach C with strings and bools using Visual Studio
@noiob haha so you just kind of have to take as rote all the weird shit strings can do that you're not taught or allowed to do?
oh well - god speed ;)
@Fuego yeah, when I'm handling strinfs I'm basically only iterating char by char, it's really fun /s
@noiob if you want any help with c string parsing with like strchr and strtok or whatever hmu
@noiob yeah, vectors is your answer for that, if what you want is someone to handle a data structure's memory management for you.
Failing that, use a linked list over an array if you want to have a variable sized list that you just iterate through and are not using constant time access of.
What did they decide is advanced? Why make someone write C++ and not C if they cant use a vector?
so strange