Search:

Type: Posts; User: wakaru

Search: Search took 0.01 seconds.

  1. Thread: clear screen

    by wakaru
    Replies
    15
    Views
    2,399

    clrscr() is in conio.h.. example: #include...

    clrscr() is in conio.h..

    example:

    #include <stdio.h>
    #include <conio.h> /*library that contain clrscr() */

    void main() {
    printf("\nHello World. Press enter to clear this screen.");...
  2. Replies
    6
    Views
    923

    Thanks again. Sorry for making things...

    Thanks again.
    Sorry for making things complicated. But i'm glad that you still understand what I'm trying to say.

    frankly speaking, i am not quite fluent in term of written english.
  3. Replies
    6
    Views
    923

    Thanks a lot....why I didn't think about it...

    Thanks a lot....why I didn't think about it before...

    Now i remember that we use that formula in math for te same reason....

    thanks for reminding me...but if problems occur, I'll ask again...
    ...
  4. Replies
    6
    Views
    923

    need some help here??

    Does anyone can help me.??

    Does anyone know how to build a programme that can receive binary number and convert it to decimal number.

    Thank You, hope there's anyone can solve my problem..
Results 1 to 4 of 4