How do I make a struct argument optional?

Started by
9 comments, last by Beowulf_ 21 years, 4 months ago
I think you cannot have structs/classes to be completely optional. However, make them pointers and pass NULL when you don''t want to pass a struct to it.

----------------
-Earth is 98% full. Please delete anybody you can.


My Site
----------------(Inspired by Pouya)

This topic is closed to new replies.

Advertisement