hi, I would like to know where I can post a question about C programming? My question: I would like to know why I don't see anything to the screen when I use fputs to display the contents of the line from the file: if ((filePtr = fopen("temp1.txt", "r")) == NULL) { printf("could not open file\n"); }
For questions about functions in Visual C++ runtime library, use the Visual C++ general forum. For questions about Microsoft's C ++ language extension and the Visual C++ compiler , use the Visual C++ language forum.
MSMVP VC++