Incase it doesn't show up:

you are viewing a single comment's thread
view the rest of the comments
[–] 11 points 2 years ago (5 children)

I learned c from a book from the 80s and then skipped to rust.

The only time I touched c++ was modding games in the early aughts and to try it for a couple coding challenges. I've heard templates are a thing of note when it comes to complications but not sure.

As for c# ... We don't talk about that (jk. I had to do it for one or two projects and played with unity a bit ages ago)

  • source
  • hideshow 5 child comments
  • [–] [S] 7 points 2 years ago (1 child)

    Was that "The C Programming Language"? I learned C from that after a bit of C++ and it made everything make so much sense. C is refreshingly simple.

    I’ve heard templates are a thing of note when it comes to complications but not sure

    It's funny because that is the one feature I really wish C had, I can live without member functions but templates or even a good generics system would be great. I did some C# with MonoGame and FNA. Language has gotten better as of late but idk about performance, way better than VB.

  • source
  • parent
  • hideshow 1 child comment
  • [–] 2 points 2 years ago* (2 children)

    Honestly C# has grown on me quite a bit. Shakes off some of the bloat of Java and linq is pretty handy. God knows if I can't tell you what the distinction is between C# and .NET Core and whatever the hell ASP is.

  • source
  • parent
  • hideshow 2 child comments