Search:

Type: Posts; User: pete212

Search: Search took 0.00 seconds.

  1. Thread: Editing posts

    by pete212
    Replies
    3
    Views
    2,367

    Editing posts

    Just a quick question, is it possible to edit your posts? I notice at the bottom of threads it says "you may edit your posts" but i can't find a way to do it anywhere. I'm guessing its been disabled?...
  2. Replies
    8
    Views
    4,389

    Thank you for your response. As for the homework...

    Thank you for your response. As for the homework question, the answer is "not as such". I'm not enrolled on a C programming course and am just trying to learn to increase my skills set. However, i...
  3. Replies
    8
    Views
    4,389

    Awsome, i understand it better now. It was the...

    Awsome, i understand it better now. It was the second portion of code i needed. Thanks very much. Two questions though, first in Wordt.txt it writes them all one line with no spaces. How do i get it...
  4. Replies
    8
    Views
    4,389

    Sorry i wasn't very clear. It needs to create...

    Sorry i wasn't very clear.

    It needs to create a new, foruth text file containing all the words. Not add to the current ones.
  5. Replies
    8
    Views
    4,389

    Reading output into a text file

    Hi, please reference this with my code below.

    I have created 3 text files (name.txt, name2.txt and name3.txt) Each of the 3 text files contains 3 words, so 9 words are displayed in total at the...
  6. Replies
    3
    Views
    1,968

    Hi, I have found one of your tutorials and have...

    Hi, I have found one of your tutorials and have made substantial progress with my program. Here is the tutorial code


    #include <stdio.h>

    int main ( int argc, char *argv[] )
    {
    if ( argc...
  7. Replies
    3
    Views
    1,968

    Opening and reading text files

    Hello,

    I am trying to learn C and would like to create a program that opens a text file (already created) and reads out the words contained within onto the screen. Not to sure where to stat with...
  8. Replies
    4
    Views
    2,595

    Creating a list of words

    Hi, need some help with this one. Here is the question:

    Compose an algorithm for a program that creates a list of words encountered when reading a series of text files. Write a program to open,...
Results 1 to 8 of 8