Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Summary: hi siva, thanks for ur reply but i downloaded system.h & included it. but its showing error in that header file. i'll tell my problem statement in detail. i have installed netware 4.11 & thro' client...
Summary: i have done a C program using IPX protocol. here i have declared getinterrupt(0x21); i compiled the program & I get the following linker error "Undefined symbol _getinterrupt in module " .. how to sol...
Summary: Write a password guessing program to keep track of how many times the user has entered the password wrong. If it is more than 3 times, print You have been denied access. and terminate the program. If ...