Search:

Type: Posts; User: hello

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    7,312

    Windows XP is the operating system

    Windows XP is the operating system
  2. Replies
    5
    Views
    7,312

    Clear part of the screen

    Is there any method in C programming by which i can clear a part of the screen, i.e the last few lines displayed?
  3. Replies
    3
    Views
    1,425

    yes..dat is wat i meant..but can u plz help me..

    yes..dat is wat i meant..but can u plz help me..
  4. Replies
    3
    Views
    1,425

    Compiling headers

    I have written all the declarations of functions and constants needed in my project in a file called filefunctions.h. And i added #include "filefunctions.h"
    in my program. But when I compile i m...
  5. Replies
    1
    Views
    1,599

    Compile multi-files

    I have to do a project.Now i have Borland C++ 5.5 compiler..Can anybody please tell me how to compile multiple files..
  6. Replies
    2
    Views
    2,332

    Compile multiple files

    I have to do a project.The compiler i m using is Borland Turbo C 3.0..
    Can anybody please tell me how do i compile multiple files with this.
  7. Thread: ENTER in getch()

    by hello
    Replies
    5
    Views
    9,895

    I got the solution. Replace '$' with 13. That is...

    I got the solution. Replace '$' with 13. That is the ASCII value of ENTER.
  8. Thread: ENTER in getch()

    by hello
    Replies
    5
    Views
    9,895

    ENTER in getch()

    Given below is a code to enter a password.A $ sign is entered 2 indicate end of password.


    printf(" Enter Password : );
    while( ((pwde[i] = getch()) != '$' ) )
    { printf ("*");...
  9. Thread: System command

    by hello
    Replies
    3
    Views
    1,647

    The OS is windowsXP and the compiler is Borland...

    The OS is windowsXP and the compiler is Borland 3.0.
  10. Thread: System command

    by hello
    Replies
    3
    Views
    1,647

    System command

    I used the system("cls") command inorder to clear the screen. But it did nt work. The system("..") command is not having any effect whichever DOS command is inserted within the quotes. Why is this?
  11. Replies
    3
    Views
    4,904

    To enter password without displaying it

    In a password checking program,when the password is enterd it should not be displayed.Which function should be used for that? If scanf() and gets() are used the text entered will be displayed.
  12. To enter password without displaying it in a password checking program

    In a password checking program,when the password is enterd it should not be displayed.Which function should be used for that? If scanf() and gets() are used the text entered will be displayed.
Results 1 to 12 of 12