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!

Search results for query: *

  1. papous

    comparing chars with pointer to cha

    comparing chars with pointer to char the code below is suppose to read from a file and to print out all alphanumeric characters(a-z,A-Z,0-0) spaces and newlines, throwing away the rest. #include<stdio.h> #include<stdlib.h> #include<string.h> typedef char * STRNG; STRNG code[80]; STRNG...
  2. papous

    line reading problem

    i found the mistake so dont reply.thanks anyway
  3. papous

    line reading problem

    this is supossed to read a file and write out the first line, and all non blanks lines preceded by a blank line. it recognises the blang lines but all that it prints is <null> /*This program reads a file given as command line argument and writes out the first lines and all(non blank) lines...

Part and Inventory Search

Back
Top