Link to home
Start Free TrialLog in
Avatar of iconaire
iconaire

asked on

5 Simple DOS Application for Turbo C++ DOS

Pls. Help me, can someone sugggest me a 5 simple but good application to program for Turbo C++ DOS, i need the requirements to do each and functions needed to do each. like for example a Palindrome program, i want to know what functions do i need to do this. Thanks in Advance!
Avatar of bobbit31
bobbit31
Flag of United States of America image

File f = new File ("<path to folder>");

if (f.exists() && f.isDirectory) {
   File[] files = f.listFiles();
   System.out.println(files.length);
}
sorry... wrong thread!
SOLUTION
Avatar of Exceter
Exceter
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Avatar of DanRollins
DanRollins
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You could also write an expression evaluator using polish notation.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of FatNewbie
FatNewbie

and you can do lots of things useing bgi graphics, (graphics.h)

like that you can make lots of good games like, astroids, pong, 2d role play, if you grasp network play these can be linked in and r create fun and score huge marks,
No comment has been added lately, so it's time to clean up this TA. I will
leave a recommendation in the Cleanup topic area that this question is:

Answered: Points split between Exceter and FatNewbie

Please leave any comments here within the next seven days.

Experts: Silence means you don't care. Grading recommendations are made in light
of the posted grading guidlines (https://www.experts-exchange.com/help.jsp#hi73).

PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!

-bcl (bcladd)
EE Cleanup Volunteer
I believe that my suggestions were just as valid as those of Exceter and FatNewbie.  So I suggest a three-way split.
-- Dan
My apologies; I screwed up when I went back to count the names to include in the split. My suggestion will be amended. Thanks.

-bcl
In case my last post was unclear for the cleanup moderator:

I have changed my recommendation to:

Answered: Points split between DanRollins, Exceter, and FatNewbie

(this is the recommendation in the C++ cleanup message also)

PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!

-bcl (bcladd)
EE Cleanup Volunteer