Okay this is really making me mad. I have a pointer to a char(char *filename) and I want to assign that to a buffer(char buffer). I've tried looking around and tried what they put( buffer = &filename, etc..) but it still pops up an error
Code:
error C2440: 'initializing' : cannot convert from 'char **__w64  ' to 'char []'
Please help.