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

C / C++ / MFC

 
GeneralTool tips problem Pin
donno201-Sep-03 16:47
donno201-Sep-03 16:47 
GeneralSAPI 4 phrase parsing Pin
Sumo-kun1-Sep-03 15:46
Sumo-kun1-Sep-03 15:46 
GeneralWorking with Files Pin
Jay Hova1-Sep-03 15:10
Jay Hova1-Sep-03 15:10 
GeneralRe: Working with Files Pin
Navin1-Sep-03 15:15
Navin1-Sep-03 15:15 
QuestionWhat are the best (server)options 2 make an Messenger with c++ client?! Pin
lJesper1-Sep-03 13:19
lJesper1-Sep-03 13:19 
AnswerRe: What are the best (server)options 2 make an Messenger with c++ client?! Pin
cmk1-Sep-03 20:29
cmk1-Sep-03 20:29 
GeneralRe: What are the best (server)options 2 make an Messenger with c++ client?! Pin
lJesper2-Sep-03 2:45
lJesper2-Sep-03 2:45 
GeneralRe: What are the best (server)options 2 make an Messenger with c++ client?! Pin
cmk2-Sep-03 8:10
cmk2-Sep-03 8:10 
Jesper,

The database options I was suggesting were intended to contrast using a standardized API vs using a RDBMS lib API directly. I'm guessing we are arguing semantics here but SQL is the data manipulation language and not an API used to connect/control a database. So when you say you want to use SQL I/we think "what other rational choice is there", the question we would ask is "what API am i going to use to connect to a database ?" e.g. ODBC, OLE DB, ADO, through which SQL commands are passed to manipulate the database.

The networking will likely be the biggest learning curve - depending on what model you use for your server. I would really suggest IOCP, just because you can create a set of base class' now that you can use in all future server projects. IOCP allows the most scalable server model (currently available on Win) to be developed. However, it does require mutlithreaded development which opens its own can of worms.

The service stuff is cake. Shouldn't take more than a day or two to get upto speed and convert the console server app over to a service.


...cmk

Save the whales - collect the whole set
GeneralRe: What are the best (server)options 2 make an Messenger with c++ client?! Pin
lJesper3-Sep-03 12:48
lJesper3-Sep-03 12:48 
GeneralRe: What are the best (server)options 2 make an Messenger with c++ client?! Pin
cmk11-Sep-03 11:47
cmk11-Sep-03 11:47 
GeneralProgram location in memory Pin
Baatezu_Not_Signed_In1-Sep-03 11:39
sussBaatezu_Not_Signed_In1-Sep-03 11:39 
GeneralRe: Program location in memory Pin
Hydralisk1-Sep-03 14:53
Hydralisk1-Sep-03 14:53 
GeneralRe: Program location in memory Pin
Baatezu_Not_Signed_In1-Sep-03 15:54
sussBaatezu_Not_Signed_In1-Sep-03 15:54 
GeneralRe: Program location in memory Pin
David Crow2-Sep-03 3:35
David Crow2-Sep-03 3:35 
Generalafter much googling and msdning Pin
(Steven Hicks)n+11-Sep-03 10:52
(Steven Hicks)n+11-Sep-03 10:52 
GeneralRe: after much googling and msdning Pin
KaЯl1-Sep-03 12:07
KaЯl1-Sep-03 12:07 
GeneralRe: after much googling and msdning Pin
(Steven Hicks)n+11-Sep-03 13:02
(Steven Hicks)n+11-Sep-03 13:02 
Generalinterrupt handling in win2k Pin
Member 5562471-Sep-03 10:10
Member 5562471-Sep-03 10:10 
GeneralInvoking Task Scheduler Wizard through API Pin
insanely4201-Sep-03 9:23
insanely4201-Sep-03 9:23 
GeneralA GUI Question Pin
Anonymous1-Sep-03 9:14
Anonymous1-Sep-03 9:14 
GeneralRe: A GUI Question Pin
Michael Dunn1-Sep-03 10:14
sitebuilderMichael Dunn1-Sep-03 10:14 
GeneralRe: A GUI Question Pin
lpRomang1-Sep-03 11:07
lpRomang1-Sep-03 11:07 
GeneralRe: A GUI Question Pin
mike :D1-Sep-03 11:44
mike :D1-Sep-03 11:44 
GeneralRe: A GUI Question Pin
David Crow2-Sep-03 3:38
David Crow2-Sep-03 3:38 
GeneralRe: A GUI Question Pin
cmk2-Sep-03 8:23
cmk2-Sep-03 8:23 

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.