Thread: Trying out c++ highlighter

  1. #1
    Sweet
    Join Date
    Aug 2002
    Location
    Tucson, Arizona
    Posts
    1,820

    Trying out c++ highlighter

    Code:
    #include <iostream>
    using std::cout;
    
    class poop
    {
      public:
        int yep;
      private:
        int nope;
    };
    
    int main()
    {
      cout<<"Whats up";
      return 0;
    }
    Man i like this
    Woop?

  2. #2
    Registered User
    Join Date
    Jul 2004
    Posts
    98
    Code:
    #include <iostream>
    using std::cout;
    
    class poop
    {
      public:
        int yep;
      private:
        int nope;
    };
    
    int main()
    {
      cout<<"Whats up";
      return 0;
    }
    I have edit CforvBulletin.scg and insert cout and cin, so cout and cin being colored!

  3. #3
    Sweet
    Join Date
    Aug 2002
    Location
    Tucson, Arizona
    Posts
    1,820
    cout is not a c++ keyword so i don't see the point
    Woop?

  4. #4
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    couldn't yoU test It out in that other thread? you just had to have your very own, didn't you

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  5. #5
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    Pfff... Spammer

  6. #6
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    You just have to have your own thread, don't you?

  7. #7
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    It just wastes space!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Syntax Highlighter
    By jverkoey in forum Windows Programming
    Replies: 2
    Last Post: 01-17-2004, 12:16 PM