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.
multi directory's
Name: papa_dj Date: June 28, 2009 at 17:28:56 Pacific OS: Windows XP Subcategory: C/C++
Comment:
i am traing to make a prog that makes multi directory's ex: "1-3" "4-6" "7-9" but i can't put the "createdirectory" in a loop that works. (i am using borland c++)
Name: Razor2.3 Date: June 29, 2009 at 06:30:02 Pacific
Reply:
createdirectory("%d-%d",&fn,&nfn+sn); You seem to think CreateDirectory() works like sprintf(). It does not. Also, you use a variable called nfn, which you never declare.
can sam1 help?? Finally, learn to spell.
0
Response Number 2
Name: papa_dj Date: June 29, 2009 at 10:21:16 Pacific
Reply:
that was a erro the last time i tried.
but haw can i do wath i am traing to do??
0
Response Number 3
Name: tonysathre Date: June 29, 2009 at 12:45:05 Pacific
Reply:
that was a erro the last time i tried.
but haw can i do wath i am traing to do??
Um...what?
0
Response Number 4
Name: Razor2.3 Date: June 29, 2009 at 14:57:10 Pacific
Reply:
tonysathre: Um...what? You know, I'd be happy to help him with the source if he could form a coherent sentence.
Summary: hello everyone... i'm trying to work out how to get a list of a directory's contents in C. I know this has to be platform specific, so this is in windows.... I'm thinking it will probably be in window...
Summary: Hello everyone, I would appreciate some help please. I am trying to copy two files "test1.txt" and "test2.txt" into an unknown directory, e.g. into the directory "%USERNAME%\Documents\test\04pql7hw.ex...
Summary: As you probably already know, these codes translate to: 0x80070716 = The specified resource name cannot be found in the image file. 0x80070002 = The system cannot find the file specified. The second ...