Search:

Type: Posts; User: greatonesv

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,171

    thanks for the help guys, im just gunna give up...

    thanks for the help guys, im just gunna give up on this one. i dont know what im doing so its no use. plus everytime i try to compile for some reason my .cpp files become unreadable and i have to...
  2. Replies
    7
    Views
    1,171

    we have to use structs for this assignment, but i...

    we have to use structs for this assignment, but i am lost as to what i am doing lol.
  3. Replies
    7
    Views
    1,171

    need some help?

    hey this is my first time writting C++ code and im having a bit of trouble switching over from c. i was wondering if someone wouldnt mind having a look at my code to see if they can spot anything...
  4. Replies
    12
    Views
    2,952

    I got the code working and everything is correct...

    I got the code working and everything is correct except, the pennies are off by 1 or 2 occasionally idk why.




    #include <stdio.h>
    #include <math.h>

    void display_purpose(void);
    double...
  5. Replies
    12
    Views
    2,952

    well i tried to make it return one value but now...

    well i tried to make it return one value but now i get an imcompatible return type error.


    #include <stdio.h>
    #include <math.h>

    void display_purpose(void);
    double change_breakdown(double...
  6. Replies
    12
    Views
    2,952

    so how would i return multiple values then?

    so how would i return multiple values then?
  7. Replies
    12
    Views
    2,952

    Little problem

    so i wrote up the program but for some reason, its not working and i cant see whats wrong. can any figure it out?



    #include <stdio.h>
    #include <math.h>

    void display_purpose(void);
    double...
  8. Replies
    12
    Views
    2,952

    thnx thantos that's what I was looking for .

    thnx thantos that's what I was looking for .
  9. Replies
    12
    Views
    2,952

    you would give back 1 ten, 4 ones , 3 quarters ,...

    you would give back 1 ten, 4 ones , 3 quarters , and 3 pennies. I don't know how to go about that though.
  10. Replies
    12
    Views
    2,952

    type casting?

    I'm trying to make a program that you enter the amount something costs and the amount of money you used to pay with, and the program tells you your change in how many 20's 10's 5's 1's quarters and...
  11. Replies
    8
    Views
    1,550

    Thank You , thats what i was doing wrong! thanks...

    Thank You , thats what i was doing wrong! thanks for your help guys.
  12. Replies
    8
    Views
    1,550

    i understand what your saying. i tried everything...

    i understand what your saying. i tried everything you have said and ive come up with a program that compiles, but the grades entered never get stored in the array. this is the code. sorry for being a...
  13. Replies
    8
    Views
    1,550

    i dont understand the whole passing a variable...

    i dont understand the whole passing a variable concept. if i want to pass Grades[10] to all the functions how would i do that without declaring a global.
  14. Replies
    8
    Views
    1,550

    Some help with this code please?

    i am taking my first C class and im having a bit of a problem understanding functions. can any of you see what my mistake is? The syntax eror i get is for undeclared variable Grades.



    ...
Results 1 to 14 of 14