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

  • Home
  • SEARCH
  • 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 7600821
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T23:00:29+00:00 2026-05-30T23:00:29+00:00

This is what I call a ‘address’ in a game I play: 0037F1C8 What

  • 0

This is what I call a ‘address’ in a game I play: 0037F1C8

What I am trying to achieve in vc++ is convert that ‘address’ into this result: C8 F1 37 00

If you noticed, that result is the ‘address’, but spit out right to left for the final result of being left to right.

The result is what I then input into a packet I created and then sent to the server of a game.

I need code that will do this in vc++ as I have no clue on how to flip it and space it out like that.

  • 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-30T23:00:31+00:00Added an answer on May 30, 2026 at 11:00 pm

    You are not explaining what form you want your result in. Are you trying to get an ASCII string with this content?

    In any case, the obvious way to put these into a string is by

    • Converting the pointer into an integer of appropriate size (apparently 32 bits)
    • Extracting each of the bytes of the integer, most reasonably by doing a series of shifts and masks.
    • sprintf’ing the four resulting bytes into a string.

    The format string you are looking for would be something like: "%2X %2X %2X %2X"

    An appropriate mask to give you only the lowest byte of an int “i” would be something like i & 0xff

    Under the circumstances, I’d just declare four ints to put the individual bytes into rather than doing something fancy — it likely wouldn’t be worth it.

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

Sidebar

Related Questions

I have an AJAX request to post-bid.php that is the result of this call:
I'm trying to determine, based on the result of this call, if it was
In .NET when you make an async call I understand that this call is
We all know that in order to invoke Object.wait() , this call must be
I noticed that code after return from ExecuteRegisteredAsyncTasks call is executed in same thread
I was trying to understand this call: deprecate :new_record?, :new? which uses this deprecate
I have a native function call that calls my c++ code and this code
I'm trying to make a non-WSDL call in PHP (5.2.5) like this. I'm sure
I have a data grid and in that grid its making this call: <ItemTemplate>
Is the DMA address returned from this call the same as the physical address?

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.