User profile: Peter87

User info
User name:Peter87
Website:http://dataapa.net/
History
Joined:
Number of posts:6678
Latest posts:

my count_if() implementation doesnt work
You forgot to specify what instantiation of [tt]bigger_than[/tt] you want to use. [code] std::cout <...

get() is reading double digit as individual digits
The 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 scratch
When you compared performance, did you compile with optimizations turned on? In Visual C++ also make...

This user does not accept Private Messages

User: Peter87

  • Public profile