Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
12
Posts with Downvotes
4
Downvoting Members
9
4 Commented Posts
0 Endorsements
~428 People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for manosha

hi 2 all, I'd like to ask: how can we Concatenate elements of two dynamic arrays?? and if there is any example it'll really help. thanks in advance :)

Member Avatar for javaAddict
0
64
Member Avatar for manosha

hi 2 all, I have an assignment about classes, everything IS OK , except of the draw function of a square.(after running the prog. there is no square drawn ) this wt I did till now:[CODE] class Square{ private: int sidelength; char ch; public: Square();//default constructor void setSidelength(int);//sets default values …

Member Avatar for jBat
-4
137
Member Avatar for manosha

hI 2 all, plz I need help in this program I need to draw a right-angle triangle, but empty from inside. this what I did till now: #include <iostream> using namespace std; void main () { int n; int i=1,j; cout<<"Enter the length"; cin>>n; while(i<=n) { j=1; while(j<=i) { cout<<"*"; …

Member Avatar for jonsca
-2
95
Member Avatar for manosha

HI, I have a prog. assignment, I did most of it, but I couldn't write some functions properly, so try 2 help.? these are the functions I wrote b4.[CODE] #include "Array.h" #include <iostream> using namespace std; Array::Array() //constructor to set size=6 { size=6; } void Array::read() // read array elements …

Member Avatar for DanielGreen
-2
132

The End.