Click here to Skip to main content
16,005,389 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Only this little question please ! Pin
Christian Graus14-Oct-01 19:04
protectorChristian Graus14-Oct-01 19:04 
GeneralRe: Only this little question please ! Pin
Michael P Butler15-Oct-01 3:09
Michael P Butler15-Oct-01 3:09 
GeneralPreference coding Pin
Ashman14-Oct-01 1:45
Ashman14-Oct-01 1:45 
GeneralRe: Preference coding Pin
Dan Madden14-Oct-01 1:52
Dan Madden14-Oct-01 1:52 
GeneralRe: Preference coding Pin
Ashman14-Oct-01 21:31
Ashman14-Oct-01 21:31 
GeneralRe: Preference coding Pin
Dan Madden14-Oct-01 23:32
Dan Madden14-Oct-01 23:32 
QuestionQuickly Transfering Large Files????? Pin
Dan Madden14-Oct-01 1:44
Dan Madden14-Oct-01 1:44 
AnswerRe: Quickly Transfering Large Files????? Pin
#realJSOP14-Oct-01 4:49
professional#realJSOP14-Oct-01 4:49 
I would keep the master log file on the server and just send updates from the client machine(s). Send the log update as a delimited string (if you're sending more than one log entry per update), like so:

"Log entry #1|Log entry #2|Log entry #3"

Of course, you'd have to choose an appropriate delimiter character, but that shouldn't be tough.

And on the server end, parse the string, add the entries to your log file (I assume it's text), and with for the next update to arrive.

I've posted a paitr of string parsing classes on this sight - one that uses MFC and one that uses STL and std::string - that you can use to both build and parse a delimited string.

Here's a link to the article:

http://www.codetools.com/useritems/cstringparser.asp



To hell with those thin-skinned pillow-biters. - Me, 10/03/2001
GeneralRe: Quickly Transfering Large Files????? Pin
Dan Madden14-Oct-01 9:51
Dan Madden14-Oct-01 9:51 
GeneralRe: Quickly Transfering Large Files????? Pin
#realJSOP14-Oct-01 10:34
professional#realJSOP14-Oct-01 10:34 
GeneralRe: Quickly Transfering Large Files????? Pin
markkuk14-Oct-01 20:10
markkuk14-Oct-01 20:10 
GeneralOffice XP toolbar's color schema and classic office toolbar's colors schema Pin
inforix14-Oct-01 0:30
inforix14-Oct-01 0:30 
QuestionI dont ask so bigger thing ! I want only simple and little thing ! So Why I in troubles ???????? Pin
14-Oct-01 0:28
suss14-Oct-01 0:28 
AnswerRe: I dont ask so bigger thing ! I want only simple and little thing ! So Why I in troubles ???????? Pin
Christian Graus14-Oct-01 0:39
protectorChristian Graus14-Oct-01 0:39 
GeneralRe: I dont ask so bigger thing ! I want only simple and little thing ! So Why I in troubles ???????? Pin
14-Oct-01 0:48
suss14-Oct-01 0:48 
AnswerRe: I dont ask so bigger thing ! I want only simple and little thing ! So Why I in troubles ???????? Pin
Rashid Thadha14-Oct-01 13:04
Rashid Thadha14-Oct-01 13:04 
GeneralRe: I dont ask so bigger thing ! I want only simple and little thing ! So Why I in troubles ???????? Pin
mimi14-Oct-01 16:04
mimi14-Oct-01 16:04 
GeneralRe: I dont ask so bigger thing ! I want only simple and little thing ! So Why I in troubles ???????? Pin
Rashid Thadha14-Oct-01 22:32
Rashid Thadha14-Oct-01 22:32 
GeneralADOX Create database file Pin
Christian Graus13-Oct-01 23:17
protectorChristian Graus13-Oct-01 23:17 
GeneralRe: ADOX Create database file Pin
Anders Molin14-Oct-01 1:48
professionalAnders Molin14-Oct-01 1:48 
GeneralRe: ADOX Create database file Pin
Christian Graus14-Oct-01 2:04
protectorChristian Graus14-Oct-01 2:04 
GeneralRe: ADOX Create database file Pin
Anders Molin14-Oct-01 4:15
professionalAnders Molin14-Oct-01 4:15 
GeneralRe: ADOX Create database file Pin
Christian Graus14-Oct-01 2:09
protectorChristian Graus14-Oct-01 2:09 
GeneralRe: ADOX Create database file Pin
Christian Graus14-Oct-01 2:39
protectorChristian Graus14-Oct-01 2:39 
GeneralRe: ADOX Create database file Pin
Wanderley M14-Oct-01 3:55
Wanderley M14-Oct-01 3: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.