Search:

Type: Posts; User: nindoja

Search: Search took 0.00 seconds.

  1. nope. @exarath: I did that... I placed one...

    nope.

    @exarath: I did that... I placed one at every line, and it won't show up.
  2. nope

    I tried it using Visual C++ and Dev-C++, but both to no avail. I put break points on every line, and even then it won't work. Since we can't get it to work, does anyone know how to do it via a...
  3. nope

    Nope, that didn't work. So here is my code:

    #include<stdio.h>
    #include<string.h>
    #include<stdlib.h>
    #include<windows.h>
    int isDirGood(WIN32_FIND_DATA dir){
    return (dir.dwFileAttributes &...
  4. tried that

    Thanks a bunch, but I tried that (copied and pasted the code). The only change that I made was what directory to use at the bottom. When I run it, I get nothing... No window, no alerts, nothing. ...
  5. explain

    Alright, I looked at all of the examples, but they went completely over my head. If I can just get the names of functions to do this, that would be great. From there I can work out a program.
  6. right, but...

    Right, but how do I get the name of the directory that I need to change into. What I need to do is mass renaming of files in a given directory. The program will then go into the subsequent...
  7. whoops

    Whoops... Sorry for not telling what Operating System I use. I am running Windows XP. But thanks for the effort.
  8. Finding out the name of a file, and changing directory

    I am running Windows XP

    Hello. I have two questions:

    1. How would you find the name of the next directory to go into, so you could chdir() to it?
    1. How would you assign the name of the...
Results 1 to 8 of 8