User profile: jugggle

User info
User name:jugggle
History
Joined:
Number of posts:17
Latest posts:

help on a c++ code?
you can use a for loop to cout the number of asterisks that you want. something like this: [code] fo...

Bad Access/Segmentation Fault
@coder777 I got it! Thanks! Solve the problem already!

Bad Access/Segmentation Fault
sorry for not being clear. this is the header file: [code] #ifndef RUNAROUND_H #define RUNAROUND_H...

Bad Access/Segmentation Fault
Hello. I'm writing a runaround number program for an assignment. Part of my code is below and there...

Error when using "find" from STL Algorithm
I used a for loop with iterators. [code] if (action == "Withdraw") { //if the operation is to withdr...