Search Results
6/14/2025, 4:40:01 PM
>>712600417
That's why I'm learning C at the moment, despite saying other otherwise, every resource regarding C++ assumes on some level some knowledge of C. Also implementing Data Structures in C gives you more intuition on how they work and why. Also pointers are better explained in any C book than any C++ I've seen.
What's been surprising me so far is how simple and elegant C is, there generally isn't that much to learn once you understand pointers. Once I say an example by function of a function involving pointers and how to implement a dynamic array or arraylist, it clicked.
Python is a nice language where things just work because of the sheer volume of resources available, but I feel this makes everything else get taken for granted.
That's why I'm learning C at the moment, despite saying other otherwise, every resource regarding C++ assumes on some level some knowledge of C. Also implementing Data Structures in C gives you more intuition on how they work and why. Also pointers are better explained in any C book than any C++ I've seen.
What's been surprising me so far is how simple and elegant C is, there generally isn't that much to learn once you understand pointers. Once I say an example by function of a function involving pointers and how to implement a dynamic array or arraylist, it clicked.
Python is a nice language where things just work because of the sheer volume of resources available, but I feel this makes everything else get taken for granted.
Page 1