User profile: jimas13

User info
User name:jimas13
Name:jim
Location:Athens
History
Joined:
Number of posts:16
Latest posts:

About Vectors....
ohh nevermind i figured it out... i had been initializing the iterator, before the vector had any o...

About Vectors....
So i have this code for an exercise about a Delivery company that delivers packages. Each package ha...

Changing brightness of a bulb
ajh32 overloaded the ++ and -- operators so that when you use them with an object of struct Bulb oth...

***Pointers to Pointers?
as i understand it: (***a) 0x1245678 0x34567891 0x56789123 something of type <a> ---...

Problem with [Y/N] option in console.
first of all why do you use goto? a simple do-while, or even while, loop should do the job perfectly...