User profile: shadow1

User info
User name:shadow1
History
Joined:
Number of posts:3
Latest posts:

Bubble sorting using pointers
By commenting out: delete ptrResistor; to //delete ptrResistor; Solved the error. It is working f...

Bubble sorting using pointers
I found that if I remove the * for the x variables, it works until the program ends. It is giving me...

Bubble sorting using pointers
I am haveing some trouble with my pointers in my bubble sorting. this is a class project. I tried u...