User profile: sadon

User info
User name:sadon
History
Joined:
Number of posts:6
Latest posts:

Static struc
Hello, I have this struct [code]static struct { int value1; int value2; int used; } ...

Graph traversal
Hello, I have this simple map and im trying to find all the paths between any two nodes. A ...

arrays
the array demand is [n][n] n=18. so im using "n" to scan all the rows and coloms of the dmand matr...

arrays
Hello, Everytime I try to run this code, it compiles with no errors. but when I run it it gives a...

bits manipulation
Hi all I used this code to switch bit4 with bit0 [code] a0=a & 0x01; a4=a & 0x10; aa=a & ...

This user does not accept Private Messages