Day 24/100 100 Days of Code
The program extracts the URLs and keywords from the text fields by assigning their values to std::strings. This is where I started replacing strings with wstrings.
if (!keywords1[i]->GetValue().empty())
{
std::wstring getKey...
digitalcreations.hashnode.dev1 min read