Search:

Type: Posts; User: Andy123

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,316

    Writting to a text file

    Hi,

    I have a liitle program the stores information in arrays.

    I have it to work fine and display the information but I am trying to make it write the information to a text file as well.

    The...
  2. Replies
    3
    Views
    1,077

    Thankyou :) Working now Woo Hoo! :)

    Thankyou :)

    Working now Woo Hoo! :)
  3. Replies
    3
    Views
    1,077

    Newbie array problem

    Hey,

    I am completely new to this and am trying to make a simple program but am getting 1 error that I cant find.

    The code is this:

    Edited
  4. Replies
    2
    Views
    2,143

    Text effects in C

    Hey,

    Is it possible to change the text and background colours? or underline the text and stuff like that? I have searched the forums a see it can be done in C++ but can it be done in normal C?
    ...
  5. Replies
    18
    Views
    2,791

    Not allowing numbers to be entered.

    Hey,

    Can anyone tell me how I can prevent a user entering letters and symbols into this program.


    #include <stdio.h>
    #include <conio.h>
    #define metersinakilo 1000

    void main()
  6. Replies
    11
    Views
    2,760

    Calculating an average

    Hey,

    I am new to C and need to make a console app that allows a user to enter as many payments as they like and when a command say "STOP" is entered it calculates the average of the numbers they...
  7. Replies
    5
    Views
    1,395

    Thankyou that works great :D I never usually...

    Thankyou that works great :D

    I never usually use this what does it do?

    return 0;

    Andy
  8. Replies
    5
    Views
    1,395

    Newbie calculating problem

    Hey,

    I am very new to this and am trying to allow a user to enter 10 entries and have it calculate what the total is....

    The code I have so far is...



    /* Product calculating */
Results 1 to 8 of 8