Results 1 to 5 of 5

Thread: TEST TEST TEST TEST TEST Higlight code...

  1. #1

    Thread Starter
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    TEST TEST TEST TEST TEST Higlight code...

    Code:
    //This then the human in its own header
    #include "clsMoveableObject.hpp"
    
    class Human : public MoveableObject
    {
    private:
       UINT m_WalkSpeed;
       UINT m_RunSpeed;
    pubilc
       inline void Update();
    };

    PHP Code:
    //This then the human in its own header
    #include "clsMoveableObject.hpp"

    class Human : public MoveableObject
    {
    private:
       
    UINT m_WalkSpeed;
       
    UINT m_RunSpeed;
    pubilc
       
    [hl=#FFFF33]inline void Update();[/hl]
    }; 

  2. #2
    Fanatic Member ALL's Avatar
    Join Date
    Jul 2004
    Location
    192.168.1.1
    Posts
    711
    I used to wonder how to do that thanx
    Please support one of my projects?
    TKForums.com

    Web Forum
    JavaScript Wiki
    ________________________
    If somone helps you, please rate their post, by clicking the to rate their post

  3. #3

    Thread Starter
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    Do what?

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    [hl=green][/hl]

  5. #5
    Fanatic Member ALL's Avatar
    Join Date
    Jul 2004
    Location
    192.168.1.1
    Posts
    711
    I found out when i quoted your text
    Please support one of my projects?
    TKForums.com

    Web Forum
    JavaScript Wiki
    ________________________
    If somone helps you, please rate their post, by clicking the to rate their post

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width