User profile: chipp

User info
User name:chipp
History
Joined:
Number of posts:536
Latest posts:

random header
what do you mean "random header"? and, if your compiler were old, i'm suggesting you to replace it w...

"Program.exe has stopped working"
am i miscalculating or something? according to my calculation, the size of 50,000 ints are 200KB, an...

Bitwise enumeration
it's hexadecimal digit, 2-digit hexadecimal digit representing 8-bit of binary data. take a look of ...

Error in executable file
[quote] Could anyone please explain what i hav to do o get rid of this error. [/quote] if the error ...

How to know how many elements are in array which is passed as an argument to function ?
well, you can add another argument for the size of the array, like this: [code] int size_of_array = ...