User: rocketman

  • Public profile

User profile: rocketman

User info
User name:rocketman
Old user name:j b
History
Joined:
Number of posts:25
Latest posts:

C++ Programming: Adding two objects, using pass-by-reference?
To add the two, you simply add the two imaginary parts and the real parts. [code]Complex Complex::A...

Linked List memory leak
So, I'm implementing mergesort using Nodes and Linked Lists. Running my program through valgrind, al...

Need help with this (functions, mainly). I'm stuck!
Instead of doing this [code]while (nDays < 90) { cout << "Sorry, can't d...

Speeding up qsort usage.
I would, but i'm required to use qsort for the program i'm writing. I need to sort 499500 cables by ...

Speeding up qsort usage.
I'm currently using qsort to sort an array of Cable objects. [code]int comparator (const void *el...

This user does not accept Private Messages