User profile: radikll

User info
User name:radikll
Name:Jon
Location:Mich
History
Joined:
Number of posts:14
Latest posts:

Odd errors - linked list headache
Thanks, I was looking at an example while doing this. I thought in.getline was a function of getline...

Odd errors - linked list headache
Thanks. I went through my code and fixed tons of errors. Now, I only have one error left. I couldn't...

Odd errors - linked list headache
Hey, 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 sort
Thanks 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...