Search:

Type: Posts; User: b0bd0d

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,015

    integer to hex value

    What's a good way to convert a integer to a hex string? i.e. 48879 to "BEEF". A backwards strtol function, if you will.
  2. Replies
    2
    Views
    1,236

    Including files in exe

    Say I want to include a .bmp file in my exe to be displayed on screen. How does the bmp file get linked to my code? A simple #include "bmpfile"? If that's the case, how do I know where the bmp file...
Results 1 to 2 of 2