Returning a 2d array of constant values.Here the entire code and the output: [code]#include <iostream> using namespace std; int** createMa...
Returning a 2d array of constant values.Hi! How can I return a 2d array of constant values from a function? I need to return something like...
Question about arguments of methods in C++.Moschops [quote]No, not at all. It's not a pointer. It's a... [/quote] But in the follwoing code i'...
Question about arguments of methods in C++.TheIdeasMan [quote]The second one is a reference...[/quote] 1- So, in another words, is a copy of a...
Question about arguments of methods in C++.What's the difference between these two arguments? [code]void example(Number *obj)[/code] I beli...
This user does not accept Private Messages