User profile: kraigballa

User info
User name:kraigballa
History
Joined:
Number of posts:150
Latest posts:

What is this for loop??
Thank you steve.

What is this for loop??
What does the "lpos--" and "rpos-- mean? I know that it decrements it, but why does it do it?

What is this for loop??
Can someone explain to me what this for loop is doing? [code]for(ifstream fin("integers1.txt"); f...

Find an array index before and after a certain value
Here you go. It's not like I haven't done anything!! The bolded area is where I am tied up at. I wan...

Find an array index before and after a certain value
Alright, just like the title says I am trying to find the index of an array's value that is before a...