Search:

Type: Posts; User: ryanE

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    2,959

    Help with tables in C++

    Hi,

    How can I create a table of hex numbers and store it in memory so that I could read and write from and to the table easily? Or is it just easier to create a text file and use the I/O commands...
  2. Replies
    4
    Views
    9,936

    Thanks for the reply, Sure that would work...

    Thanks for the reply,

    Sure that would work for the concate part. So after I concate the two 4-digit hex numbers from the table how would I compare it with an 8-digit hex user input?
  3. Replies
    4
    Views
    9,936

    Thanks for the reply. The table is actually...

    Thanks for the reply.

    The table is actually stored with hex constants all throughout.
    e.g. the first row is "123A" (memory location D000), second row is 45BC (mem loc D001) and so on.
  4. Replies
    4
    Views
    9,936

    concatenate hex numbers

    Hi guys,

    I am new to C++ and had a question.

    I have a table of 4-digit hex numbers in each row and I want to go through the table, choose row1 and row2 and concatenate the 4-digit hex numbers...
Results 1 to 4 of 4