Faster memcpy routineThe 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 withAddition 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 structThe size of the union has to account for both size and alignment requirements: GndOrigin has a si...
This user does not accept Private Messages