Search:

Type: Posts; User: pepperlizard

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,320

    that did it, thanks man

    that did it, thanks man
  2. Replies
    6
    Views
    1,320

    Unsure why I'm getting this error

    I am new to learning classes/constructors/etc... and between the two programs that I have written thus far that use classes and everything that goes in them I have been getting the same error and...
  3. Replies
    5
    Views
    1,099

    that did it, I didn't think that I needed a main...

    that did it, I didn't think that I needed a main program to run compile the program with the function definitions, but i have been wrong before, haha. thanks guys
  4. Replies
    5
    Views
    1,099

    I understand now what you are saying, however it...

    I understand now what you are saying, however it did not resolve the problem, the error is still there.
  5. Replies
    5
    Views
    1,099

    Never seen an error like this before

    I'm relatively new to programming, and when I first compiled this program I got a whole slue of errors and slowly whittled it down to the last outstanding error which was for line 93, I had ...
  6. that did it, thanks so much man!

    that did it, thanks so much man!
  7. New to programming, haven't seen this error before

    I am beginning to write a program and before I continue writing it I want to get this resolved to make sure that my menu works. I am getting the error
    "error: expected unqualified-id before '{'...
  8. New to programming, need help with totaling integers

    I am writing a program that will take in data from a file called "songs.dat" and uses that data to output the song length in total seconds (the integers on "song.dat"), the song length in minutes and...
  9. Replies
    3
    Views
    926

    what double and what int? i'm a little confused...

    what double and what int? i'm a little confused here
  10. Replies
    3
    Views
    926

    Trouble with functions

    I am writing a program that calculates the user's BMR, and finally fixed all the compiler errors, but ran into a problem when executing the program. The the function "increase_bmr (string...
  11. Replies
    4
    Views
    2,056

    the funny thing too is I had realized that...

    the funny thing too is I had realized that walking from one class to another and completely forgot about it, haha. thanks for the both of you that helped me out here... two fairly easy to figure out...
  12. Replies
    4
    Views
    2,056

    yup, that did it... but now I have got a new...

    yup, that did it... but now I have got a new problem. When I hit "a.out" it ends the program before anything is output..

    ex:

    g++ proj3.cc
    p2% a.out
    p2% a.out
    p2% a.out
    p2%
  13. Replies
    4
    Views
    2,056

    Don't know why I'm getting this error?

    Working on a program that calculates the users BMR and I ran into an error that I can't figure out how to fix. Before this error, I had an error I was getting in "function double increase_bmr...
  14. i got this resolved, thanks for the help guys!

    i got this resolved, thanks for the help guys!
  15. New to programming, this should be an easy one for you guys

    I'm just starting to learn programming, and I ran in to a problem very early in my program (not complete yet). The first thing that I prompt the user for is the month, and that works fine. However...
Results 1 to 15 of 15