Find the answer to your Linux question:
Results 1 to 2 of 2
Somewhere I have seen in class constructors used 'explicit' key word. Can you please explain on this. Example: class CType{ explicit SimpleString(char* data = ""); };...
  1. #1
    Just Joined!
    Join Date
    May 2009
    Posts
    21

    About explicit key word

    Somewhere I have seen in class constructors used 'explicit' key word. Can you please explain on this.

    Example:
    class CType{
    explicit SimpleString(char* data = "");
    };

  2. #2
    Just Joined!
    Join Date
    Jul 2009
    Location
    India
    Posts
    24

Posting Permissions

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