Search:

Type: Posts; User: Arcand

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,068

    c-style file steam scope

    would the code below (granted I didnt type it wrong) create a file and then write to it or create a file, and attempt to write to it although it is "out of scope" per say, created in a separate...
  2. Replies
    3
    Views
    1,079

    lmao. that's so idiotically simple I cant believe...

    lmao. that's so idiotically simple I cant believe I didnt think of it. Thanks :D
  3. Replies
    3
    Views
    1,079

    "can I do this" question

    ok so under the advisement of my tutor/teacher I am writing my first pseudo code document for a project decently large for my history and my question is this, is it possible to pass a pointer to an...
  4. Replies
    8
    Views
    1,144

    if I were to do it that way, how would I move the...

    if I were to do it that way, how would I move the cursor to a different location? an example would be if I was to put four different sections of code in one file, how would I, using the #include...
  5. Replies
    8
    Views
    1,144

    within the text file is a handful of code...

    within the text file is a handful of code regarding the use of the console input line as a "command line" in a quite simple text based adventure game. I dont have the code available cause I havn't...
  6. Replies
    8
    Views
    1,144

    Using .txt file contents as sourcecode

    ok so... Its been so long since I tried to do this that I cant seem to remember how, and I know its probably not that difficult although if someone could tell me how to get a compiler to get data...
  7. Replies
    19
    Views
    3,181

    Although this is quite embarrassing, I thought id...

    Although this is quite embarrassing, I thought id let you know I found the problem. The compilers auto-stop feature was placed before the end of the loop. took me two days to figure that out. there's...
  8. Replies
    19
    Views
    3,181

    While loop not looping

    The display line isnt looping and I cant figure out why...


    #include <stdio.h>
    #include <stdlib.h>
    #include <ctype.h>
    #include <string.h>
    #include <io.h>
    #include <fcntl.h>
  9. Thread: Help with fread

    by Arcand
    Replies
    1
    Views
    999

    Help with fread

    mystring_reply = fread(buffer,1,file_size,infile);

    the code above is sending a size_t value to mystring_reply and im looking to get a character array out of it. this is homework from a tutor and I...
Results 1 to 9 of 9