User profile: lithony

User info
User name:lithony
History
Joined:
Number of posts:26
Latest posts:

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 memory
so would you write it like this? People* NewPerson = new People

how would you store string in the object
Does anybody knows how to store the received message ( 'string' )to object? [code] ErrorMessag...

return value doesnt match the function
I am getting an error saying return value does not match the function type at the return sku part. A...

creating an object in dynamic memory
Hello, i am unfamiliar with c++ and I was wondering how you could make helper function to create an ...