How can I open a link using the input that the user gave in a c++ program? For example I want to ask the user to enter their facebook name/youtube channel name etc and the program to open facebook/(input), youtube/(input) etc. I only found solutions to if I wanted to open a link that the user typed in, but not a link that is modified based on what the user puts in. Thanks in advance!