Thread: call static method

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

    call static method

    what is the C++ syntax to call a static member function?

    thanks in advance.

  2. #2
    Still A Registered User DISGUISED's Avatar
    Join Date
    Aug 2001
    Posts
    499
    ClassName::FunctionName();

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Inline asm
    By brietje698 in forum C++ Programming
    Replies: 5
    Last Post: 11-11-2007, 02:54 PM
  2. temperature sensors
    By danko in forum C Programming
    Replies: 22
    Last Post: 07-10-2007, 07:26 PM
  3. Replies: 5
    Last Post: 06-10-2007, 05:54 AM
  4. confused: static method const???
    By kocika73 in forum C++ Programming
    Replies: 10
    Last Post: 04-08-2006, 11:26 AM
  5. Direct Music Illegal Static Member Call error
    By FwyWice in forum Game Programming
    Replies: 4
    Last Post: 11-30-2002, 05:14 PM