User profile: yelnatz

User info
User name:yelnatz
Statistical data
Occupation:Programmer
Skills:C++
Java
Python
History
Joined:
Number of posts:89
Latest posts:

Recursive Palindrome Test with MergeSorting
Is the merge sort part of the assignment requirements? Why not use strings instead of char* to deal...

Overloading the modulus operator.
"Operator overloads must have at least one of their arguments as a user-defined type. So you cannot ...

Pyramid Display
You have to add one more for loop to print out space before the stars. [code] int size = 10; // siz...

[C++11 threads] Why isn't this giving me the wrong number?
Thanks both! Well explained.

how to create this program?
ats15: you're cheating with your dp. :p