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
-
Just practice and looking at other codes really... I randomly drop across new stuff in C++ and then I dive into it. If you look at existing codes, you can come across a lot of new terms and features. Simply dive into them...
You can start with the implementation of various data structures and their algorithms (from stacks, queues, to graphs, and dijkstra's algorithm) that should give u some sample code to look at... And these are always good to know 😊 -
@joshumax why do you specify the bit architecture, but not the language standard?
And why don't you have -Wall? Or optimization flags?
Related Rants
-
xjose97x19Just saw a variable in C named like this: long time_ago; //in a galaxy far away I laughed no stop.
-
elgringo41Student - Teacher renaming .c to .exe make the program executable ? Teacher - Yes A group of people stand up...
-
Unskipp24So this happened last night... Gf: my favorite bra is not fitting me anymore Me: get a new one ? Gf: but it ...
Me always:
*starts coding in C/C++*
*M so gonna use raw pointers... Raw pointers ftw!*
*Spends 2 hours to code*
*Spends next 4-6 hrs trying to find why it is crashing/giving segmentation fault*
*Finally finds the solution and feels like winning a boss in Dark souls*
*Totally worth using raw pointers* 😎😎😂😂
undefined
pointers
c++
c