my count_if() implementation doesnt workYou forgot to specify what instantiation of [tt]bigger_than[/tt] you want to use. [code] std::cout <...
get() is reading double digit as individual digitsThe get() function reads [b]one character[/b]. If you want to read numbers you should consider usin...
Is SDL a good option for developing a paint program?There is a paint program that uses SDL called Tux Paint: http://www.tuxpaint.org/ Not sure what the...
How to check if array[0] is ""The end of the string is marked with a null character '\0', so if the string is empty the first char...
Creating your own std::vector like class from scratchWhen you compared performance, did you compile with optimizations turned on? In Visual C++ also make...
This user does not accept Private Messages