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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by silviatodorof

  1. silviatodorof

    scanf, gets and fflush

    Thank you for your reply. It is very useful. But the real code is bigger than that and I have to use scanf in the begining: /*********************************************************/ #include <stdio.h> #include <stdlib.h> #include <string.h> #define MAX 100 void print_menu(int n); void...
  2. silviatodorof

    scanf, gets and fflush

    This is a portion of a program: /******************************************************/ if((fp = fopen("Taxi Information.txt", "w"))==NULL) { printf("Cannot open file.\n"); exit(1)...

Part and Inventory Search

Back
Top