Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. todor81

    Master Mind (Cows & Bulls)

    The numbers are with four digits and no digits can be repeated. 1234 - yes 1165 - no The user selects a number (e.g. 7642) and the PC must guess it in 7 moves. PC says 1234 - there is 1 cow and 0 bulls, because 2 is in the number, but not in the right place. PC says 7624 - there are 2 bulls (7...
  2. todor81

    Master Mind (Cows & Bulls)

    Hi, there can anybody tell me a strategy to write a C program, that plays Master mind (Cows & Bulls): - the computer must guess the player's number in 7 suggestions. - meanwile the computer plays "unhonest" game - it doesn't have a number and succesfully answers the user's...
  3. todor81

    TIC-TAC-TOE Code

    Hi, there can anybody send me a strategy or code for a tic-tac-toe game or tell sites where I can found information about it.
  4. todor81

    Games in C

    Hi there, can anybody tell me sites that contain information about strategies and code for the games tic-tac-toe and cows and bulls.
  5. todor81

    Variable count arguments, ( , ...); stdarg.h ???

    Can anybody offer me a tutorial that contains information abour parsing arguments of function like this: int pprintf (char *format, ... ); It does the same work as printf, but instead of value, it receives a pointer. int a = 10; printf ("%d", a); pprintf ("%d", &a); Both...

Part and Inventory Search

Back
Top