User: sanasuke15

  • Public profile

User profile: sanasuke15

User info
User name:sanasuke15
History
Joined:
Number of posts:51
Latest posts:

Fixed Linked List
[code] while(temp2->next!=0) { temp2=temp2->next; } temp2->next=temp; [/code] Thanks

Fixed Linked List
I still dont get it.

Fixed Linked List
Hello there, I'm to trying to build a fixed linked list and I encountered a problem, My linked list ...

Words in reverse order, string
Hello I'm trying to right a program that reverses the order or words in strings. The thing is I don...

Using Boolean in loops
Oh, thank you. Are there any other techniques to cancel out the bool other than what Vemc showed in ...

This user does not accept Private Messages