mina salehi wrote: > why reference data type is defined in C++? > what does this reference data type do? >
A reference is a pointer, but the syntax is simpler, easier to use, and less confusing. -- John Gaughan http://www.jtgprogramming.org/
mina salehi wrote: > why reference data type is defined in C++? > what does this reference data type do? >
A reference is a pointer, but the syntax is simpler, easier to use, and less confusing. -- John Gaughan http://www.jtgprogramming.org/