string cmdline = "pscp.exe -r -batch -scp -pw \""+m_password+"\" \""+m_file+"\" \""+m_username+"\"@\""+m_host+"\":\""+m_remotedir+"\"";...
the system keyword makes the command prompt box appear, this is what i am trying to avoid. I am trying shellExecute() with the hide flag, but the...
Hello all I am attempting to make quiet system calls from C++ in order to run a batch file without the user knowing. I am going to eventually...
Thank You for all of your help. =)
Your response sheds some light on how the compilation process works. However i would much appreciate it if you could specifically say where my...
Well i have found that the error lies someplace within the templates. If the two files are dumbed down it works fine. Still... Does anybody have...
I am currently using MS VS 2K5 and when doing something as simple as putting the main in one file and the functions in another file, on build, the...
cout << "Enter the pizza diameter: "; cin >> ptr->diameter; cout << "Enter the pizza weight: "; cin >> ptr->weight; // why...
Nice, the cin.sync() looks like it could be pretty useful. Although I'm still puzzled as to why (more then likely) i had a newline in the input...
Using the code below i can't seem to figure out why i have a Null character in the input queue and therefore unable to use the cin.getline() for...
Separate names with a comma.