Search:

Type: Posts; User: themusician31

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    3,166

    This is what my code looks like now: ...

    This is what my code looks like now:



    #include <stdio.h>


    int main()
    {
    FILE *file1;
  2. Replies
    7
    Views
    3,166

    Thank you all very much :) I use Goto because...

    Thank you all very much :)
    I use Goto because I've also tried PureBasic before, which has a similiar function (Gosub)
    I'll try and improve my code so that several characters can be written to the...
  3. Replies
    7
    Views
    3,166

    Trouble writing characters to a file.

    I've been learning the C programming language for 2 days now (I'm fairly experienced with Javascript) and I have a problem with this code:



    #include <stdio.h>
    FILE *file1;
    main()
    {
    char...
Results 1 to 3 of 3