User: mpauna

  • Public profile

User profile: mpauna

User info
User name:mpauna
History
Joined:
Number of posts:21
Latest posts:

cast away const?
Without discussing whether or not it is the best option, consider the "mutable" keyword which allows...

O(1) for insertion onto a Linkedlist
One thing which the OP didn't specify is if he was interested in the generic linked list data struct...

Why is C++ so dumb?
Although many include files are intended to only be included once per source file, that is not alway...

random number generator between 0 and 100
Another improvement: [code] void game() { int i1, i2; cout<<"test "; i1 = rand() % 101; ...

What is an ALU (arithmetic Logical Unit) made of?
At the most basic level, an ALU is a MUX which selects the output from one of several arithmetic uni...

This user does not accept Private Messages