Hi! I'm new to both C++ and this website, and I haven't yet explored advanced C++; I've just learned the basics of it, or at least I think they're sufficient, to get started. I just wanted to ask how I can copy
"\nResult: {\"" << word << "\", \"" << meaning << "\", \"" << person << "\", \"" << place << "\", \"" << age << "\", \"" << audioLink << "\"}" << addComma
to clipboard (This is actually a tool I'm creating for easily making nested array elements for insertion in another C++ file.)