Search:

Type: Posts; User: JMB

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    3,794

    That helps! Thanks again everyone. :) -JMB

    That helps! Thanks again everyone. :)

    -JMB
  2. Replies
    7
    Views
    3,794

    I guess what I'm asking is... Fordy said that in...

    I guess what I'm asking is... Fordy said that in the case of declaring an automatic c-string variable, the bytes are copied to the stack. This makes sense, of course. But what I'm wondering -- is the...
  3. Replies
    7
    Views
    3,794

    Interesting. I wonder why they do it that way?

    Interesting. I wonder why they do it that way?
  4. Replies
    7
    Views
    3,794

    Automatic vs. Static Duration

    I come from a background in Pascal, where there is no "automatic duration", unless you want to count function data variables that are pushed onto the stack when the function is called. Static...
  5. Replies
    4
    Views
    20,925

    K

    I think I'll use CBuilder -- the command-line tools are free at the moment. Sounds good.
  6. Replies
    11
    Views
    1,261

    Thanks!

    Thanks a lot!
  7. Replies
    4
    Views
    20,925

    Alternative win32 compiler? And linking asm libs?

    I have read the Programming FAQ, to no avail. I have been using Dev-C++ and MinGW for a month now, and lately I have been very unhappy with MinGW. Firstly, I am not currently interested in...
  8. Replies
    11
    Views
    1,261

    One more question. :)

    Hammer,

    Thank you for the clarification. How can I use ifstream in binary mode so that I get the file exactly byte-for-byte? I thought get() would solve that problem but apparantly not...

    -JMB
  9. Replies
    11
    Views
    1,261

    hmm

    So am I to understand that the file stream swallow the CR/LF characters and replaced it with one character?
  10. Replies
    11
    Views
    1,261

    A question about ifstream

    With a background in DOS, I always understood that newlines in text files required TWO characters rather than one like on UNIX. So if I'm reading one character at a time using get(), how can I check...
Results 1 to 10 of 10