• 0 Posts
  • 15 Comments
Joined 1 year ago
cake
Cake day: October 1st, 2023

help-circle




  • that may be true for CS and software development, but I think that has ended up being more harmful for other fields like electrical engineering. Kind of like how non STEM majors are too afraid to try engineering or sciences, because they all think calculus is this big scary incomprehensible thing that only einstein-level geniuses can learn. I’m seeing that same kind of fear preventing students from going into engineering because they don’t want to learn anything besides python.



  • buy yourself a copy of K&R 2e (The C programming language by Brian Kernighan and Dennis Ritchie). Its not only a good c book, but a great beginner programming book in general. If you’re a learn by doing guy, it has a lot of exercises you do.

    i normally don’t learn by reading textsbooks myself, but this book proved an exception. its inexpensive too.









  • I want to point out that, just like in real life, its the inclusion of that “++” which complicates things. Without them, it would be straightforward and elegant, having only 1 logical solution.

    Makes you wonder why people keep insisting on having the “++” around. Why not ditch them and go back to basics.