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: *

  • Users: todor81
  • Content: Threads
  • Order by date
  1. 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...
  2. 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.
  3. 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.
  4. 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