If I have a class that has some functions in it. Is there any benefit to using static to declare the functions? I'm doing something like this:

http://msdn.microsoft.com/library/de...ientsocket.asp

and I was curious as to why they use static functions within the class. Thanks,

Jacob438