Generation

generate functionMon, 01 May 2023

read a txt line

++ void readLine(string *line, FILE *fp){ if (fgets(*line, 64, fp) == NULL) *line = ""; } string line; readLine(&line, fp);

Want to kickstart your project?Use the new AI Studio to create your code