Search:

Type: Posts; User: mcotter222

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    23
    Views
    3,171

    I got it to work with: char response[81] ; ...

    I got it to work with:
    char response[81] ;
    scanf("%80[^\n]", response ) ;Thanks for the help, and I will rebuild if it crashes again.
  2. Replies
    23
    Views
    3,171

    How do I try that? And it works for other...

    How do I try that?

    And it works for other programs, just not that one, and when I take that part out, it works again.
  3. Replies
    65
    Views
    8,250

    Interesting... It didn't work for me. Well I will...

    Interesting... It didn't work for me. Well I will see what happens when I get to a printer (should be around tomorrow).
  4. Replies
    23
    Views
    3,171

    K, so valid question time. If I use fgets (...

    K, so valid question time.
    If I use
    fgets ( string, 50, stdin );
    will other FILE* pointers interfere with that? Because that is all that I can think of that is causing my compiler to "Unexpectedly...
  5. Replies
    65
    Views
    8,250

    My code or the command prompt? Because my code...

    My code or the command prompt? Because my code didn't work for me without the thing, and I didn't get a chance to try it with the thing yet.
  6. Replies
    23
    Views
    3,171

    Sorry, just found it, disregard that last...

    Sorry, just found it, disregard that last question please. Thanks.
  7. Replies
    23
    Views
    3,171

    New question about strings; How do I put info...

    New question about strings; How do I put info into a string without
    scanf("%s"...And why does that not pick up anything after a space?
  8. Replies
    65
    Views
    8,250

    The point of adding that was that it didn't work...

    The point of adding that was that it didn't work without it. I tryed windows command prompt, and asked for help on PRINT, and it said I needed the printer location.
  9. Replies
    65
    Views
    8,250

    Sorry, here is the newest code: #include...

    Sorry, here is the newest code:

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

    int main()
    {
    FILE *flpt;
    flpt = fopen("C:\\Documents and Settings\\alpha\\Desktop\\Test.txt", "w");
    ...
  10. Replies
    65
    Views
    8,250

    Did it work for anyone? I editted it again, and...

    Did it work for anyone? I editted it again, and this time it removes the file aswell.
  11. Replies
    65
    Views
    8,250

    I edited the code. Change the LPT1 to the printer...

    I edited the code. Change the LPT1 to the printer your port is in, then try it again.
  12. Replies
    65
    Views
    8,250

    Okay, I tried fclose, but that didn't hep. Here's...

    Okay, I tried fclose, but that didn't hep. Here's what I have:

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

    int main()
    {
    FILE *flpt;
    flpt = fopen("C:\\Documents and...
  13. Replies
    65
    Views
    8,250

    Is that XP command 100%, because everything...

    Is that XP command 100&#37;, because everything worked, but my printer did nothing? Why?
  14. Replies
    32
    Views
    4,959

    Okay, I'll see where this gets me and get back to...

    Okay, I'll see where this gets me and get back to you.
  15. Replies
    65
    Views
    8,250

    New problem. Everything worked, except when I got...

    New problem. Everything worked, except when I got to the compile screen, it said it was printing, but it didn't. Any ideas as to why not?
  16. Replies
    32
    Views
    4,959

    K, the first one I got, but lets take these...

    K, the first one I got, but lets take these others a bit slower.

    The terms raycast and parametric mean nothing to me. Vectors I get, but how would I calculate the Shoot_Vector? Other than that,...
  17. Replies
    32
    Views
    4,959

    Okay, so I henceforth conclude arguing on the...

    Okay, so I henceforth conclude arguing on the basis of mutual benefit through forgiveness. Though arguing can create strong debates and lead to the passion of challenge, growth is best found when...
  18. Replies
    32
    Views
    4,959

    Oh, finally, something constructive. Thanks, bob...

    Oh, finally, something constructive. Thanks, bob mcgee! Okay, so now that we have gotten of the pessimistic page; if I need help, this would be a bad place to ask then? Also, I'm thinking that here...
  19. Replies
    32
    Views
    4,959

    Oh, so you are saying that I should make my own...

    Oh, so you are saying that I should make my own engine now? I see that as a more complicated route... I think I will do this one in blender gaming to get the hang of it.
  20. Replies
    32
    Views
    4,959

    I was going to use python so I could utilize...

    I was going to use python so I could utilize blenders game logic things. I will have all the blends made for me by our master blender. (I have no idea how good he really is because I haven't seen...
  21. Replies
    32
    Views
    4,959

    I can make better games on my graphing...

    I can make better games on my graphing calculator! It's not that I'm unappreciative, I'm very thankful for your advice, but I might have come off wrong about this, I think I found something out, and...
  22. Replies
    32
    Views
    4,959

    I want to learn the programming. I normally...

    I want to learn the programming. I normally wouldn't be making games, but I'm the only one my organization new who can pretend to start to program. I will check out some libraries and see where that...
  23. Replies
    32
    Views
    4,959

    New to game making

    I am very new to game programming (new to all programming, and have done nothing with games), but I am the best my small organization has, so I am going to need to do all the programming and am going...
  24. Replies
    23
    Views
    3,171

    Thanks, but I need to assign it later on in the...

    Thanks, but I need to assign it later on in the program.
  25. Replies
    23
    Views
    3,171

    Okay, so what would the syntax for that be?

    Okay, so what would the syntax for that be?
Results 1 to 25 of 65
Page 1 of 3 1 2 3