Search:

Type: Posts; User: Claire

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,016

    sorry?! Can u explain that in simple english,...

    sorry?!
    Can u explain that in simple english, coz I'm only a beginner!!

    If you mean an int/main piece of code, I do have one of those, and I include my calender.cpp at the start of it.

    But, I...
  2. Replies
    6
    Views
    1,016

    Help With Error Msg?

    Hi!!
    When I compile my code for a program that (agian!!) ouputs a calender, I get this error msg:

    > g++ -o ./Calender ./Calender.o -s
    ! C:\Program...
  3. Replies
    3
    Views
    1,717

    What would that be?

    How would that assignment operator go?

    Would I have to do, say, make anything equal to .rhs??
    I'm unsure of what the total code would be. How would I copy it?


    Thanks@!
  4. Replies
    3
    Views
    1,717

    Assignment operator

    Hey guys!
    I posted a msg b4 about having to include an assignment operator in my code for a program that outputs a calender. My tutor has already declared it for a hint for us as:

    Calender&...
  5. simple assignment operator for a calender, and source code ques!

    Hi ppl!
    Can someone help me write an assignment operator for a c++ code that outputs a calender.
    I already am told that the declaration of it is as follows:

    Calender& operator= (const Calender&...
  6. Replies
    1
    Views
    1,547

    Displaying a calender in this format...

    Hi!
    Can anyone help me display a calender in a conventional format?
    As in month by month? Like, when u open a regular calender, and it's sun to sat for the 4 wks of the month.

    I have attached a...
  7. Anyone help me output a calender using c++???

    Hey!!
    I'm looking for someone who can help me with c++. I'm a new learner, and have to write a c++ program that outputs a calender in conventional format for any given year.

    If anyone can help,...
  8. Replies
    2
    Views
    1,154

    declaration to use "setf"

    Hi...
    I tried using code you gave to right justify, but when I compile, I get an error msg saying:

    implicit declaration of function `int setf(.

    How do I declare it so that I can use it?!
    ...
  9. Replies
    6
    Views
    2,326

    How do you delcare to use setf...

    Hi...
    I tried using your code you gave to right justify, but when I compile, I get an error msg saying:

    implicit declaration of function `int setf(.

    How do I declare it so that I can use it?!...
  10. Replies
    6
    Views
    2,326

    Right justify?!?!

    Hi Guys!!
    I want to output a total, that is right justified, but I just can't seem the code to work!!!

    This is what I have:
    cout << "Room charge is:" << setw(8) << setiosflags(ios:: right) <<...
Results 1 to 10 of 10