operator"->"Hi, I think this is an operator in C or maybe also in C++ my question is : what does this operato...
vectorhi, I'm using vector instead of array. [int data[N];] is replaced by: [vector <int> data(...
new int questionthanks a lot.
new int questionoutcomes[6]++ adds one to the "content" of 7th element or outcome[6]: points to the address of 7t...
new int questionHi everyone, I don't understand these two line: [ int* outcomes=new int [13]; outcomes[6]++...
This user does not accept Private Messages