Search:

Type: Posts; User: MCyborg

Search: Search took 0.00 seconds.

  1. Replies
    15
    Views
    2,784

    I checked in all of the folders for the text file...

    I checked in all of the folders for the text file but it never materialized. Anyway, i finally figured it out.. i finally tried something different, i used argv[0]'s string, cut off the file name,...
  2. Replies
    15
    Views
    2,784

    oh ya.. same result with C++ fstreams, works fine...

    oh ya.. same result with C++ fstreams, works fine w/ command line arguments and normal click execution, but dragging and dropping doesnt work at all with creating the actual file (its loaded into...
  3. Replies
    15
    Views
    2,784

    hmmmm.... not the compiler... not argv i dont...

    hmmmm.... not the compiler... not argv i dont think..
    argv works fine with multiple entries in the command line, creates the text file as expected.
    and ive now tried multiple compilers and all have...
  4. Replies
    15
    Views
    2,784

    hmm

    hmmm, anyone know if its something I don't know about argv? or is it my compiler? the following code creates a file when opened normally, yet doesnt create a file when opened from an object being...
  5. Replies
    15
    Views
    2,784

    hmm printf testing shows that fop = fopen(...

    hmm printf testing shows that
    fop = fopen( "test.txt", "a+" );
    seems to get an address and execute, just no file shows up.
  6. Replies
    15
    Views
    2,784

    no file is created, yet one is created when info...

    no file is created, yet one is created when info is typed in manually.
  7. Replies
    15
    Views
    2,784

    heh

    yes yes.. God bless microsoft... i kinda wondered if it was the crappy visual express beta im using... thats what I will assume I guesses.. it cant be in my code from what I can see anyway.. I was...
  8. Replies
    15
    Views
    2,784

    Odd results.. help?

    I just started messing around with code again recently and was attempting to figure out how to drag and drop a file into an executable and then edit the file and place the result into another file.....
Results 1 to 8 of 8