Search:

Type: Posts; User: Zuul

Search: Search took 0.00 seconds.

  1. Thread: DOS Commands

    by Zuul
    Replies
    11
    Views
    2,658

    Well, a command line box flashed open and closed...

    Well, a command line box flashed open and closed and the call returned true, but what did it do?

    :confused:
  2. Thread: DOS Commands

    by Zuul
    Replies
    11
    Views
    2,658

    No Dice.:(

    No Dice.:(
  3. Thread: DOS Commands

    by Zuul
    Replies
    11
    Views
    2,658

    I just tried it with DeleteFile() (the easiest...

    I just tried it with DeleteFile() (the easiest example) and it is not handling the wildcards.
    {
    bool ret = true;
    char MyFile["c:\\testing\\test*.*"];
    ret = DeleteFile(MyFile);
    }

    returning...
  4. Thread: OO Basics

    by Zuul
    Replies
    3
    Views
    1,646

    Well, it's all a matter of terminology I guess....

    Well, it's all a matter of terminology I guess.
    1. Yes hour, min, sec are Data Members.
    2. I've always heard functions refered to as "Member Functions" and not "Function Members", but I don't see a...
  5. Thread: DOS Commands

    by Zuul
    Replies
    11
    Views
    2,658

    DOS Commands

    I've seen similar quetsions asked and reasonable answers given. Unfortunately, none of the answers really address the problem at hand.

    I need to write some of the dos commands in Borland C++...
  6. Thread: Coding Problems

    by Zuul
    Replies
    12
    Views
    2,851

    Poll: It sounds like a good idea. I doubt I would get...

    It sounds like a good idea. I doubt I would get any benifit from it because I simply don't have the time. I think there could be a better way to guard against homework. I would like to see the...
  7. Passing a function name as a variable to execute it?

    Probably more C than C++, but I'm using Borland Builder (v3), so I have that available to me.

    I’m writing an application that reads a script file. The script file might look something like this....
Results 1 to 7 of 7