Greetings,
I have the following code:
char* getdriverlocation();
char driverLocation[255] = getdriverlocation();
but this is not working, I get error C2075: 'driverLocation' : array initialization needs curly braces.
Please Help me to resolve this problem.