i am using Borland c++ and the program works in win 98 but with win 2000 it ignores it. this is the last part of my program which deletes the input file and...
robert it will work just you have to change your path you can get the path at <a href=http://www.borland.com target=new>http://www.borland.com</a> its on there...
I'm working on a game using Crystal Space and we need some insight on a collision detection system. WE know about RAPID wich is included with crystal space but...
Anyone interested on writing a PlayAlgorithm() function (Visual C), which will determine if a team should Run, Pass, Attempt a Field Goal, or Punt the football...
Hey, how do I make a child class aware of the parent class?<br>Example, I have a "Weapon" class which has a class type of SHOT inside of it. However, Shot ...
hi, <br><br>I am studying C in college and having some problems.... does any know where I could get some recursive functions tutorials or info.<br><br>also...
>I am studying C in college and having some problems.... does any know where I could get some recursive functions tutorials or info.<<br><br>I'm not...
firstly the question:<br>The following grid of ones and zeros is a double subscripted array representation of a maze.<br><br>1 1 1 1 1 1 1 1 1 1 1 1<br>1 0 0 0...
I'm intrested in programming my own simple graphics to make a program to experiment with AI/genetic programming i.e. the snake game etc. The code itself i can ...
i dont know how to get the search function working help please<br><br><br>/*<br>* Gets data to place in dbl_arr until value of sentinel is encountered in<br>*...
Hi everyone, I'm not sure if this is the right place to ask this question but can anyone tell me of some good links to web sites that explain software ...
Hi, i'm looking to find a way that i can use the arrow keys in a program. The way i have it set up now is where the user enters a w,s,a or d to move in any of...
if you are running under DOS, you should have the header file conio.h, and the getch() function. getch() will effectively return a null or 0 if the key pressed...
It is a leggal program, you can compile and run it. I myself also tested it in the following envirenments:<br>1-MS DOS/Windows Console with Borland C, Visual ...
Are you know that:<br><br>1- fork() is a unix C function that ONCE called and TWICE returned?<br><br>2- panic() is a unix C function that ONCE called and NEVER...
It is a C++ fun:<br>suppose that we have a class like this:<br>class X{<br>X(){ printf("1"); };<br>~X(){ printf("2"); }; };<br><br>Is it possible to write a...
I am tring to write a simple program that simply prints a string pointer array ( not sure if thats the correct termm) anyway, when i run the program it seems...
hi there,<br> will any body help me in these cases...:<br>1) i want to get printout of my output on printer directly and not on screen <br>2) how to configure...
without looking at the code deeply, my guess is it uses nested recursion of a single function, which could be defined as a step. Set up a variable, and INC it...