Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
help with C++ language
Name: amr alhilo Date: February 16, 2009 at 11:20:34 Pacific OS: Windows XP CPU/Ram: 3ghz , 1gb Product: Intel / Ddr Subcategory: C/C++
Comment:
Hi !!! What's the meaning of run-time error in C++ language ???
Summary: Hi everyone i need some help. I'm doing a program in Visual Studio with C language. And in this program i need do creat files with the name that user wants. Example: printf("What name you want for...
Summary: Hi really need help with this please. It is supposed to be a program that mimicks score keeping in the game of bowling. I input how many pins on each ball i got. The 10 frame is handled differently...
Summary: how can i make a folder with c language. I try this code but didn't work. #include #include main() { char *command = "mkdir test"; system(command); return 0; } but unfortunately no fo...