Perhaps use GO or RUST? Also, I think pascal is great (I use it professionally/Delphi) and the way how pointer and raw code is used is not scary.
(Btw neither Go nor Rust have all-caps names.)
61–62 of 62 posts
Perhaps use GO or RUST? Also, I think pascal is great (I use it professionally/Delphi) and the way how pointer and raw code is used is not scary.
C/C++ didn't truly click for me until I had learned assembler. (Helped my understanding of every other language too.)
Assembly didn't really click for me until I learned computer architecture :p You can always go one level down, but I would hardly say you need assembly for c or c++.