use a '&' to create a pointer to member [code] //list of variables char fileTag_; char typeIndicator; char perishableSku[max_sku_leng...
creating an object in dynamic memoryso would you write it like this? People* NewPerson = new People
how would you store string in the objectDoes anybody knows how to store the received message ( 'string' )to object? [code] ErrorMessag...
return value doesnt match the functionI am getting an error saying return value does not match the function type at the return sku part. A...
creating an object in dynamic memoryHello, i am unfamiliar with c++ and I was wondering how you could make helper function to create an ...