output statement not outputing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • thesis99
    New Member
    • Mar 2008
    • 16

    output statement not outputing

    I have an cout<<statement that my compiler does not like. I have checked it over and over and everything seams to be in order<< can anyone help.

    it is //cout<<"Change in temp.\tTotal length\tCange in length"endl;//
  • thesis99
    New Member
    • Mar 2008
    • 16

    #2
    I found the problem. I ahve another question. I want to put an * after a calculation that would exceed a certain amount. I would use// if statement// correct!

    Comment

    • Laharl
      Recognized Expert Contributor
      • Sep 2007
      • 849

      #3
      Yes, you would use an if statement for that.

      Comment

      • weaknessforcats
        Recognized Expert Expert
        • Mar 2007
        • 9214

        #4
        Or, you could always display a character that is blank or contains an *. Somewhere before the display you can set the character contents.

        Comment

        Working...