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...
differencethanks for your help... :)
differencecan 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...