I do not know how to use "C", but have a working C program that I need to print a program variable to determine what the program is doing. Can you tell me the easiest way to do this Jack
For example, let s say I want to find a particular word or number in a file. The contents are in sorted order (obviously). Since I want to run a binary search on the file, it seems like a real waste ...