Search:

Type: Posts; User: emu_rob

Search: Search took 0.00 seconds.

  1. Thread: Best compiler?

    by emu_rob
    Replies
    16
    Views
    4,809

    Poll: hmm... i've been interested in Code Warrior for a...

    hmm... i've been interested in Code Warrior for a while... but exactly how crippled is the basic version? As bad as MSVC intro or better?
  2. Replies
    17
    Views
    2,594

    ok, i think it might just be that you've written...

    ok, i think it might just be that you've written "Class" and not "class"?? it should be lower case (upper case in java if i remember correctly...)
  3. Replies
    17
    Views
    2,594

    Here's what you need to do: in the header...

    Here's what you need to do:

    in the header file...




    #ifndef ADVENTURE_H
    #define ADVENTURE_H
  4. Replies
    2
    Views
    1,092

    fantastic, i'm back on track now. Thanks Salem :-)

    fantastic, i'm back on track now. Thanks Salem :-)
  5. Replies
    2
    Views
    1,092

    linking C++ to C

    Hi,

    I have just joined an existing coding project which is essentially complete, to add some new functionality to it.

    The whole source is in plain C with .c file extensions. I have added...
  6. Replies
    7
    Views
    2,892

    Does that deal with the alpha-numeric digits in...

    Does that deal with the alpha-numeric digits in hex?

    in any casel, heres the code I use, hope it helps.
    needs math.h, string.h




    long HexStringToNumber(char *token)
    {
  7. Replies
    2
    Views
    1,749

    thanks for the help

    thanks for the help
  8. Replies
    2
    Views
    1,749

    dialog box fonts

    Hi,

    just a quick question, I hope.

    How can I change the fonts used on a dialog box (static text
    and a list box). The book I have mentions PNSetFont function
    but MSVC++ doesn't even recognise...
  9. Replies
    7
    Views
    1,835

    thanks, thats excellent news for my program :) ...

    thanks, thats excellent news for my program :)

    The thing i was unsure about was whether the book-keeping
    information was stored relative to the memory block, or relative to
    the pointer used with...
  10. Replies
    7
    Views
    1,835

    thanks for the advice. but Esss, the problem...

    thanks for the advice.

    but Esss, the problem is, how does the free() function know how much memory to return to the heap?

    I am presuming the size of the block is recorded somewhere when memory...
Results 1 to 10 of 10