Is there any difference learning C++ instead of C?
2025-05-17 01:50:08
3
helloo :
First rule of optimizing code, never make any assumptions and always benchmark. nothing against learning a low level language, but I would almost always favour readability over slightly more "efficient" code
2025-05-17 07:28:58
30
the fit code :
hey! I was wondering that same question as a self taught full stacker wanna be. how does that apply in the era of Claude writing most of your code? would you still advise foundational C, C#, C++ knowledge?
2025-05-17 02:29:35
0
A :
C and C++ are NOT low-level programming languages
2025-06-23 09:17:06
1
Jerichi :
my freshman year at uni was in C, I loved it
2025-07-02 01:13:14
0
♠️𝓚𝓲𝓼𝓴_𝓜𝓪𝓵𝓲𝓴♠️ :
how you make in month🔥
2025-05-19 16:02:14
0
Jay Strut :
if you’re using javascript and worried about memory, you need to stop using javascript. your time w/ js would be better spent implementing features than contemplating garbage collection.
2025-05-17 03:00:30
4
macoveiaf :
why use JS for the backend if you care so deeply about performance? why not something like C# that has garbage collection but also can stack allocate at will, has readonly arrays and stuff like this for optimisation purposes?
2025-05-17 09:39:59
0
To see more videos from user @dylantettemer, please go to the Tikwm
homepage.