What is CPU.h in visual studio 2017 c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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???

29th Mar 2020, 3:48 PM
delaram ra
delaram ra - avatar
5 Answers
+ 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?
29th Mar 2020, 4:28 PM
Aaron Eberhardt
Aaron Eberhardt - avatar
+ 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.
30th Mar 2020, 2:01 AM
Brian
Brian - avatar
+ 2
Aaron Eberhardt thank you for your help
29th Mar 2020, 9:27 PM
delaram ra
delaram ra - avatar
+ 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
29th Mar 2020, 8:35 PM
delaram ra
delaram ra - avatar
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.
29th Mar 2020, 9:17 PM
Aaron Eberhardt
Aaron Eberhardt - avatar