ok i made a class and a new pointer object to the class class *a = new class[50] but at the end i forgot to delete them, now i know this will cause a memory leak which is bad but will the memory leak be gone when i re-start the computer so i get all my memory back as some websites speak as if i will loose that part of memory forever or is it just until the program terminates it may sound like a dumb question to some but im just not sure on this one
thanks in advance