Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Oita01

    running a program from my program

    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...
  2. Oita01

    Is Win32API what I need to learn?

    Thank you everyone. I will check into all that is advised. Oita
  3. Oita01

    Is Win32API what I need to learn?

    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...
  4. Oita01

    "Windows Game Programming for Dummies" is it in C++ or C?

    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...
  5. Oita01

    running a program from my program

    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...
  6. Oita01

    writing files to a different directory

    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

Part and Inventory Search

Back
Top