Forum: C++ Dec 6th, 2008 |
| Replies: 8 Views: 458 template<class elemType>
int binaryTreeType<elemType>::nodeCount(nodeType<elemType> *p){
// Count the nodes in the binary tree to which
// root points, and return the answer.
... |
Forum: C++ Dec 6th, 2008 |
| Replies: 8 Views: 458 template<class elemType>int binaryTreeType<elemType>::nodeCount(nodeType<elemType> *p){ // Count the nodes in the binary tree to which // root points, and return the answer. if ( p... |
Forum: C++ Dec 6th, 2008 |
| Replies: 8 Views: 458 int maxSize=14;
int inputArray[maxSize]=(60,50,70,30,53,80,35,57,75,32,40,77,48,45);
Another thing i do not konw how to initilize this array |
Forum: C++ Dec 6th, 2008 |
| Replies: 8 Views: 458 #ifndef H_binaryTree
#define H_binaryTree
#include <iostream>
#ifndef H_binarySearchTree
#define H_binarySearchTree
#include <iostream>
#include <cassert> |
Forum: C++ Dec 6th, 2008 |
| Replies: 8 Views: 458 Binary tree
I have this problem to submit it tomorrow
I have to do it
pleeze help me
Add the implementation of the following functions to the class binaryTreeType:
1. nodeCount that takes as a... |
Forum: C++ May 15th, 2008 |
| Replies: 3 Views: 427 This is my try and i look to solve myyyyyy errrrooooor sooooooooooooon
good buy |
Forum: C++ May 15th, 2008 |
| Replies: 3 Views: 427 #include <iostream>
using namespace std;
class Section
{
private :
int Sec;
int count;
long *IDs; |
Forum: C++ May 15th, 2008 |
| Replies: 3 Views: 427 Hi!!!
How Are you
I bring a new program which I have solve it ; but there are 7 error without explain
pleaaaaaaaaaaaaaaaaase I hope that I have any body to help me and I will be happy
thhhhhanks... |
Forum: C++ Apr 15th, 2008 |
| Replies: 7 Views: 609 Thanks
I have done it
ohhhhhhhhhh
Finally
I will go to sleeeeeeeeeeeeep |
Forum: C++ Apr 15th, 2008 |
| Replies: 7 Views: 609 part b and part c I do not now how to sole them
pleeeez if any body can solve it pleez do it
I do not have any time it is only 2 hours
:(
:"( |
Forum: C++ Apr 15th, 2008 |
| Replies: 7 Views: 609 #include <iostream>
#include<string>
using namespace std;
struct Date
{
int day;
int month;
int year;
};
class employee |
Forum: C++ Apr 15th, 2008 |
| Replies: 7 Views: 609 This is my assignment
I have to send it today
and this week I have many test and I did not any time for solve it
please
please I need help
ITCS102
Assignment #5(chapter 12)
Create a class... |
Forum: C++ Apr 10th, 2008 |
| Replies: 2 Views: 432 University of Bahrain
College of Information Technology
Department of Computer Science
ITCS102: C++ Programming Assignment #5
Create a class called BloodDonor that... |
Forum: C++ Apr 8th, 2008 |
| Replies: 8 Views: 755 please I need help
today after 3 hours I have to submit this assignment |
Forum: C++ Apr 8th, 2008 |
| Replies: 8 Views: 755 #include<iostream>
#include<string>
using namespace std;
struct address
{
int housenumber;
int roadnumber;
int blocknumber;
string city;
string country ; |
Forum: C++ Apr 5th, 2008 |
| Replies: 8 Views: 755 THaaaaaaaaaaaanksss a lot
THank you very very very very much
I hope for you happy life and happy days |
Forum: C++ Apr 4th, 2008 |
| Replies: 8 Views: 755 This program I have to solve it before next week;so plezzzzz plezzzz help me
And I will be very happy if I solve it
:)
:)
ITCS102
Assignment #4(chapter 12)
Create a class called... |
Forum: C++ Jan 19th, 2008 |
| Replies: 6 Views: 1,226 Why there is no answer
please help me
This pogram 100 mark for it
:( |
Forum: C++ Jan 18th, 2008 |
| Replies: 6 Views: 1,226 There is any thing wrong?????? |
Forum: C++ Jan 18th, 2008 |
| Replies: 6 Views: 1,226 This is my try
#include<iostream>
#include<string>
#include<fstream>
using namespace std;
int main()
{
string nameofstd[50];//name of student
double stdtestscore[50];//student test score |
Forum: C++ Jan 18th, 2008 |
| Replies: 6 Views: 1,226 Hi!
I am a new member here
and I want any body to help me in this program
becuase I am a new student in c++
and I don not now a lot in it
sorry for my wrong language, because I do not speak... |