CString
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
i have used CString in many places of my code. is anything harm on using this? will it leads to memory leak? pls help me
Arise Awake Stop Not Till ur Goal is Reached.
-
i have used CString in many places of my code. is anything harm on using this? will it leads to memory leak? pls help me
Arise Awake Stop Not Till ur Goal is Reached.
The whole point of a string class is to control memory leaks, by controlling assignment and deletion of character arrays.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )