User: MaximumSam

  • Public profile

User profile: MaximumSam

User info
User name:MaximumSam
History
Joined:
Number of posts:2
Latest posts:

Can I swap pointers using calling a function?
Oh sorry I did call the function in my original code but I made mistake when writing this thread hah...

Can I swap pointers using calling a function?
Here's a pointer swapping function: [code]void swap(int *p1, int*p2){ int *p; p=p1; p1=p2; p2=p...

This user does not accept Private Messages