What would be the cleanest way to take a string from a submit form like:

var1=Hello&var2=Internet&var3=World

And parse it so I can store each var into a variable of its on in c++..