OK, I guess I'm more of a newbie than I think. I've learned C++ at school ( as a CS minor) and have never seen functions such as CreateProcess or CWinThread; seems the focus was all using the STL and a lot on various data structures. I did, in this case, learn to use the system() function to...
I have an interrupt driven application to develop which will need to: log in to a secure site, retrieve current data, do math, then enter a different secure site and enter values, then log into another site to send a text message to notify success.
I'm pretty fluent with C/C++ and assembly. I'm...
A Quote from:
http://www.jmusheneaux.com/index1.htm#3a
section: Origin of Windows?
"When you look at the history of Windows, starting with Windows on top of DOS in 1981 and going forward to XP in 2001 you have to end up with some spaghetti code. It appears Windows is a collection of...
I've written a program that creates customized assembly files. At this point I want program to run my assembler, perhaps using:
system("start c:\\assembler_program.exe").
If there's a way to run it, say...
...in the background, it would be best. How does my program enter info as if...
I like the rename method, however I want my program to run from the CDROM drive. How do I get the path to where the program is running. Particularry the drive letter.
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.