Very new to programming ,just finished programming one (C++) two weeks ago and now just started programming two (C++) this week at my local community college. Though I am kind of just venturing on and exploring stuff myself to further my knowledge. Want to complete a computer science degree.
I just installed Ubuntu today so I can dual boot. Working great so far.
What should I play with next or familiarize myself with next? what should i download? about to download and try out visual studio code on here as well.
real basic stuff loops, variables, functions, arrays, reading and writing out to text files, basic sorting algorithms and i started reading on vectors myself. Probably start reading on pointers and structs next
Question - Why don't I need to install a compiler ? All I did was install CLion and everything works fine? its compiling my c++ code already. **did some googling sounds like Ubuntu comes with a couple different compilers already. thats pretty cool .
To really take off with C++, there are a few more concepts to learn. However, the core of CS is data structures, their implementation and use. As with all things, practice makes perfect.