User profile: bickelz

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

Using Vectors for Manual Multiplication
Well, you got the right answer so I'll mark this as solved. Reverse iterators make things a little e...

Using Vectors for Manual Multiplication
Ok, so I'm trying to solve Project Euler 16 where you have to calculate 2^1000. SO I made a program ...

Linked Lists, Objects and Member Functions
Cool, that did the trick!

Linked Lists, Objects and Member Functions
That works but now I've run into another problem which is that it stops letting me input something i...

Linked Lists, Objects and Member Functions
Well, if I get rid of the new keyword and just have [code]emp_rec* pt = emp_rec;[/code] I get a "...