Hi all. I recently downloaded and installed Bloodshed Dev-C++ and have begun going through C++ tutorials and whatnot. I'm very green on the whole C++ thing.
My current problem is that I want to use a .cpp file that someone else wrote that includes some so-called 'standard header' files, one of which is crtdbg.h.
I do not have crtdbg.h anywhere on my computer. It was not part of the Dev-C++ 4.9.9.2 that I installed.
My question: is there a (legal) way I can get this file free so that I can use the previously mentioned cpp file? Is there some 'standard header' file package that I can download somewhere and put into the include path? Or is this some sort of propriatary standard header file that only comes with certian compilers? Any insight into this problem would be fantastic. Thanks!