Created application is working toooo slow, looks like there are a lot of memory leaks, there are a lot of pointers. So, please, can you advice some effective tool for run-time errors and memory leaks detection in Visual Studio C++?
If it's running really slow right from the start then I doubt it's a memory leak. Those usually take at least some time to build up. Are you sure that's what it is?