I develap a draughting software in c language but it donot clear RAM mempry after completing execution. Pls suggest me memory clearing statements in c Language......
Thanks in Advance
-
-
I am guessing that you are using 'malloc' or some other function to acquire memory?
If so, you kind of need to 'free' it using free((void*)ptr);
Memory Related questions in C language Programming
Discussion in 'Windows OS and Software' started by preet_mann04, Mar 29, 2008.