User profile: chipp

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

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 = ...

Pointer rewrite
@vlad: how could that happened? i tested it, the code is: [code] #include <iostream> using namespace...

difference
thanks for your help... :)

difference
can anybody tell me what's the difference between these 2 codes? [code] #include <iostream> usi...

Dynamic memory (new) question.
@cire: what is happening in here? [code] char* toBinaryString(unsigned num) { const int binaryRa...