Click here to Skip to main content
15,905,877 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: source code car firetruck in c Pin
Luc Pattyn21-Dec-10 1:59
sitebuilderLuc Pattyn21-Dec-10 1:59 
QuestionReading 4 GB file using 2 GB physical memory [modified] Pin
Adam Roderick J20-Dec-10 20:50
Adam Roderick J20-Dec-10 20:50 
AnswerRe: Reading 4 GB file using 2 GB physical memory Pin
bleedingfingers20-Dec-10 21:44
bleedingfingers20-Dec-10 21:44 
GeneralRe: Reading 4 GB file using 2 GB physical memory Pin
Adam Roderick J20-Dec-10 21:55
Adam Roderick J20-Dec-10 21:55 
GeneralRe: Reading 4 GB file using 2 GB physical memory Pin
bleedingfingers20-Dec-10 22:11
bleedingfingers20-Dec-10 22:11 
QuestionConvert to DLL Pin
Teoh Chia Wei20-Dec-10 18:36
Teoh Chia Wei20-Dec-10 18:36 
AnswerRe: Convert to DLL Pin
KingsGambit20-Dec-10 19:08
KingsGambit20-Dec-10 19:08 
AnswerRe: Convert to DLL Pin
Richard MacCutchan20-Dec-10 22:51
mveRichard MacCutchan20-Dec-10 22:51 
AnswerRe: Convert to DLL Pin
Stephen Hewitt22-Dec-10 1:30
Stephen Hewitt22-Dec-10 1:30 
GeneralRe: Convert to DLL Pin
Teoh Chia Wei22-Dec-10 15:50
Teoh Chia Wei22-Dec-10 15:50 
GeneralRe: Convert to DLL Pin
Teoh Chia Wei22-Dec-10 15:51
Teoh Chia Wei22-Dec-10 15:51 
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 

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.