User profile: anakin827

User info
User name:anakin827
History
Joined:
Number of posts:10
Latest posts:

Swap function
Yeah that didn't work either, no worries. This was for an assignment, so I was limited

Swap function
i = 10 j = 20 *ip = 10 *jp = 20 i = 20 j = 20 *ip = 20 *jp = 20 where it should be 10 and 20 for th...

Swap function
Yep, I tried that one, it doesnt output what I need. Here's my whole program: [code]#include <iost...

Swap function
Which ones, bc I've tried every combo, and nothing works..

Swap function
Didn't work, throwing me errors for invalid conversion.