Hmm, another question...do functions in lite-c allow you to set default parameter values?

Like > void PlaySound (int Volume = 100)

So if i were to call the function with no paramters > PlaySound(); then the volume would be at 100.

I could also call PlaySound(70); and the volume would then be at 70.

This feature is supported in C++, but i get compiler errors in lite-c. I know how to work around it, its just i would expect lite-c to support this basic feature.


Last edited by DJBMASTER; 07/06/08 03:07.