visual studio - C++ registry handling without .NET -


for script check/set windows registry value. no gui.
writing in visual studio, not want .net - c++.

however, haven't figured out , methods exist natively in c++ [not visual c++] interface registry.
haven't worked out how compile c++ code in visual studio 2010 without .net.

can please direct me documentation (or better, tutorials) of standard c++ registry related methods.
, furnish me instructions or point out tutorial allow complete , total noob compile in vs non .net program.

please not argue aversion .net, has been subject of other threads.

to create native c++ console application in vs 2010: http://msdn.microsoft.com/en-us/library/46e82t5z.aspx

to check/set registry values using win32 apis: http://msdn.microsoft.com/en-us/library/ms724875%28v=vs.85%29.aspx


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -