Emotikony a jejich implementace v C++

Úryvek z readme.md

Emoji Tools 😉🪄🎯

C++ module for simple work with Unicode Emojis

  • You may to get Unicode Emoji string
    • by codepoint number 🎯
    • by combined codepoints with selectors 🎯
    • by group name 🎯
    • by sub group name 🎯
  • You may to get Emoji group or sub group list
  • You may get Emoji group or sub group list with the description and the Unicode version

How to use

An examples how to call and retrieve Emojis can be found within the TEST method.

int main()
{
    EmojiTools::EmojiTools emojitools;

    emojitools.TEST();

    return 0;
}

Odkaz na GitHub repozitář

Zde

Napsat komentář

Vaše e-mailová adresa nebude zveřejněna. Vyžadované informace jsou označeny *