I was just wondering how to convert a character array to a constant character pointer. Specifically I am using a filename stored in a character array and I get the error that I cannot convert the char [ ] to const char * when I use fopen("name of character array", "rb"). Any help would be appreciated.