Search:

Type: Posts; User: manova

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,374

    Or you may use the get() function in the...

    Or you may use the get() function in the following way:


    void main()
    {
    ifstream fin("dbase_a.txt");
    char line; //change line to char type

    while (fin.get(line)) ...
  2. Replies
    2
    Views
    1,576

    What this SQL means ?

    See the code below:

    SELECT surname
    FROM Emps
    WHERE surname < 'DH'

    Could anyone who knows SQL please explain the meaning behind this statement --> surname < 'DH' <-- Thanx !
  3. :confused: Anyone have any more idea on how to...

    :confused:
    Anyone have any more idea on how to achieve this operation. Pleassss let me know, I really need it urgently! Thanx.
Results 1 to 3 of 3