- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
6 Posted Topics
Re: actually you need to install the dot net platform first on the system you want that program to run, without using the dot net platform you will never use your program.. it must be there to support ur program...... i think you got me, what i want to say.. best … | |
[B]Define the class Student which has name (char name[20]) and age(int). Define the default constructor, member functions get_data() for taking the name and age of the Student, print() for displaying the data of Student. i hv tried it.. am new to this language, am learning, this is what i had … | |
actually i stuck in this prog, not gettting it exactly, i want user to input natural no. of 4 digit and i want its all possible permutations of the number.. plz help me.. | |
How is the working of member function different from friend function and a non member function? plz do tell me.. | |
Write a program having a base class Student with data member rollno and member functions getnum() to input rollno and putnum() to display rollno. | |
Write a template class “binary_tree” in C++. The class should have functions for creation of the tree, insertion and deletion of an element, searching a key value in the tree, Post order traversal and output the value in ascending order. Make suitable assumptions, if any. |