Search:

Type: Posts; User: Termos

Search: Search took 0.00 seconds.

  1. Replies
    14
    Views
    6,700

    Quite simple : #include #include...

    Quite simple :


    #include <stdio.h>
    #include <stdlib.h>

    #define TAILLE_CHAINE 1024

    int main(int argc, char** argv, char *envp[]) {
  2. Replies
    14
    Views
    6,700

    I 've already looked in argv[0] and it does't...

    I 've already looked in argv[0] and it does't contain any path. :(
  3. Replies
    14
    Views
    6,700

    Print the path of the executable

    I have the program foo in the directory C:\exe\

    From the directory, I do :
    C:\loin>C:\exe\foo.exe

    I need that toto.exe prints the path of the directory into which it is located (in...
Results 1 to 3 of 3