Search:

Type: Posts; User: punk

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,482

    thnku

    thnku
  2. Replies
    7
    Views
    1,482

    DONE... had forgotten to use it as... ...

    DONE...

    had forgotten to use it as...

    fin.seekg()
  3. Replies
    7
    Views
    1,482

    This is the code: /*Q 2. Assuming the class...

    This is the code:

    /*Q 2. Assuming the class Applicant given below, write functions in
    C++ to perform the following :
    class Applicant
    {
    char A_Rno[10];
    char A_Name[20];
    int A_Score;
    };
  4. Replies
    7
    Views
    1,482

    a simple, silly yet big problem....

    I m getting the message

    " function seekg() needs a prototype "

    even though i have included:
    fstream
    iostream
    stdio
    conio
    iomanip
  5. Replies
    4
    Views
    1,458

    How do I open a .exe file with C++?

    It is a program that I had made but have lost its code....
    I have its .exe file but it doesn't have an " open with.." option....

    HELP
  6. how do I input only alphabets and spaces and no digits?

    I want to input people's names.....how do I input only alphabets and spaces and no digits?
    how do I do it??

    Also how do I see to it that the user enters something and doesen't leave the field...
Results 1 to 6 of 7