Search:

Type: Posts; User: sarahr202

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    15,730

    Thanks tabstop ! I got it now. Look likes the...

    Thanks tabstop ! I got it now.

    Look likes the book is wrong in saying the signed char has a range -128-to 127. All characters are represented from 1 through 127 value on ASCII table. I don't...
  2. Replies
    9
    Views
    15,730

    Thanks for your reply. Let say i declare the...

    Thanks for your reply.
    Let say i declare the char data type as:

    signed char t;

    Now i want " t" to store " -50"

    How can i accomplish this? as " t" can only hold one character while my...
  3. Replies
    9
    Views
    15,730

    signed char type

    Hi every body!

    I was reading about " char" data type. Here is what my book says:

    "If the character is of a signed category, you can declare it as a signed character. This type of variable...
  4. Replies
    4
    Views
    2,650

    Thanks a lot guys for awesome responses! have...

    Thanks a lot guys for awesome responses!

    have a nice day!
  5. Replies
    4
    Views
    2,650

    long int type

    Hi every body!

    I hope you guys are having a good day.

    I was reading about long int type in c++. Here is what i find:


    A signed long can hold all the values between LONG_MIN and LONG_MAX...
  6. Replies
    11
    Views
    2,549

    Sorry about it ! i thought it was your name.

    Sorry about it ! i thought it was your name.
  7. Replies
    11
    Views
    2,549

    Thanks a lot! I really appreciate all the help...

    Thanks a lot! I really appreciate all the help from you guys.
  8. Replies
    11
    Views
    2,549

    Thanks Charles ! Here is what i find bout"...

    Thanks Charles !

    Here is what i find bout" function prototype".

    "A function prototype in C or C++ is a declaration of a function that omits the function body but does specify the function's...
  9. Replies
    11
    Views
    2,549

    Thanks for your reply! your response to my...

    Thanks for your reply!

    your response to my question"3)Does standard library in c++ contain only header files?"

    was " no"

    Then what else library could possibly contain besides headers files ?
  10. Replies
    11
    Views
    2,549

    Thanks for your reply. You mentioned "the...

    Thanks for your reply.

    You mentioned
    "the actual implementation is not necessarily in the header."

    Then where is the actual implementation if not in the header file?

    thanks and have a nice...
  11. Replies
    11
    Views
    2,549

    standrad library

    Hi every body!
    Let me introduce myself. My name is sarah . I have been working with cisco routers and switches for 5 years. I really want to learn programming in c++ . I learned all about...
Results 1 to 11 of 11