+ 4
programing
Who can tel me, what programming language can control memory? as i can see, the most of all programmers don't even think about it)
3 Respostas
+ 5
Hello, Nosforos !
if memory management means garbage collection, then definitely c# is better. if control is better then c++
https://www.sololearn.com/Course/CSharp/?ref=app
https://www.sololearn.com/Course/CPlusPlus/?ref=app
+ 3
No, not garbage. I mean pointers. when you work with not variables, but with pointers, it's increases the speed of program execution. And it's work with memory.
+ 2
Nosforos it is not necessary that using pointers will make your program faster .Also pointers are also just variables.