0
What is CPU.h in visual studio 2017 c++
I want to save all of the variables in a dynamic matrix then finally print it out into my log file in real-time task. But gets some errors. I think it's necessary to use CPU.h but I couldn't find any useful information about this? Does anyone have a related experience???
6 ответов
+ 1
I couldn't find any reference for CPU.h on the web. I'm not sure whether it's necessary for your project... For what exactly do you plan to use this header?
+ 4
I have seen error "writing location" when the compiler is attempting to write a new build but the executable is running. This can happen whether the executable is running on your computer or by some other computer on the network.
+ 2
Aaron Eberhardt thank you for your help
+ 1
Actually, I just use this program so I make that library as a comment firstly, but if I built it, caused an exception unhandled( writing location), I think this could be related to that library may be
Aaron Eberhardt
0
delaram ra if your program doesn't compile because of a writing location related error that doesn't look like a header is missing. I'm not sure whether I can help you with this because I'm using Linux and I don't have Visual Studio nor its compiler. But usually error messages should indicate what's the problem is - at least that's what I'm used to when running Linux.