Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4122298
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T23:27:48+00:00 2026-05-20T23:27:48+00:00

I have a reg file which I’m trying to read. There’s a type dword

  • 0

I have a reg file which I’m trying to read.
There’s a type “dword” in some of the values…

"check"=dword:000001f4
"blah"=dword:000000c8
"test"=dword:00000000
"hello"=dword:00000000

What C++ type should I convert it to ? and how ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T23:27:49+00:00Added an answer on May 20, 2026 at 11:27 pm

    A dword is a double word, where a word is the old (Intel 8086) 16-bit word.

    So, it converts to the WinAPI-specific type DWORD, or the standard C (but not yet standard C++) type uint32_t. An unsigned long is guaranteed by C++03 to be large enough to hold 32-bits values as well, but may be wasteful on 64-bit platforms. An unsigned int will be large enough on MSVC++.

    Conversion (if you have a hex string) can be done using strtoul.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i am generating *.reg file using code which will have some important data. and
I want to make a .msi file which will allow to install one reg
I have a winform application to read values from the registrykey.. so i know
I have a list (in a .txt file) which I'd like to quickly convert
I have an excel file with urls of type http://test.example.com/anything ... i want to
Is there a tool to generate WiX XML given a .reg file? In 2.0,
I have a resource file that will have some optional keys. If the optional
I have been told that I need to add a new file type to
I have a bit of code that looks like this: text = reg.Replace(text, new
I have a registry value which is stored as a binary value (REG_BINARY) holding

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.