CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: kumamako

Search: Search took 0.03 seconds.

  1. Thread: width()

    by kumamako
    Replies
    1
    Views
    652

    width()

    hello. This the program from the book. I am having a hard time understanding the code. I looked at the program output and tried to see what it is doing but no luck. can someone explain me what this...
  2. Thread: setw vs width

    by kumamako
    Replies
    1
    Views
    4,954

    setw vs width

    what really is the difference between using setw function and width(). Are they the same thing? can someone give me an example of each please.
  3. Replies
    5
    Views
    950

    for statements

    1) nested for statements must be used to total the elements of a two dimensional array.

    I put true since the book only showed a nested for statement example to total elements in a TWO DIM ARRAY....
  4. Replies
    2
    Views
    910

    dollar sign declaration

    i am doing a program on budget at the moment and have already finished the program. The program uses a lot of dollar sign for output. MY question is, instead of having to put in "$" every time in...
  5. Thread: pointers

    by kumamako
    Replies
    6
    Views
    2,211

    Re: pointers

    thanks guys!
  6. Thread: pointers

    by kumamako
    Replies
    6
    Views
    2,211

    pointers

    8.8) State whether the following are true or false. If false, explain why.

    a) Two pointers that point to different arrays cannot be compared meaningfully.

    True.

    b) Because the name of an...
  7. Replies
    2
    Views
    713

    Re: const qualifier

    thanks alot!!
  8. Replies
    2
    Views
    713

    const qualifier

    Hello,

    i am reading the text on functions and have few question as i am reading it.

    1) what is a const qualifer? how to delare const qualifier in a function?

    2) when the text says make sure...
  9. Replies
    3
    Views
    3,808

    Re: array c++ statements

    Thank you for the detailed reply. i really appreciate it. i definitely agree with you that number 4 is worded badly. i am assuming you have to print it. i will verify it and see what it means. For...
  10. Replies
    3
    Views
    3,808

    array c++ statements

    write c++ statements to accomplish each of the following:

    1) Display the value of element 6 of character array f.
    2) Input a value into element 4 of one-dimensional floating-point array b.
    3)...
  11. Thread: array

    by kumamako
    Replies
    2
    Views
    860

    Re: array

    #2 should be true too right. Since P[100] consists of 100 elemnts and 99 positions. that is, p[0]......p[99]
  12. Thread: array

    by kumamako
    Replies
    2
    Views
    860

    array

    hello guys. i am trying to do some question at the back of the chapter.

    determine whether each of teh following is true or false. if false, explain why.

    1) An array definition reserves space...
  13. Replies
    4
    Views
    851

    Re: string formatting

    yes viktor. just save it as cpp file and use borland to compiule or visual studio. any idea of helpin me out??]
  14. Replies
    4
    Views
    851

    string formatting

    hello guys. I have finished my project and its working perfectly fine. however, my output is not aligned properly and needs some minor adjustment. I have played around with the setw function but i...
Results 1 to 14 of 14





Click Here to Expand Forum to Full Width

Featured