how to initialise an array data member with all zerosok thx, now i understand....
how to initialise an array data member with all zeroswow, thank you very much... that's a nice trick. I suppose that is only possible in the construct...
is it possible to reduce redundant code like this?hi, Im writing a hash calculator. This means that a lot of stuff in my code exists for each algo...
how to initialise an array data member with all zeroshi, is there any other way to do it rather than looping? similar to this: int array[100] = ...
help with basic decimal to binary converterHi, the algorithm you use for the conversion just gets the most significant bit first. save them ...