Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
DataSecs9377yWelcome to C++ where the crazy shit is home 😅😁
Ps.: Sorry, that I have no useful advice 😅 -
@Bubbles wiki.osdev.org, littleosbook.github.io, operating systems from 0 to 1
-
DataSecs9377y@Bubbles I am probably not very good at giving advice in this case. But what helped me quite a lot was starting with OpenGL. Reading tutorials I learned a lot about C++ by looking up stuff I didn't understand. Other things you could start with are crawlers, http servers and clients or something similar, that thought me a lot. Something else really useful is to start implementing well-known algorithms on your own 😊 Not matter if they sort, search or anything else :D
-
Wozza638787yI made an operating system, though only in C and assembly. It's great fun, you will almost definitely need to learn assembly for it as well!
-
DataSecs9377y@QCat That's actually a really nice idea. You could even create your own small interpreted language 😊
Related Rants
-
xjose97x19Just saw a variable in C named like this: long time_ago; //in a galaxy far away I laughed no stop.
-
Unskipp24So this happened last night... Gf: my favorite bra is not fitting me anymore Me: get a new one ? Gf: but it ...
-
dfox7If you're not learning anything new at your job it's probably time to move on.
Okay so I want other opinions. So I've been studying for C++ competition and I don't know how to keep learning the language.. for python I just kept finding projects to do or picked a module to learn. But with C++ I was gonna work on the <random> and <string> libraries but after that I have no clue :/
question
c++
help me
learning a new programming language
advice needed
learning