View Single Post
Old 10-13-2021, 08:17 PM   #6
cuervo72
Head Coach
 
Join Date: Dec 2002
Location: Maryland
Yeah, probably too early to freak out. Really the important things IMO are understanding control structures, how variables work, how function calls work, scoping, objects, libraries. I guess for C++ (which I have not used in oh, 20 years) there's the whole compiling aspect. I more deal with scripting languages so that's not a worry. But I'd say nail down the theory behind how things are supposed to work and worry less about syntax. (I mean, syntax is important for actually getting something compiled, but you're going to be dealing with different syntaxes across different languages but the building blocks will stay the same for the most part).
__________________
null
cuervo72 is online now   Reply With Quote