![]() | |
| |||||||
| 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 | ||
| ||
| |