User Profile

Collapse

Profile Sidebar

Collapse
RedRuffing15
RedRuffing15
Last Activity: Dec 14 '07, 02:58 PM
Joined: Dec 13 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Well, I acutally ran into another problem on this one. When I was trying to print, I had
    Code:
    ofstream prn ("PRN");
    in main, and then it wouldnt build, so I added
    Code:
    ofstream prn ("PRN");
    to each of the functions, and when i printed, it printed on 3 pages, each function on a different page, Is there something Im doing wrong, or is there a way to get it to print all on one page?
    See more | Go to post

    Leave a comment:


  • Yea, it was a logic error on my part, when I went through at the top, I identified the right variables to the wrong function. Thanks Again.
    See more | Go to post

    Leave a comment:


  • EDIT. Oh Wow, thanks, just caught it. I accidently reversed my call ins, All fixed. Thanks a bunch for the help.
    See more | Go to post

    Leave a comment:


  • RedRuffing15
    started a topic C++ Error C2660 When all fuctions are counted
    in C

    C++ Error C2660 When all fuctions are counted

    Hey, Im getting two C2660 Errors even though I have defined all my variables and such, and Im not sure why it isnt working, can anyone help me out?

    [code=cpp]
    //Program Project 5
    #include<iostre am>
    #include<iomani p>
    #include<fstrea m>
    #include<string >
    void print_title(flo at TotNew, float TotOwed, int NumBasic, int NumPremium, int NumUltra);
    void print_ending(ch ar...
    See more | Go to post
    Last edited by sicarie; Dec 13 '07, 06:55 PM. Reason: Please use code tags in the future
No activity results to display
Show More
Working...