Use array to store Class objects.Update to my code: .h File [code]#ifndef CONTAINER_H #define CONTAINER_H #include <iostream> #in...
Use array to store Class objects.So starting with the Item.h file : [code]#ifndef ITEMH #define ITEMH using namespace std; class ...
Help using array with dynamic sizeI'm a little confused , I thought every time a string is declared it has to be followed by its size ...
Help using array with dynamic size@Disch can strings have dynamic sizes too? would it be the same process done for the char type arr...
Help using array with dynamic size@Smac89 using your code I'm still getting does random characters when the array is displayed. How w...
This user does not accept Private Messages