User Profile

Collapse

Profile Sidebar

Collapse
dereksun
dereksun
Last Activity: Mar 29 '07, 08:08 PM
Joined: Mar 28 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dereksun
    replied to Pointer Help
    in C
    Thanks guys.
    See more | Go to post

    Leave a comment:


  • dereksun
    started a topic Pointer Help
    in C

    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];
    ...
    See more | Go to post
No activity results to display
Show More
Working...