+ 3

Pointers in C, C++, and C#: Essential for Performance or Productivity Blockers?

Pointers are fundamental in C and C++ for memory control and performance optimization, but many developers argue that they hinder productivity, especially in large and complex projects. With the advent of C#, which chose to limit pointer usage and prioritize memory safety, a new debate has emerged: to what extent are pointers indispensable for efficient development? Does the absence of pointers in C# boost productivity by reducing complexity and errors, or is it a significant sacrifice in terms of performance? In which cases are pointers truly essential, and where can they become a productivity blocker?

10th Nov 2024, 4:07 AM
eugenio raizer
eugenio raizer - avatar
7 ответов
+ 5
This forum is for people to get help with their coding homework. You seem to be doing some type of survey asking many questions like this. That's not really what this forum is for. If you are doing some training here and one of the coding challenges is giving you trouble, that is what this discussion forum is for.
10th Nov 2024, 4:33 AM
Jerry Hobby
Jerry Hobby - avatar