Hello i am new to c++ and i am having a problem with using isgraph() from the cctype library in my program, what the program is doing is reading a file in binary mode storing values into an array, it then prints out the hex values and the graphic representation, if it cant print the graphic representation its supposed to print ".", the problem i am having is eclipse wont build due to the following error: "invalid conversion from 'int*' to 'int'" when i am using isgraph()
update: i have fixed up some of the obvious problems with this function and have updated it above, but i still seem to be getting the same error from eclipse