Click here to Skip to main content
15,902,777 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C Compiler Pin
basementman12-Jun-03 11:15
basementman12-Jun-03 11:15 
GeneralRe: C Compiler Pin
Gary Kirkham12-Jun-03 11:22
Gary Kirkham12-Jun-03 11:22 
GeneralRe: C Compiler Pin
Neville Franks12-Jun-03 11:58
Neville Franks12-Jun-03 11:58 
GeneralRe: C Compiler Pin
Gary Kirkham12-Jun-03 14:10
Gary Kirkham12-Jun-03 14:10 
GeneralRe: C Compiler Pin
Neville Franks13-Jun-03 1:36
Neville Franks13-Jun-03 1:36 
Questionwriting a datbase management system in C++? Pin
GabyGirl12-Jun-03 9:47
GabyGirl12-Jun-03 9:47 
AnswerRe: writing a datbase management system in C++? Pin
jhaga12-Jun-03 10:00
professionaljhaga12-Jun-03 10:00 
AnswerRe: writing a datbase management system in C++? Pin
crewchill12-Jun-03 12:47
crewchill12-Jun-03 12:47 
I guess I dont understand what you meant by "reinvent the wheel". The whole exercise of writing DBMS is actually to do it from scratch so students will know the hurdles of writing good DBMS. Anyway, I believe C++ is good for you especially in doing DBMS, especially it will reinforce the OO programming that, believe me, you will actually use at workplace; at least in my company we do. If you want speed over good OO design, you can always go with C. To parse SQL, unfortunately you'll have to do C (using yacc and bison). The core engine can still be in C++ though. If you dont want to use SQL, you can always go with procedural calls too. I did a simple DBMS system with SQL interface for my last semester project using C++, group of 2. It wasnt that hard at all, kinda fun actually. Just go slowly but surely; dont expect you'll get Oracle out of it. Good luck! Big Grin | :-D
QuestionHow many bits are these?? Pin
johnstonsk12-Jun-03 8:54
johnstonsk12-Jun-03 8:54 
AnswerRe: How many bits are these?? Pin
valikac12-Jun-03 9:08
valikac12-Jun-03 9:08 
GeneralRe: How many bits are these?? Pin
johnstonsk12-Jun-03 9:15
johnstonsk12-Jun-03 9:15 
GeneralRe: How many bits are these?? Pin
valikac12-Jun-03 9:32
valikac12-Jun-03 9:32 
AnswerRe: How many bits are these?? Pin
David Crow12-Jun-03 9:10
David Crow12-Jun-03 9:10 
AnswerRe: How many bits are these?? Pin
Robert Little12-Jun-03 10:26
Robert Little12-Jun-03 10:26 
AnswerRe: How many bits are these?? Pin
Hugo Hallman13-Jun-03 5:55
Hugo Hallman13-Jun-03 5:55 
Generalplaying audio file Pin
Gaurs12-Jun-03 7:37
Gaurs12-Jun-03 7:37 
GeneralRe: playing audio file Pin
Mike Nordell12-Jun-03 8:09
Mike Nordell12-Jun-03 8:09 
GeneralRe: playing audio file Pin
Trollslayer13-Jun-03 1:51
mentorTrollslayer13-Jun-03 1:51 
GeneralOpening just one instance Pin
John Ulvr12-Jun-03 7:25
John Ulvr12-Jun-03 7:25 
GeneralRe: Opening just one instance Pin
David Crow12-Jun-03 7:38
David Crow12-Jun-03 7:38 
GeneralRe: Opening just one instance Pin
Roger Allen12-Jun-03 10:56
Roger Allen12-Jun-03 10:56 
GeneralCListCtrl scrollbar! Help! Pin
Greg Ellis12-Jun-03 6:41
Greg Ellis12-Jun-03 6:41 
GeneralRe: CListCtrl scrollbar! Help! Pin
Chris Richardson12-Jun-03 13:21
Chris Richardson12-Jun-03 13:21 
GeneralGetting path to system temp directory Pin
Member 10975612-Jun-03 6:28
Member 10975612-Jun-03 6:28 
GeneralRe: Getting path to system temp directory Pin
David Crow12-Jun-03 7:28
David Crow12-Jun-03 7:28 

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.