Archived
What does the following code refer to: C:\ProgramFiles\QtCreator\text.txt ?
int main()
{
unsigned char message[]= “C:\\ProgramFiles\\QtCreator \\text.txt”;
show(message);
return 0 ;
}
0
Community EvaluationsNo one has reviewed this question yet, be the first!