3.pure virtual members can be called from the abstract base class
ANSWER
4.Deriving Abstract Classes from Other Abstract Classes
ANSWER
5.program for add array
ANSWER
6.Program for add complex number
ANSWER
7.program for add matrix
ANSWER
8.program for addition
ANSWER
9.Program to enter your age and print if you should be in grade 10
ANSWER
10.program for ascendingorder
ANSWER
11.Program to enter a character and output its ASCII code
ANSWER
12.program for average
ANSWER
13.Program to enter three integers and output the biggest integer
ANSWER
14.//Program to enter three integers and output the biggest integer using IF
ANSWER
15.program for binary_search a list
ANSWER
16.Initialize a bitset with hex number
ANSWER
17.program for calc
ANSWER
18.Use class as a member field
ANSWER
19.Create an object from a Class and call its function
ANSWER
20.Local Classes: A class may be defined within a function
ANSWER
21.program for comission
ANSWER
22.compare two vector
ANSWER
23.Comparing data values
ANSWER
24.Overload constructor two ways: with initializer and without initializer
ANSWER
25.program for convert day_year
ANSWER
26.Program for Count letters
ANSWER
27.write program for cube
ANSWER
28.Custom exception class
ANSWER
29.Write a program for Datatypes
ANSWER
30.Write a program for Destructor
ANSWER
31.Write a program for Dynamic Initialization
ANSWER
32.Write a program for Even or Odd
ANSWER
33.Write a program for Calculating with Integer Constants
ANSWER
34.Write a program for assignment operator
ANSWER
35.Write a program for class
ANSWER
36.program for global class
ANSWER
37.program for switch case
ANSWER
38.program for variable
ANSWER
39.program for datatype size
ANSWER
40.program for exception
ANSWER
41.program for fibonacci
ANSWER
42.program for filestream
ANSWER
43.Program to enter an integer and print its total value based on the formula
ANSWER
44.program for friend function
ANSWER
45.program for friendoperator
ANSWER
46.program for function overloading
ANSWER
47.program for overriding
ANSWER
48.program to friend() function
ANSWER
49.program for genaric array
ANSWER
50.program for generic bubble sort
ANSWER
51.program for generic class
ANSWER
52.program for generic list
ANSWER
53.program for generic queue
ANSWER
54.program for generic quick sort
ANSWER
55.program for generic stack
ANSWER
56.program for generic tree
ANSWER
57.Generic typeid function
ANSWER
58.program for global variables
ANSWER
59.program for graphic
ANSWER
60.example of inheritanse
ANSWER
61.Add elements into an integer set and output all added elements
ANSWER
62.program for inline function
ANSWER
63.program for innerclass
ANSWER
64.program for calculate interest
ANSWER
65.Use istream_iterator
ANSWER
66.Input from an istringstream object.
ANSWER
67.Link as a C function.
ANSWER
68.Loop through list using list::const_iterator
ANSWER
69.list: push_back and push_front
ANSWER
70.Add elements in a list to a set
ANSWER
71.Push and pop a stack of list
ANSWER
72.Call a function in main
ANSWER
73.Declare a char int map
ANSWER
74.Use iterator to loop through map and print all elements
ANSWER
75.Program to find the sum of each row & column of a matrix of size n x m and
ANSWER
76.program for A multilevel hierarchy
ANSWER
77.program for A multimap can store duplicates
ANSWER
78.iterator that cannot be used to change element values in multiset
ANSWER
79.program for namespace
ANSWER
80.program for new operator
ANSWER
81.program for no of characters
ANSWER
82.Program to convert 2-digit octal number into binary number and print it.
ANSWER
83.program for operatoroverload
ANSWER
84.program for Use ostream_iterator
ANSWER
85.program for Pass structure to a function
ANSWER
86.program for pascal
ANSWER
87.Allocating and deleting a pointer
ANSWER
88.program for Pointers to structures
ANSWER
89.program for polymorphism
ANSWER
90.program for prime number
ANSWER
91.program for A priority_queue for integers
ANSWER
92.program for quadratic
ANSWER
93.program for quotient
ANSWER
94.program for random
ANSWER
95.Random access of a vector
ANSWER
96.program for readnumbers
ANSWER
97.program for reverse number
ANSWER
98.Program to enter salary and output income tax and net salary.
ANSWER
99.A scoping example
ANSWER
100.sort the smallest 4 elemetns in the Numbers and copy the results in Result
ANSWER
101.Using a static long variable
ANSWER
102.Use a static instance variable
ANSWER
103.program for static member
ANSWER
104.A static member functions
ANSWER
105.program for string example
ANSWER
106.Write a program having a structure named Time which has three //integer data items i.e. hour, minute and second. The task is to add the variables of the Time data type though a function
ANSWER
107.program for structure
ANSWER
108.writes a structure to disk and then reads it back in
ANSWER
109.program for structure pointer
ANSWER
110.Define structure to record time
ANSWER
111.program for successor
ANSWER
112.Program to find the sum of either of the diagonals of a 4 x 4 matrix
ANSWER
113.Program to identify if an input is a symbol, digit or character
ANSWER
114.program for table
ANSWER
115.Program to convert temperatures from Celsius to Fahrenheit and vice versa
ANSWER
116.template class Demo
ANSWER
117.Using the this pointer
ANSWER
118.program for totalday
ANSWER
119.Using the unary scope resolution operator
ANSWER
120.Use function defined in a namespace
ANSWER
121.Use function in an expression
ANSWER
122.Use the using keyword
ANSWER
123.Variable size: int, short, long, char, float and double
ANSWER
124.program for Variable block scope
ANSWER
125.Use generic vector to create vector of integers
ANSWER
126.Transfer vector to a list and remove all negative numbers with bind2nd and less
ANSWER
127.Result of XOR between the two sequences
ANSWER
128.Program to enter velocity, acceleration and time and print final velocity using the formula : v = u + a * t.
ANSWER
129.Using virtual base classes
ANSWER
130.virtual template
ANSWER
131.Use Virtual Functions to change the method behaviour