User profile: parruda

User info
User name:parruda
Name:Patrice Arruda
Location:Ottawa Canada
History
Joined:
Number of posts:17
Latest posts:

Problem with pointer array
This was a good one and I see this all the time in the industry. In line of code 7 of Set.cpp, you...

First year c++ help
Hey, Here is a sample of the code: [code] #include <iostream> #include <string> using namespace s...

Binary Search Tree Duplicates Question
It depends what problem you are trying to solve. Usually BST is used to store key value pair data wh...

Trouble with looping program for multiple user inputs.
you're welcome. You have to be careful of fib numbers. They get big very fast. That's why I changed ...

Name program
Here is the sample: [code] #include <iostream> #include <sstream> #include <string> using namespac...