User profile: Pattako

User info
User name:Pattako
History
Joined:
Number of posts:74
Latest posts:

Random generator help
[quote]How come this works[/quote] This doesn't work. Your code is a bunch of compiler errors. P.S ...

Perfect number program?
You cannot divide (or modulus) a number with zero. My program is warning me of division by zero. Yo...

Question about double linked list nodes
[code]temp-> next-> prev = temp[/code] It is telling us to move the node one step forward, then one...

codeblock file wont run on windows
Can you review your question and see if it can be answered? Anyways, what codeblock file that won't...

code snippets? Correct?
[quote]They both work. I can tell with the 2nd its instantiaited on the heap. But are they correct?[...