CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: aditya.manglik

Search: Search took 0.01 seconds.

  1. Program to input Password. PLEASE HELP.

    #include<iostream.h>
    #include<conio.h>
    #include<string.h>
    void main()
    {
    clrscr();
    int i=0,flag=1;
    cout<<"Enter the password.";
    char Pass[8],pass[]={"PASSWORD"};
    while ( (i<8) && (flag==1) )
  2. Replies
    3
    Views
    1,080

    What does this mean?

    cprintf(%c,196);
  3. Re: Please Help, Very Simple Code, Newbie, Really Frustrated

    I appreciate your inputs.
    Thanks for the help.
  4. Re: Please Help, Very Simple Code, Newbie, Really Frustrated

    I am using Turbo C++ , the ancient one as that is only taught to us in school.....
    I do not know how to use a debugger for TC++.
    Please post a link teaching its use as well.....
    Really...
  5. Please Help, Very Simple Code, Newbie, Really Frustrated

    :(:(:(:confused::confused:


    //***************************************************************************
    // Header Files...
  6. Re: Extremely Simple Code, Please Help With ERRORS......

    delete my account
  7. Re: Extremely Simple Code, Please Help With ERRORS......

    delete my account
  8. Extremely Simple Code, Please Help With ERRORS......

    delete my account
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured