User profile: naja

User info
User name:naja
History
Joined:
Number of posts:18
Latest posts:

how to initialise an array data member with all zeros
ok thx, now i understand....

how to initialise an array data member with all zeros
wow, 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 zeros
hi, is there any other way to do it rather than looping? similar to this: int array[100] = ...

help with basic decimal to binary converter
Hi, the algorithm you use for the conversion just gets the most significant bit first. save them ...