![]() | |
| |||||||
| Home | Register | Projects | Blogs | FAQ | Calendar | Search | Today's Posts | Mark Forums Read | Free Directory | Free DNSReport | Tags |
| Notices |
| Hacking Discuss the art of hacking, your experiences, etc... |
Cant figure out how to clear the errors.This is a discussion on "Cant figure out how to clear the errors." within the Hacking part of the Computer Security: Discussions section; for(int i = 0; i < MAX_THREADS; i++) { CloseHandle(hThreads[i]); } return 0; } C2143: syntax error : missing ';' before 'type' C2143: syntax error : missing ';' before 'type' C2143: syntax error : missing ')' before 'type' C2143: syntax error : missing ';' before 'type' C2065: 'i' : undeclared ... |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| for(int i = 0; i < MAX_THREADS; i++) { CloseHandle(hThreads[i]); } return 0; } C2143: syntax error : missing ';' before 'type' C2143: syntax error : missing ';' before 'type' C2143: syntax error : missing ')' before 'type' C2143: syntax error : missing ';' before 'type' C2065: 'i' : undeclared identifier C2059: syntax error : ')' C2143: syntax error : missing ';' before '{' All in the upper line. Anyone has some good advise how to fix this? |
| Sponsor | ||
| ||
| |
| ||||
| try to declare "i" before "for" and remove "int" inside "for".. |
![]() |
| | |
| clear, errors, figure | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [PATCH] vBulletin to send database errors warning using your SMTP server | class101 | vBulletin | 0 | 27-12-07 00:47 |