5

switching from C# / managed C++ to pure C++ in the new project feels like being relocated to an outpost in the wild west.
now i have to think about so many things the C# compiler would just have cared for, and all this hassle before i can actually address the problems that i want to solve. already ran into some weird memory overflows. i'm actually happy to learn something new, but it still feels really inefficient.

Comments
  • 1
    C++ is honestly not the best language.

    Try something with garbage collection (but not Java)
  • 0
    @BessmertnyL if i had the choice, i would probably go for C#, and (managed) C++ for performance critical areas. but i don't, decisions for this project have been made by other people
  • 0
    @BessmertnyL i felt that 💔, since I'm studying C right now
Add Comment