Search:

Type: Posts; User: Densetsu

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    1,068

    Hi, I apologize for my late reply. Thank you...

    Hi, I apologize for my late reply. Thank you everyone for your helpful input.

    @Elysia, Don't the statements that define class sizeof() consume memory? So when the compilier intercepts the...
  2. Replies
    11
    Views
    1,068

    Binary distribution problem

    1) Why is function sizeof() evaluating function bitset<16> of consuming 4 bytes, when it should be 2 bytes?

    2) Why is it now evaluating bitset<40> of consuming 8 bytes when it should be 5...
  3. Questions regarding arrays and their memory consumption, depicted using sizeof()

    My Questions:
    1) Why does the function sizeof() return a higher byte value when evaluating nElementIndex rather than nElementIndex [ARRAY_LENGTH] ?

    2) If you remove the keyword const when...
  4. Thanks! I will do some research over that. ...

    Thanks! I will do some research over that.


    Haha... I had a feeling I overkilled it with the return 0; :o
  5. How is a program written to ignore case sensitivity when dealing with input?

    Hello,

    I've written a simple program, which asks the user to respond to a YES or NO question using the character Y/y for YES and the character N/n for NO. The foundation of this program is based...
Results 1 to 5 of 5