Hi all,
can anyone tell me whether ifs function is a member function of ifstream.
in the statements below the ifs has been used like ........
ifstream ifs( g_pSystemEnvironment->GetTotAlmCountFileName() );
ifs >> m_nNoOfTotalAlarm;
i am not able to understand the code. could anyone help me out of it.
Thanx in advance.