Thanks to Grey Wolf for helping resolve the issue.
Hello guys I was wondering could someone assist me in the problem I am currently having?
I am making an auto-login script for me and my friends on a website and I am attempting it to prompt system() with something like the following:
but upon fixing that and attempting what you suggested, I get errors that go into some file named ostream
heres the error which I assume ifs the most important nuisance
//main.cpp(16) : error C2677: binary '<<' : no global operator found which takes type 'std::string' (or there is no acceptable conversion)
[[Fixed, changed << to +]]
but how do I use & in the console?
1 2 3 4 5 6
'user' is not recognized as an internal or external command,
operable program or batch file.
'passd' is not recognized as an internal or external command,
operable program or batch file.
'nURI' is not recognized as an internal or external command,
operable program or batch file.
I got the text to go into system, using the method you suggest. the only problem I am currently having is to find a way for & to not register as a new command inside the console.