Search
 
 

Display results as :
 


Rechercher Advanced Search

Latest topics
» templet program
templet program EmptySun May 14, 2017 11:57 am by akarshsomani

» IP6: Write a C++ program that uses the concept of hybrid inheritance.
templet program EmptySun May 14, 2017 10:55 am by iamdsc_0410

» Overloading new and delete operator program
templet program EmptySat May 13, 2017 7:29 am by akarshsomani

» Constructos and Destructors assignment question:CD-3
templet program EmptyThu May 11, 2017 1:57 pm by Prateek Gupta

» Program related to Object Slicing : Why the output is not coming In Base a=2 ?
templet program EmptyFri May 05, 2017 7:36 am by akarshsomani

» Program given by sir i.e given in Reema Thareja on Overloading of new and delete operators is not working . Debug it !!
templet program EmptyMon May 01, 2017 9:11 am by iamdsc_0410

» constructor and destructor assignment solutions
templet program EmptyMon Apr 24, 2017 8:10 am by akarshsomani

» class and objects assignment solutions.
templet program EmptyFri Apr 21, 2017 9:01 pm by iamdsc_0410

» SMARKET SOLUTION
templet program EmptyTue Apr 18, 2017 6:33 pm by iamdsc_0410

Keywords

Who is online?
In total there is 1 user online :: 0 Registered, 0 Hidden and 1 Guest

None

[ View the whole list ]


Most users ever online was 7 on Tue Jun 02, 2020 6:34 am
RSS feeds


Yahoo! 
MSN 
AOL 
Netvibes 
Bloglines 


templet program

Sun May 14, 2017 11:57 am by akarshsomani

please debug
Code:
#include<iostream>
using namespace std;
template<class xx>
class a
{
public:
    xx *ar;int l;xx sum;
    a(int r)
    {
        l=r;
        ar=new xx[l];
    }
    void getc()
    {
        for(int i=0;i<l;i++)
        {
            cin>>ar[i];
        }
    }
    void sum()
    {
        for(int i=0;i<l;i++)
        {
            sum+=ar[i];
        }
    }
    void print()
    {
        cout<<endl<<sum;
    }

};
main()
{
    int b;
    cin>>b;
    a<int> aa(10);
    aa.getc();
    aa.sum();
    aa.print();
}



Comments: 0

Social bookmarking

Social bookmarking reddit      

Bookmark and share the address of Coding Discussions on your social bookmarking website

April 2024
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
2930     

Calendar Calendar

Most active topic starters
akarshsomani
templet program Vote_lcaptemplet program Voting_bartemplet program Vote_rcap 
Prateek Gupta
templet program Vote_lcaptemplet program Voting_bartemplet program Vote_rcap 
iamdsc_0410
templet program Vote_lcaptemplet program Voting_bartemplet program Vote_rcap 
Arjun1810
templet program Vote_lcaptemplet program Voting_bartemplet program Vote_rcap 

Statistics
We have 10 registered users
The newest registered user is shivendra

Our users have posted a total of 44 messages in 19 subjects