All translations

Enter a message name below to show all available translations.

Message

Found 3 translations.

NameCurrent message text
 h Danish (da)<!--}}-->{{Input|<syntaxhighlight lang="cpp">
class Car {
  // ...
  public:
   std::string get_color () const;
};
 h English (en)<!--}}-->{{Input|<syntaxhighlight lang="cpp">
class Car {
  // ...
  public:
   std::string get_color () const;
};
 h Ukrainian (uk)<!--}}-->{{Input|<syntaxhighlight lang="cpp">
class Car {
  // ...
  public:
   std::string get_color () const;
};