User profile: bl4ckb3rry

User info
User name:bl4ckb3rry
Name:M. Beckenbauer
Location:Unknown
Bio:Started learning C++ in May 2011.
Started learning Java in July/August 2011.
Have knowledge of HTML, CSS and XHTML.
Some C#.
Nice understanding of math :)
History
Joined:
Number of posts:36
Latest posts:

Binary Search Tree
Can somebody help with this problem: I need to, after entering some value, check how many values in ...

Algorithm books
I am currently preparing for the national high school competition in programming. Because the task a...

sdss
Use while loop to separate integer to it's digits, and then output them. HINT: Use / and % ( divisio...

Doubt in using pointer to Array of Classes
Try this, it worked for me: [code] int main() { //...... A* Object [ 5 ]; // declare an arra...

Simple simple simple
Your [code]int main();[/code] does nothing. You need to put it like this: [code]#include <iostream> ...