Search:

Type: Posts; User: crazyeyesz28

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,536

    Hey thanks guys, figured it out already though....

    Hey thanks guys, figured it out already though. Had to change that one source file to a header file. Hey by the way can you have more than one source file like how I have it in this program?
  2. Replies
    6
    Views
    1,536

    Having problems using multiple files

    Hi, I'm workin on using a header file with 2 .cpp files to find the volume of a cylinder. Heres what I have for the header file.


    class cylinder

    {

    private:
    double r,l,v;
  3. Replies
    8
    Views
    3,038

    sorry, i should've posted the code I had, wont...

    sorry, i should've posted the code I had, wont happen again, just needed to compare. Thanks for the help
  4. Replies
    8
    Views
    3,038

    thanks for the code, helped me through it...

    thanks for the code, helped me through it...
  5. Replies
    8
    Views
    3,038

    can you post an example so I can see exactly, i'm...

    can you post an example so I can see exactly, i'm new at c++ and just need to see the code. Thanks
  6. Replies
    8
    Views
    3,038

    Help with arrays and pointers please...

    Suppose you have a main() with three local arrays, all the same and type (say float). The first two are already initialized to values. Write a function called “addarrays()” that accepts the address...
Results 1 to 6 of 6