Click here to Skip to main content
15,886,518 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionlookup plan for hashtable [modified] Pin
NarVish20-Dec-10 0:52
NarVish20-Dec-10 0:52 
AnswerRe: lookup plan for hashtable PinPopular
Richard MacCutchan20-Dec-10 1:04
mveRichard MacCutchan20-Dec-10 1:04 
AnswerRe: lookup plan for hashtable Pin
Alan Balkany20-Dec-10 5:16
Alan Balkany20-Dec-10 5:16 
GeneralRe: lookup plan for hashtable Pin
NarVish21-Dec-10 2:44
NarVish21-Dec-10 2:44 
GeneralRe: lookup plan for hashtable Pin
David Crow21-Dec-10 2:54
David Crow21-Dec-10 2:54 
QuestionVisual C++ Pin
John50219-Dec-10 22:22
John50219-Dec-10 22:22 
AnswerRe: Visual C++ Pin
Maximilien20-Dec-10 0:38
Maximilien20-Dec-10 0:38 
GeneralRe: Visual C++ Pin
John50220-Dec-10 1:51
John50220-Dec-10 1:51 
Hello Maxi,
Thanks for helping in this regards; I want to run my test case on the below text;

12/13/10 10:11:00 (India Standard Time), [3484] TAPIAdapter.cpp :379 INFO - Closing the database before stopping the service.
12/13/10 10:11:00 (India Standard Time), [3484] TAPIAdapter.cpp :409 INFO - TAPIAdapterDynConfig thread could not be stopped
12/13/10 10:11:00 (India Standard Time), [3484] TAPIAdapter.cpp :429 INFO - "TAPIAdapter Service" Service Stopped
12/13/10 10:11:04 (India Standard Time), [3544] TSPConnector.cpp :166 TRACE - Line is closed for device_id 110
12/13/10 10:11:04 (India Standard Time), [3544] TSPConnector.cpp :166 TRACE - Line is closed for device_id 110
3_VOIP_10202010_00004 made on Oct 20 2010 16:41:29
12/13/10 10:11:00 (India Standard Time), [1508] TAPIAdapter.cpp :793 ERROR - Illegal keyword "CheckExtInCTIUserInterval" in configuration file
12/13/10 10:11:04 (India Standard Time), [1508] CVoipDatabase.cpp :167 INFO - KnoahSoftDB : Connection opened with database at ip address : 157.0.60.155
12/13/10 10:11:04 (India Standard Time), [4108] CCTIOSAdapterKSDB.c :142 TRACE - The SQL Query is :- select v.voip_phone_extension Voip_Phone_Extension,e.emp_code Emp_Code,e.emp_id Emp_ID,e.network_id Network_ID,s.site_alias Site_Alias From Employee E, Site S, Voice_Configuration V, Employee_Detail D Where V.Emp_Id = E.Emp_Id And V.Emp_Id = D.Emp_Id And D.Location_ID = S.Site_ID And V.Status = 'A' And V.Do_Voice_Recording = 'Y' And V.Voip_phone_extension != '-1' and v.emp_id not in (select e.emp_id from employee e where e.emp_first_name like 'extn_agent_%') order by voip_phone_extension


I have this text content in one file and wants to read this by application;

please help me out..

Thanks
John;
GeneralRe: Visual C++ Pin
Maximilien20-Dec-10 3:15
Maximilien20-Dec-10 3:15 
GeneralRe: Visual C++ Pin
Michael Schubert20-Dec-10 3:26
Michael Schubert20-Dec-10 3:26 
GeneralRe: Visual C++ Pin
Maximilien20-Dec-10 3:33
Maximilien20-Dec-10 3:33 
Questionhow to compare two audio files Pin
rajniyadav1a19-Dec-10 22:11
rajniyadav1a19-Dec-10 22:11 
AnswerRe: how to compare two audio files Pin
Maximilien20-Dec-10 0:41
Maximilien20-Dec-10 0:41 
GeneralRe: how to compare two audio files Pin
rajniyadav1a20-Dec-10 1:16
rajniyadav1a20-Dec-10 1:16 
GeneralRe: how to compare two audio files Pin
Maximilien20-Dec-10 1:34
Maximilien20-Dec-10 1:34 
AnswerRe: how to compare two audio files Pin
Cedric Moonen20-Dec-10 20:49
Cedric Moonen20-Dec-10 20:49 
GeneralRe: how to compare two audio files Pin
rajniyadav1a20-Dec-10 22:07
rajniyadav1a20-Dec-10 22:07 
QuestionDevice Context Pin
002comp19-Dec-10 18:42
002comp19-Dec-10 18:42 
AnswerRe: Device Context Pin
Richard MacCutchan19-Dec-10 21:23
mveRichard MacCutchan19-Dec-10 21:23 
GeneralRe: Device Context Pin
002comp19-Dec-10 21:48
002comp19-Dec-10 21:48 
GeneralRe: Device Context Pin
Richard MacCutchan19-Dec-10 22:45
mveRichard MacCutchan19-Dec-10 22:45 
AnswerRe: Device Context Pin
bleedingfingers20-Dec-10 0:05
bleedingfingers20-Dec-10 0:05 
GeneralRe: Device Context Pin
002comp20-Dec-10 0:49
002comp20-Dec-10 0:49 
GeneralRe: Device Context Pin
Richard MacCutchan20-Dec-10 1:02
mveRichard MacCutchan20-Dec-10 1:02 
QuestionRe: Device Context Pin
bleedingfingers20-Dec-10 1:05
bleedingfingers20-Dec-10 1:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.