I am trying to do this:
#include <iostream>
#include <string>
#include <cstring>
int main (int argc, char *argv[])
{
// this is were the problem is I keep getting this:
// invalid conversion from ‘char’ to ‘const char*’
// initializing argument 1 of ‘int strcmp(const char*, const char*)’...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.