Search:

Type: Posts; User: jimjohnson

Search: Search took 0.01 seconds.

  1. Replies
    25
    Views
    2,871

    sorry man i am just trying to figure out why this...

    sorry man i am just trying to figure out why this is doing what it is doin and lost
  2. Replies
    25
    Views
    2,871

    This is what I did for any letter in the input...

    This is what I did for any letter in the input file I want to cout to the output file. I am sure it is something very simple on what I am doing wrong




    #include <windows.h>
    #include...
  3. Replies
    25
    Views
    2,871

    OK I got my input file to work and it now I do a...

    OK I got my input file to work and it now I do a copy con input.txt and it loads into my input file successfully....

    Now when I open my output file it is not doing as it should...I also checked...
  4. Replies
    25
    Views
    2,871

    so I would just replace all argv with inFilename...

    so I would just replace all argv with inFilename and outFilename?
  5. Replies
    25
    Views
    2,871

    Ok thanks I tried that but it does try to open...

    Ok thanks I tried that but it does try to open but then crashes
  6. Replies
    25
    Views
    2,871

    You dont have to answer this question cuz I know...

    You dont have to answer this question cuz I know it will sound really stupid but how would I do that? If its dumb just ignore this post
  7. Replies
    25
    Views
    2,871

    Ok I think I am making progress on this now. I...

    Ok I think I am making progress on this now. I try to debug and it goes through and tries to open but crashes which I expect as I have set this up for memory mapping but when I open with command...
  8. Replies
    25
    Views
    2,871

    And tried debugging and message pops up no read...

    And tried debugging and message pops up no read file or write file given
  9. Replies
    25
    Views
    2,871

    code might help... #include ...

    code might help...




    #include <windows.h>
    #include <iostream>
    #include <string>
    #include <algorithm>
    #include <list>
  10. Replies
    25
    Views
    2,871

    I changed some things back and get the message...

    I changed some things back and get the message "way too many arguments given"
  11. Replies
    25
    Views
    2,871

    im sorry I meant... "Read file map could not...

    im sorry I meant...

    "Read file map could not be opened."
  12. Replies
    25
    Views
    2,871

    Made a few changes and it goes to read file map...

    Made a few changes and it goes to read file map cannot be found so it does go down a little bit




    #include <windows.h>
    #include <iostream>
    #include <string>
    #include <algorithm>
    #include...
  13. Replies
    25
    Views
    2,871

    memory mapping

    I keep getting a file a not found when doing memory mapping...

    Can someone take a look and offer any feedback on what is going on...




    #include <windows.h>
    #include <iostream>
    #include...
  14. Thread: Euclid gcd

    by jimjohnson
    Replies
    1
    Views
    1,574

    disregard I figured it out

    disregard I figured it out
  15. Thread: Euclid gcd

    by jimjohnson
    Replies
    1
    Views
    1,574

    Euclid gcd

    Ok I got a program to return a GCD but the math is not correct I believe because it is returning a number now but some of the GCD it returns is not the correct one...




    #include <windows.h>...
Results 1 to 15 of 15