Thread: static member functions

  1. #1
    Registered User
    Join Date
    Mar 2002
    Posts
    1

    static member functions

    Hi all,

    Ive recently just gotten into C++.......a few weeks into it actually and ive landed into a few problems. If anyone can help me id greatly appreciate it

    Im just a bit confused. Id like to know how to implement a static member function and what can and cant be done with it. If an example can be tied with it, that would be great. If not, then thats still great. Ive noticed in all the C++ books, they seem to associate static member functions with default values and stuff which i cant seem to see.

    Thanx,
    DJ81



  2. #2

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Screwy Linker Error - VC2005
    By Tonto in forum C++ Programming
    Replies: 5
    Last Post: 06-19-2007, 02:39 PM
  2. Static member func clone?
    By DV64h in forum C++ Programming
    Replies: 5
    Last Post: 05-21-2007, 09:08 PM
  3. Using private class members in static functions
    By sethjackson in forum C++ Programming
    Replies: 2
    Last Post: 09-23-2005, 09:54 AM
  4. Menu Item Caption - /a for right aligned Accelerator?
    By JasonD in forum Windows Programming
    Replies: 6
    Last Post: 06-25-2003, 11:14 AM
  5. Staticly Bound Member Function Pointers
    By Polymorphic OOP in forum C++ Programming
    Replies: 29
    Last Post: 11-28-2002, 01:18 PM