News

So we were going over how to pass arrays to functions in my C++ class the other day, and the teacher says "By default, C++ passes arrays by reference." I go "wtf, no it doesn't." After a few ...
So that leaves arrays ... C++ forbids declaration `blah' with no type"<BR>for the declaration of 'blahblah'.<P>Is there any way to get this to work? Ideally, I'd only like to have to pass the ...