Using Vectors for Manual MultiplicationWell, you got the right answer so I'll mark this as solved. Reverse iterators make things a little e...
Using Vectors for Manual MultiplicationOk, 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 FunctionsCool, that did the trick!
Linked Lists, Objects and Member FunctionsThat works but now I've run into another problem which is that it stops letting me input something i...
Linked Lists, Objects and Member FunctionsWell, if I get rid of the new keyword and just have [code]emp_rec* pt = emp_rec;[/code] I get a "...