Click here to Skip to main content
15,896,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how is boost_scoped_ptr RAII ? Pin
Aescleal14-Apr-12 9:54
Aescleal14-Apr-12 9:54 
GeneralRe: how is boost_scoped_ptr RAII ? Pin
elelont25-Jul-12 5:14
elelont25-Jul-12 5:14 
GeneralRe: how is boost_scoped_ptr RAII ? Pin
elelont214-Jun-13 3:32
elelont214-Jun-13 3:32 
QuestionHow to use the c++ to connect sql server 2005? Pin
yu-jian12-Apr-12 21:16
yu-jian12-Apr-12 21:16 
AnswerRe: How to use the c++ to connect sql server 2005? Pin
Richard MacCutchan12-Apr-12 21:19
mveRichard MacCutchan12-Apr-12 21:19 
GeneralRe: How to use the c++ to connect sql server 2005? Pin
JosephvObrien12-Apr-12 23:55
JosephvObrien12-Apr-12 23:55 
GeneralRe: How to use the c++ to connect sql server 2005? Pin
Richard MacCutchan13-Apr-12 0:11
mveRichard MacCutchan13-Apr-12 0:11 
AnswerRe: How to use the c++ to connect sql server 2005? Pin
Aescleal14-Apr-12 10:03
Aescleal14-Apr-12 10:03 
As well as Richard's link if you do a search for ODBC you'll find (IMHO) the best interface to use databases through while programming in C or C++. While there are other methods to plug into databases ODBC has the advantage of being portable at both ends of the connection - so your C++ code can use any RDBS that has an ODBC connector AND your C++ code can be compiled on another compiler or operating system.

And instead of a concrete link I'd like to recommend a very good book - "Inside ODBC" by Kyle Geiger - instead. It's out of print but you can pick up cheap second hand copies on Amazon marketplace [1]. It's well worth a read and got me started on the rocky road to being an informed C++ DB programmer.

Cheers,

Ash

[1] At least you could 20 minutes ago when I recommended it as part of an answer to another question. I might have caused a run on them.
QuestionMy template has some error Pin
Shahin_ke12-Apr-12 11:28
Shahin_ke12-Apr-12 11:28 
AnswerRe: My template has some error Pin
Nelek12-Apr-12 12:38
protectorNelek12-Apr-12 12:38 
AnswerRe: My template has some error Pin
Chris Losinger12-Apr-12 12:39
professionalChris Losinger12-Apr-12 12:39 
GeneralRe: My template has some error Pin
Shahin_ke12-Apr-12 22:52
Shahin_ke12-Apr-12 22:52 
GeneralRe: My template has some error Pin
Chris Losinger13-Apr-12 1:02
professionalChris Losinger13-Apr-12 1:02 
AnswerRe: My template has some error Pin
Aescleal13-Apr-12 1:52
Aescleal13-Apr-12 1:52 
Questionadvanced client server c application Pin
Member 877141612-Apr-12 1:05
Member 877141612-Apr-12 1:05 
AnswerRe: advanced client server c application Pin
Malli_S12-Apr-12 1:13
Malli_S12-Apr-12 1:13 
AnswerRe: advanced client server c application Pin
Erudite_Eric12-Apr-12 1:55
Erudite_Eric12-Apr-12 1:55 
QuestionRe: advanced client server c application Pin
David Crow12-Apr-12 2:36
David Crow12-Apr-12 2:36 
AnswerRe: advanced client server c application Pin
Albert Holguin12-Apr-12 5:08
professionalAlbert Holguin12-Apr-12 5:08 
QuestionHow to put multiple contents in Clipboard? Pin
Falconapollo12-Apr-12 0:38
Falconapollo12-Apr-12 0:38 
AnswerRe: How to put multiple contents in Clipboard? Pin
Richard MacCutchan12-Apr-12 0:47
mveRichard MacCutchan12-Apr-12 0:47 
QuestionKnowing Libs of DLL Pin
Sakhalean11-Apr-12 20:35
Sakhalean11-Apr-12 20:35 
AnswerRe: Knowing Libs of DLL Pin
Jochen Arndt12-Apr-12 0:14
professionalJochen Arndt12-Apr-12 0:14 
AnswerRe: Knowing Libs of DLL Pin
Albert Holguin12-Apr-12 5:10
professionalAlbert Holguin12-Apr-12 5:10 
QuestionHow to convert the DNS to The Ip address Pin
hack00411-Apr-12 18:55
hack00411-Apr-12 18:55 

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.