On 8/17/2010 7:28 PM, Jos Timanta Tarigan wrote: > im having problem to make a vector of boolean. its pretty simple but it does > not > works properly and its a runtime error that i cant describe what actually the > error is. > > what actually happened to it? how can I handle it? >
I'm not sure what your errors are, but why not use a bitset? http://www.cplusplus.com/reference/stl/bitset/ -- John Gaughan http://www.johngaughan.net/
