Ik had even een vraagje: Wat kost het minst geheugenruimte:
of:
Code:
void Error( [COLOR="Red"][B]const char* Msg[/B][/COLOR] )
{
std::cout << Msg << '\n';
}
of:
Code:
void Errpr( [B][COLOR="red"]const char Msg[50][/COLOR][/B] )
{
std::cout << Msg << '\n';
}