User profile: tigerlcf

User info
User name:tigerlcf
History
Joined:
Number of posts:13
Latest posts:

Force this C++ Programs to use Windows Console Host NOT default Windows Terminal
Thanks I tried your way (conhost.exe cmd.exe) and it works calling cmd.exe from Windows Terminal, w...

Force this C++ Programs to use Windows Console Host NOT default Windows Terminal
I have some programs that require MANY changes to use Windows Terminal mode of of console display. ...

Problems passing argv to function using cstdarg
Thanks VERY much. I was trying to do it the hard way.

Problems passing argv to function using cstdarg
Program fails to list input arguments one at a time. Gives programing error (Access violation readi...

In C++ how to call Windows "Disk Management" and wait until it is closed (completed)
NO If you use "MMC.EXE diskmgmt.msc" as the commandLine value of CreateProcessA the value of pi.dwP...