Search:

Type: Posts; User: kshanuanand

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,498

    thanks salem

    thanks salem
  2. Replies
    7
    Views
    1,498

    here is the program-: /*WAP (c++) to...

    here is the program-:


    /*WAP (c++) to convert rupees to dollar and vice-versa.*/
    #include<iostream>
    using namespace std;
    template<class T>void rtd()
    {
    T d,r;
    cout<<"Enter the AMOUNT in...
  3. Replies
    7
    Views
    1,498

    templatevoid add(void) this is what i...

    template<class T>void add(void)
    this is what i want to do is it possible.
  4. Replies
    7
    Views
    1,498

    Function template

    IS IT NECCESSARY TO PASS ARGUMENTS TO FUNCTION TEMPLATES.
    CAN't we set it to void.???????????
Results 1 to 4 of 4