Click here to Skip to main content
15,885,546 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ and Sqlite connection Pin
Stuart Dootson9-Jan-09 22:19
professionalStuart Dootson9-Jan-09 22:19 
GeneralRe: C++ and Sqlite connection Pin
vanishaa10-Jan-09 1:32
vanishaa10-Jan-09 1:32 
GeneralRe: C++ and Sqlite connection Pin
Stuart Dootson10-Jan-09 1:57
professionalStuart Dootson10-Jan-09 1:57 
GeneralRe: C++ and Sqlite connection Pin
vanishaa10-Jan-09 2:19
vanishaa10-Jan-09 2:19 
GeneralRe: C++ and Sqlite connection Pin
vanishaa10-Jan-09 2:46
vanishaa10-Jan-09 2:46 
GeneralRe: C++ and Sqlite connection Pin
Stuart Dootson10-Jan-09 3:20
professionalStuart Dootson10-Jan-09 3:20 
GeneralRe: C++ and Sqlite connection Pin
vanishaa10-Jan-09 4:03
vanishaa10-Jan-09 4:03 
GeneralRe: C++ and Sqlite connection Pin
Stuart Dootson10-Jan-09 5:33
professionalStuart Dootson10-Jan-09 5:33 
vanishaa wrote:
what does 'try' block starting on line '34' has no catch handlers means


a) Which line 34? I haven't seen a try block anywhere.

b) A try block with no catch handlers means someone's forgotten to put catch handlers in...In fact, g++4.0.1 (the only C++ compiler I've got to hand) won't compile a try block with no handlers (what C++ compiler are you using? VC6?)
Questioncommand line Pin
Russell'9-Jan-09 2:37
Russell'9-Jan-09 2:37 
AnswerRe: command line Pin
David Crow9-Jan-09 3:09
David Crow9-Jan-09 3:09 
GeneralRe: command line Pin
Russell'9-Jan-09 4:53
Russell'9-Jan-09 4:53 
QuestionPossible violation in typedefs Pin
6Qing889-Jan-09 2:05
6Qing889-Jan-09 2:05 
QuestionRe: Possible violation in typedefs Pin
CPallini9-Jan-09 2:18
mveCPallini9-Jan-09 2:18 
AnswerRe: Possible violation in typedefs Pin
6Qing889-Jan-09 3:01
6Qing889-Jan-09 3:01 
AnswerRe: Possible violation in typedefs Pin
Stuart Dootson9-Jan-09 2:25
professionalStuart Dootson9-Jan-09 2:25 
GeneralRe: Possible violation in typedefs Pin
6Qing889-Jan-09 3:06
6Qing889-Jan-09 3:06 
GeneralRe: Possible violation in typedefs Pin
Luc Pattyn9-Jan-09 2:44
sitebuilderLuc Pattyn9-Jan-09 2:44 
Questionurgrntly required Pin
kir_MFC9-Jan-09 2:04
kir_MFC9-Jan-09 2:04 
QuestionRe: urgrntly required Pin
CPallini9-Jan-09 2:11
mveCPallini9-Jan-09 2:11 
JokeRe: urgrntly required Pin
Jijo.Raj9-Jan-09 4:27
Jijo.Raj9-Jan-09 4:27 
QuestionNeed help to get list of files in a directory... Pin
Thilek9-Jan-09 0:50
Thilek9-Jan-09 0:50 
AnswerRe: Need help to get list of files in a directory... Pin
Hamid_RT9-Jan-09 0:54
Hamid_RT9-Jan-09 0:54 
AnswerRe: Need help to get list of files in a directory... Pin
Jijo.Raj9-Jan-09 0:58
Jijo.Raj9-Jan-09 0:58 
GeneralRe: Need help to get list of files in a directory... Pin
Thilek9-Jan-09 2:16
Thilek9-Jan-09 2:16 
GeneralRe: Need help to get list of files in a directory... Pin
David Crow9-Jan-09 3:15
David Crow9-Jan-09 3:15 

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.