Hey Guys,
Just before i ask this question, im not the worlds best coder and im not fond of C++ ( perhaps cus i dont understand it).
However i have this stupid assignmenti have to do, cliff notes version its a text based "tamagotchi " game on a unix box.
I have created a class called baby and the functions seem to work fine in it.We can have as many baby's as we wont in the daycare centre therefore i decided to create a vector. Vector works great, however it takes in my information about the baby but i cant get it out.
any ideas?
Thanks
Josh
Just before i ask this question, im not the worlds best coder and im not fond of C++ ( perhaps cus i dont understand it).
However i have this stupid assignmenti have to do, cliff notes version its a text based "tamagotchi " game on a unix box.
I have created a class called baby and the functions seem to work fine in it.We can have as many baby's as we wont in the daycare centre therefore i decided to create a vector. Vector works great, however it takes in my information about the baby but i cant get it out.
any ideas?
Thanks
Josh
Comment