Thread: Help me Please???????

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    3

    Unhappy Help me Please???????

    Hello, Im in a really bad delima at this time. I am just learning C++. I have something to turn is for college. However, I need to turn it (email) in tonight or in the morning by 5:00a.m. for I have to go to the hospital in the morning. I dont know where to start.
    I guess being in such a hurry has caused a mental block. Can someone please help me? And just remember, Im just learning.

    Ok, my assignment. It says to is to invoke the 2 functions fahrenheit and celsius where function fahrenheit returns the Fahrenheit equivelent of a celsius temp. and the function celsius returns the celsius equivalent of a fahrenheit temp. Use these functions to write a program that prints charts showing the F equivalents of all C temps from 0 to 100 and C equivalents of all F temps from 32 to 212 degrees.

    All help is greatly appreciated! I normally would not ask for help but I am desperate. And yes I usually make high 90's on my assignments.

    What I have (and it isnt working at all) is in a file that I am attaching.
    Thanks for your help. You can email me at KBat'[email protected]

  2. #2
    geek SilentStrike's Avatar
    Join Date
    Aug 2001
    Location
    NJ
    Posts
    1,141
    Hey, I've got a physics exam tomarrow.. and I really am not so hot on thermodynamics. If you could take that for me tomarrow, I would appreciate it greatly.

    Do your own homework please. If you encounter specific problems, we are more than happy to help you with them, but we really aren't too keen on doing your homework for you.
    Prove you can code in C++ or C# at TopCoder, referrer rrenaud
    Read my livejournal

  3. #3
    Registered User
    Join Date
    Feb 2002
    Posts
    3

    Ok I think I have it

    Hi, I think I have it now wxcept that it is supposed to be in like a neat chart type. Can someone please check it and tell me what I am doing wrong? Thanks

  4. #4
    Registered User
    Join Date
    Feb 2002
    Posts
    3
    I opologize if I emplied that I wanted someone to "do It " for me. In no way do I want a give me! All I am asking is for someone, if they can to lead me in the right direction, and yes I have been working on it very hard by myself. Again, I opologize if I inconvencienced you on your exam tommorrow. I wish that was all I had to do tommorrow!
    Thanks, I logged on to this site in hopes of getting a little advise and to make some new friends, I hope all are not as "nice as you"




    Originally posted by SilentStrike
    Hey, I've got a physics exam tomarrow.. and I really am not so hot on thermodynamics. If you could take that for me tomarrow, I would appreciate it greatly.

    Do your own homework please. If you encounter specific problems, we are more than happy to help you with them, but we really aren't too keen on doing your homework for you.

  5. #5
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    A) Check your formulas.

    B) Your table will print out so fast that u can't read it. So look up how to pause the computer i.e. Sleep(numofmilliseconds) under windows.h

    C) You never use ur functions.

Popular pages Recent additions subscribe to a feed