Posts
 
Reputation
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
~601 People Reached
Favorite Forums
Favorite Tags
Member Avatar for aminit

Hello: I'm using VC# 2008 , I created a simple project, I want to make my project is executed, it must run even if there is not VC# installed on the computer???Any idea please.... Thanks in advance...

Member Avatar for aminit
0
64
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
213
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
95
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
64
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
66
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
99