Search:

Type: Posts; User: Forever82

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,126

    reply to unsolved problem

    1) what i am trying to say is, with my function earlier..... yes.... i can differentiate the two dates before and after...but just by putting the comparison depending on the variable of year<Eyear......
  2. Replies
    3
    Views
    1,126

    class date problem.....

    1) how can i validate the months , days and year together with the subclass earlier, if the year same...nothing provided.,. no result.pls show example...
    2)i really have no idea on counting the...
  3. Replies
    2
    Views
    2,420

    change sorting method using polymorphism

    1)what i trying to do is to use polymorphism method on changing the sorting function.
    a) how to change bubble sort to insertion sort..??what is insertion sort..never heard of it..
    b)how to...
  4. Replies
    1
    Views
    1,120

    To understand the question....

    class Date
    { //data
    public:
    Date(int =1,int=1,int=1900);//default constructor

    Date &setDate(int,int,int);
    Date &setMonth(int); //set month
    Date &setDay(int); //set day
    Date...
  5. Replies
    6
    Views
    1,350

    linked list....problem

    1)How to provide the count of all thewords in the list.
    pls show source code.

    2) to insert a given word before a specified word in the list.
    pls show source code.

    3)to delete a given word...
Results 1 to 5 of 5