Search:

Type: Posts; User: Ayu12

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    5,157

    I do not understand, for strcpy I only need to...

    I do not understand, for strcpy I only need to have the destination and source correct?
  2. Replies
    7
    Views
    5,157

    Ok, thanks for the help guys. Now I have ...

    Ok, thanks for the help guys. Now I have



    #include<stdio.h>
    #include<string.h>


    int main()
    {
  3. Replies
    7
    Views
    5,157

    C Programming - Using strlen with text file.

    Hello, I am trying to read all the 9 letter words in a words list text file and print them to the screen. Here is the code I have so far, but I am currently printing nothing.


    #include...
  4. Thread: Survivor Program

    by Ayu12
    Replies
    2
    Views
    1,572

    Survivor Program

    Hello everyone. I am currently working on a program for school where I have to stimulate a survivor game. In the game, there is a "creature" that is randomly generated on a 6x6 island grid. The...
  5. Replies
    10
    Views
    1,073

    Do you happen to know where I might have saved my...

    Do you happen to know where I might have saved my EXE ? Sorry I am new to computer programming. I really appreciate the help.
  6. Replies
    10
    Views
    1,073

    Can I ask a favor and have someone run this...

    Can I ask a favor and have someone run this program with a text file to see if it actually works. The text file just has to be a semtence.
  7. Replies
    10
    Views
    1,073

    I have the file saved in C drive ,program files...

    I have the file saved in C drive ,program files x86, same place that code blocks in saved in. It is still not working.
  8. Replies
    10
    Views
    1,073

    Problems Running a Caesar Cipher

    Hello forums. I was making some adjustments to a Caesar Cipher to allow for it to read a .txt file. However, after having saved the file in numerous places, including the directory where...
Results 1 to 8 of 8