Thread: Including Files

  1. #1
    Registered User
    Join Date
    Jan 2002
    Posts
    1

    Unhappy Including Files

    I want to know how to include .exe files in a Borland C++ Application AND display it ( A.K.A. Running it ) . I know how to manipulate the data and edit it with C++ , but it doesn't run and display in the same fashion.
    <P>
    Also , I want to know how to make that as an interface , meaning I want the user to be able to choose which program he wants to run and then close the program and start again. This would make my life soooooo much easier rather than making a library includes. They Suck.
    <P>
    I think that C++ in school sucks... especially Oriscak...

  2. #2
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Not sure what you are wanting to do. To execute child processes in C look up the spawn() family of functions. As for the libraries and their appropriate headers - I'm not sure I understand. You have to create libraries, headers, DLLs (Windows), etc. This is one of the best things about the language. Libraries allow you to write reams and reams of code once and then put them in a library so you can use that code in just about any project. Don't see the problem here or I'm misunderstanding you.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help with loading files into rich text box
    By blueparukia in forum C# Programming
    Replies: 3
    Last Post: 10-19-2007, 12:59 AM
  2. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  3. Makefile producing a list of files.
    By leonm54 in forum Tech Board
    Replies: 1
    Last Post: 07-23-2007, 09:54 AM
  4. including files
    By Deb in forum C Programming
    Replies: 1
    Last Post: 04-20-2007, 11:06 AM
  5. including other .c files
    By Unregistered in forum C Programming
    Replies: 2
    Last Post: 02-24-2002, 09:56 PM