i have a transport stream file & i want to open it & analyze it ,
but i want to make a program that the user is the one who specifies the file location on the computer
not
*f =fopen(C:\\proj ect\\.......... ......)
i wanna
printf("Enter the location of the file");
then after that what should i do ?
Leave a comment: