Search:

Type: Posts; User: matthewlane

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    23,449

    How to: "Clear screen" in C program

    Okay I'm trying to understand how to "refresh" or "clear" the screen in a C program.

    I'm not sure if I'm describing what I'm trying to do well, so here's what I mean:

    So far all I know how to...
  2. Replies
    12
    Views
    11,457

    I wrote a very similer program a while back; the...

    I wrote a very similer program a while back; the difference is that I take user input to give all prime numbers on an interval (so if you say 1 to 100 then it'll list all he prime's from 1 to 100).
    ...
  3. Replies
    1
    Views
    1,506

    Formatting Issue?

    Ok I'm "new" to programming so I'm really sorry if I "format"/type my programs in a difficult to read way. But anyway here's the program:



    #include<stdio.h>
    #include<stdlib.h>

    /*...
Results 1 to 3 of 3