User profile: rojSarton

User info
User name:rojSarton
Name:Roj Nemennuh Sarton
Location:Madrid, Spain
History
Joined:
Number of posts:15
Latest posts:

Total of vectors Problem
When I run your code with line 43 looking like: [code] temp += moneysaved[y]; [/code] It w...

Total of vectors Problem
As mentioned in the last post, you need to change [i] on line 43 to [y]. This is because you are us...

Pointers and functions
You could return charPointer and assign the output of the function to myString, but more importantly...

breath first search
Google and wikipedia are amazing sometimes. http://en.wikipedia.org/wiki/Breadth-first_search#Pse...

Vectors
for (x=='n' || x=='N') should be: if (x=='n' || x=='N') AND for (int y=0; y=<moneysaved....