User: Metal488

  • Public profile

User profile: Metal488

User info
User name:Metal488
History
Joined:
Number of posts:19
Latest posts:

Towers of Hanoi - 5 peg, 1-10 disks
I changed line 63 to [code]Hanoi3(a1,a1,a2,a3,dest,n-1,false);[/code] and added an if statement arou...

Towers of Hanoi - 5 peg, 1-10 disks
So I an working on a program to solve the Towers of Hanoi puzzle with an extra rule. The disks must ...

How to use shared memory to share an array between processes?
So I think I got my original question answered with the above code and some new code I messed with t...

How to use shared memory to share an array between processes?
Here's some code I was just playing with: [code] int main() { key_t key = 5678; int shm_id; ...

How to use shared memory to share an array between processes?
[quote]Do you mean that it's a requirement of the solution, or that you believe you need them?[/quot...

This user does not accept Private Messages