Search:

Type: Posts; User: painith

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    2,685

    ok Thanks for the input! this is what i have ...

    ok Thanks for the input! this is what i have

    #include <iostream>using namespace std;


    class TestScores
    {
    private:
    double *score;
    int numScores;
  2. Replies
    6
    Views
    2,685

    Wow thanks guys! Your help is appreciated. This...

    Wow thanks guys! Your help is appreciated. This is what i have written so far. (I know it is not correct but I need to learn what i am doing wrong)


    #include <iostream>
    using namespace std;

    ...
  3. Replies
    6
    Views
    2,685

    Help with pointers and arrays! (New :P )

    Hi i am writing a class that dynamically allocates an array that holds a user-defined number of test scores (test scores go from 0 to 10 both included).
    Once all the test scores are entered and...
  4. Thank you so much Elysia!! You are very helpful!

    Thank you so much Elysia!! You are very helpful!
  5. I need some help with writing Classes/Structures! :P

    Hi I am currently writing a code that finds the birthday of someone!

    -The class should have a three parameter default constructor that allows the date to be set when a new Date object is created. ...
Results 1 to 5 of 5