Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~328 People Reached
Favorite Forums
Favorite Tags
c++ x 2
Member Avatar for tina05

Hi I want to display a variable menber array queue, and the definitions of the class are The Array.h template <class DataType> class Array { public: Array( int size ); private: T *ele; }; The Array.cpp Array<T>::Array( int size ) { if ( size < 1 ) { capacity = …

Member Avatar for jonsca
0
286
Member Avatar for tina05

somebory can tell me how to swap two colum of the two dimentional array that with pointer this is the run I did but do not work I was in function swap 0 0x11 0 sh: pause: command not found I was in destructor *** glibc detected *** ./a.out: free(): …

0
42