Search:

Type: Posts; User: lavaman

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,443

    Linux Color (quazi NOOB)

    Probably the most asked question in windows converted to linux:
    How can you have collored text in a linux console program.
    :)

    And if anyone knows, in gVIM, how do you get it to keep you color...
  2. Replies
    5
    Views
    1,228

    Nice program Also this is as much a part of...

    Nice program

    Also this is as much a part of the c board as the GD board is since this is acctualy a part of the c board about Windows programing which is about:
    and this seems to be a question...
  3. Thread: File detection

    by lavaman
    Replies
    4
    Views
    1,201

    #include if(access(argv[1], 00))...

    #include <io.h>


    if(access(argv[1], 00)) //access returns 0 if the file can be accessed

    { //under the specified method (00)

    cout<<"File does not exist"; //because it checks file...
  4. Thread: File detection

    by lavaman
    Replies
    4
    Views
    1,201

    File detection

    Is there a way to check file existence. I know it tells you how in the tutorials, but that way doesn't work for me.
    And I am using Visual C++ .net
Results 1 to 4 of 4