User profile: unsensible

User info
User name:unsensible
Name:Daniel
Bio:Graduate from college summer 2014. Currently work as Systems Support at MBS TextBook Exchange. Want to be a programmer when I graduate.
History
Joined:
Number of posts:78
Latest posts:

Help understanding a piece of code
It's an alternative if statement. So basically, it means this: [code] if (j+1 == key.length()){ ...

PLEASE HELP HAVING ISSUES WITH A EXERCISE
You are correct Softrix. The then was meant to be commented out and technically you could just chang...

to print out an array
What you're printing is the memory address of the array and not the values within it. An array is ba...

I really need help ! C++
You can't just post a bunch of homework questions and expect us to do them for you. Try one of them ...

I need major help with For Loops
A for loop will not work in this situation because you don't know how many times you want the loop t...