this may sound dumb. but if i were to accidentally create a console app with a memory leak, dose that memory get de-allocated after the program is terminated or would running it permanently corrupt my ram?
allot of references say memory leaks are dangerous and leave it at that. they don't say that it doesn't permanently affect your computer. and being the naive beginner, I assume the worst.
ok i just read a conceptual overview of .NET and Common language runtime on msdn.com. did not know it was watching out for me aside from converting managed code into machine readable code.
ok i just read a conceptual overview of .NET and Common language runtime on msdn.com. did not know it was watching out for me aside from converting managed code into machine readable code.
C++ is not a .NET language. There's no automatic garbage collection in C++.