User Profile
Collapse
-
Pointer Help
Anything wrong with this code? I got an error message "user breakpoint called from code at "0x7c901230 " after excute the line "delete a", please help.
int main()
{
FILE *fp;
FILE *stream = fopen("ExchID.t xt", "w");
if((fp = fopen( "testInput.txt" , "r" )) != NULL)
{
char line[128];
...
No activity results to display
Show More
Leave a comment: