Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~616 People Reached
Favorite Forums
Favorite Tags

6 Posted Topics

Member Avatar for aminit

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 …

Member Avatar for aminit
0
69
Member Avatar for anifeelings

[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 …

Member Avatar for Nick Evan
0
218
Member Avatar for anifeelings

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..

Member Avatar for anifeelings
0
97
Member Avatar for anifeelings

How is the working of member function different from friend function and a non member function? plz do tell me..

Member Avatar for Agni
0
65
Member Avatar for anifeelings

Write a program having a base class Student with data member rollno and member functions getnum() to input rollno and putnum() to display rollno.

Member Avatar for Nick Evan
0
67
Member Avatar for anifeelings

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.

Member Avatar for Nick Evan
0
100