Hello I know this sounds silly but I really failed this time.
I m making application in C++ that will show users configuration. Most informations I get from registry key ex. Proccessor name is located at
[HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0]
Key is: `ProcessorNameString`
How can get data from that key in C++ and get give it to variable?