User profile: mpauna

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

Faster memcpy routine
The OP's code has a big portability bug. In the int loop, "sizeof(int)" should be used instead of h...

The kind of bugs I deal with
Addition is associative, but in computer science an add operation may involve additional operations ...

If Goto is "considered harmful," then so can...
[quote][i][b]webJose [/b]wrote:[/i] I disagree: You can as easily just create a function with the c...

If Goto is "considered harmful," then so can...
The one case (snicker) where I find "goto" to be extremely useful is in handling switch statements w...

union larger than largest struct
The size of the union has to account for both size and alignment requirements: GndOrigin has a si...

This user does not accept Private Messages

User: mpauna

  • Public profile