Odd errors - linked list headacheThanks, I was looking at an example while doing this. I thought in.getline was a function of getline...
Odd errors - linked list headacheThanks. I went through my code and fixed tons of errors. Now, I only have one error left. I couldn't...
Odd errors - linked list headacheHey, It's me again. I'm having some trouble with this program. I'm not sure why I'm getting errors. ...
Trouble with struct and bubble sortThanks again ^^; All I had to do is change it from [code]if ( NA[j] > NA[j+1] ) [/code] to [code...
Trouble with struct and bubble sort*facepalm* Thanks, but after I changed 87 to [code]void BSORT(Node NA[],int count)[/code] I stil...