User profile: Vidminas

User info
User name:Vidminas
History
Joined:
Number of posts:241
Latest posts:

Lower_bound strange output
Lower bound is meant to return an element greater than or equal to given value in a given range. I a...

Cannot get this code to compile!
* You have a bad semi in line 50 * Missing semi in line 69 * Repeated partial body of main in lines ...

Lower_bound strange output
Hello, quick question here. I have this code snippet: [code]#include <deque> #include <iostream> #i...

Tips For A Stable C++ start For A Begginer!
The tutorials on this website are quite good. http://www.cplusplus.com/doc/tutorial/ And, honestly, ...

Help me find errors
Messy messy code... *sigh* Ok first: [code]a;[/code] does not mean anything - you need to define a a...