Title: error in vc++ help me!!

                                                             char *mySizeBuffer;
                                                         mySizeBuffer=new char[8000]
                                                             myFile.Read(mySizeBuffer,8000);
                                           char str[20];
                                         
                                           int i=0;
                                           CString c=mySizeBuffer[0];
                                           while(c!='\b'||c!='\n'||c!='\t')
                                           {
                                                                   strcat(str,c);
                                                    i++;
                        error   >>>>>>       c=mySizeBuffer[i]; //access violation
                                           }

why is so.?



To unsubscribe : [EMAIL PROTECTED]




Yahoo! Groups Sponsor
ADVERTISEMENT
click here
Web Bug from http://us.adserver.yahoo.com/l?M=295196.4901138.6071305.3001176/D=groups/S=:HM/A=2128215/rand=442068543


Yahoo! Groups Links

Reply via email to