Search the web
Sign In
New User? Sign Up
cprogramming2 · C Programming Turning caffeine into code
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2671 - 2700 of 8312   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2671
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...
robertl001
Offline Send Email
Jan 3, 2002
2:13 am
2672
Please post me very simple program so as to learn .* operator.I have to use it in a struct for my homework....
zebercettin2002
Offline Send Email
Jan 5, 2002
8:10 am
2673
This is not a program, but I hope it helps:<br><br>#define BURP struct ...
oldcootfromVA
Offline Send Email
Jan 5, 2002
9:37 am
2674
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...
big_pimpin_everyday
big_pimpin_e...
Offline Send Email
Jan 5, 2002
6:24 pm
2675
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...
chanelmunezero
Offline Send Email
Jan 6, 2002
2:19 pm
2676
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...
real_cozzy
Offline Send Email
Jan 9, 2002
11:32 pm
2677
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 ...
Oswald_Chainsaw
Offline Send Email
Jan 10, 2002
3:00 am
2678
what kind of game is it? 2D or 3D? if its 2D, I always use the bounding rectangles method, or the distance method....
Oswald_Chainsaw
Offline Send Email
Jan 10, 2002
3:02 am
2679
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...
arrayblues27
Offline Send Email
Jan 10, 2002
1:43 pm
2680
I'm not sure where to find the recursion information that you want, but the system() function sends an ASCII string to the operating system to be ...
bates320
Offline Send Email
Jan 10, 2002
11:57 pm
2681
&gt;I am studying C in college and having some problems.... does any know where I could get some recursive functions tutorials or info.&lt;<br><br>I'm not...
oldcootfromVA
Offline Send Email
Jan 11, 2002
8:33 am
2682
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...
arrayblues27
Offline Send Email
Jan 11, 2002
10:31 am
2683
here's my code:<br><br>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br><br>#define ROWS 12<br>#define COLS 12<br><br>void Print_M(char ...
arrayblues27
Offline Send Email
Jan 11, 2002
11:48 am
2684
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 ...
ca_priest
Offline Send Email
Jan 11, 2002
8:43 pm
2685
Plz do give me some ideas regarding any softwares(System side and not application projects) that can be developed using C in a span of 2 months....
sangeeth_10
Offline Send Email
Jan 12, 2002
10:50 am
2686
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>*...
faithhillfan22
Offline Send Email
Jan 15, 2002
1:27 am
2687
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 ...
c_beginner2001
Offline Send Email
Jan 15, 2002
10:51 pm
2688
i typed in the word 'recursion' on google.com and found a number of links. here's 3 that might help.<br><br>1.<br><a...
metland
Offline Send Email
Jan 16, 2002
4:01 am
2689
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...
ca_priest
Offline Send Email
Jan 18, 2002
1:40 am
2690
I think u can use the getch() to serve your purpose well...
airbon
Offline Send Email
Jan 18, 2002
10:04 am
2691
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...
metland
Offline Send Email
Jan 18, 2002
4:04 pm
2692
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 ...
pouyaebad
Offline Send Email
Jan 20, 2002
6:52 am
2693
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...
pouyaebad
Offline Send Email
Jan 20, 2002
6:55 am
2694
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...
pouyaebad
Offline Send Email
Jan 20, 2002
7:00 am
2695
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...
bnyec
Offline Send Email
Jan 22, 2002
12:39 am
2696
OK, i think i got it, i just added NULL at the end of the array, and it seems to work ok, <br><br>#include &lt;stdio.h&gt;<br>#include ...
bnyec
Offline Send Email
Jan 22, 2002
3:21 am
2697
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...
ram_inder
Offline Send Email
Jan 22, 2002
3:46 am
2698
well, one way would be to set up your polygons as structs (or lists), x long where x is the number of points in the polygon, times three elements ...
Tomcat_Coder
Offline Send Email
Jan 22, 2002
3:20 pm
2699
You don't need to make the shot class aware of its parent. Just pass data to the shot class and call that....
Tomcat_Coder
Offline Send Email
Jan 22, 2002
3:22 pm
2700
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...
Tomcat_Coder
Offline Send Email
Jan 22, 2002
3:28 pm
Messages 2671 - 2700 of 8312   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help