Moving from c# to c/c++ has been a struggle at times as I keep trying to do c# things in c, but the biggest annoyance is strings/chars. I keep trying assign a string to a char variable like you assign everything else, but strings require strcpy. ARG.