Search:

Type: Posts; User: hungrymouth

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    741

    Ok I want mine to display like this: Writing...

    Ok I want mine to display like this:


    Writing Data:

    Social Security Number:

    First Name:

    Middle Initial:
  2. Replies
    4
    Views
    741

    Well for our project, my professor wants us to...

    Well for our project, my professor wants us to use char arrays so I can't really do much about that. And I already have my program set up so if a user enters 11 or more characters or less than 11 I...
  3. Replies
    4
    Views
    741

    Displaying output

    So I have problem right now. I want the social security, first name, middle initial, last name, date of birth, state, zip code to display all at once. Right now it displays one at a time. Except for...
  4. Replies
    1
    Views
    1,087

    What does this error message mean?

    Hey guys I'm getting this error message in my code. It says: 1>c:\users\caconnects\documents\visual studio 2012\projects\fproj\fproj\header.h(278): warning C4244: '=' : conversion from...
  5. Replies
    1
    Views
    980

    Trapezoidal Rule Adding Values

    So I want to approximate the area of the integral using the trapezoidal method. The function has limits from 1 to 2 and the function is sqrt(x^3-1)dx. So the number of rectangles this function has is...
  6. Law of Cosines converting to degrees error

    So I'm trying to find angles A,B,C using law of cosines and I want the answers to be in degrees and the formula to convert the answer to degrees is angle*PI/180. However the answer does not convert...
  7. Replies
    3
    Views
    855

    It's a little late to reply but I sorted it...

    It's a little late to reply but I sorted it thanks guys! Changed the 5/9 to 5.0/9.0 and it worked
  8. Replies
    2
    Views
    983

    C++ Iomanip

    I'm just wondering what exactly does #include <iomanip> do? I've been looking it but I'm not really understanding what exactly it does to a code. If anyone can explain to me thanks.
  9. Replies
    3
    Views
    855

    Formula Error

    So i am not getting the formula for the last one I'm not sure why it is not coming out. And also for the Fahrenheit my value keeps equaling to 0 I am not sure why.





    //study iomanip to depth...
  10. Error for Multplication Table: numbers won't multiply right

    Hey guys so i produced a multiplication table; however the numbers don't multiply right ex 1 x 1 is not 2 and so on. Not sure where the error for this i want to make it so 1 x 1 = 1; 2 x 1 = 2; 3 x...
  11. Replies
    1
    Views
    753

    Numbers inside grid box help

    Ok so my professor wants us to produce binary numbers in the grid box that I just made. I am not sure how that works. The only hint he gave us is that it requires an if command and it should work for...
  12. Oops sorry forgot to include myhead.h but...

    Oops sorry forgot to include myhead.h but notes28.h is the code I just put there let me do it seperately so you call compile it from the calling program



    // this is the calling program...
  13. Trouble producing horizontal lines for grid box

    Hi guys. This has been really frustrating not only because I have been trying many times but also this project is due monday and I really need to get this project right to pass the class.

    The...
  14. Trouble with for loop to create 5x4 grid box

    So I just started c just like 3 months ago so bare with me.This assignment is due tomorrow and my grade depends on this so I really could use some help!

    My professor wants us to create a grid box;...
  15. Replies
    3
    Views
    1,867

    ok I did it hope it's better

    ok I did it hope it's better
  16. Replies
    3
    Views
    1,867

    Creating a Box help!

    Ok so my professor told us that he wanted us to create a box where Row, Column(shortening it using Col),Width,Height,and Color are variable.(He will be changing the values of those variables...
  17. Replies
    2
    Views
    934

    Variables to create box

    Hi um I'm not really sure what this means but this is an assignment for my programming class. The professor says to create a box where Row,Col,Color are variables. How does that work can someone...
  18. Replies
    4
    Views
    1,469

    Oh no wonder! Ok, it works now thank you!

    Oh no wonder! Ok, it works now thank you!
  19. Replies
    4
    Views
    1,469

    Finding volume of cone error help!

    So my code runs but the problem is that the radius is always 0! Not sure what the problem is tried changing it to double and int and still won't work any help would be appreciated! I have attached...
Results 1 to 19 of 19