Click here to Skip to main content
15,903,856 members

Comments by R.B. (Top 8 by date)

R.B. 13-Aug-14 7:22am View    
Are you using C++11? The regex header is available in the standard library. This will handle your matching
R.B. 14-Mar-14 8:03am View    
Research the command pattern, it could apply to what you are trying to do.
R.B. 13-Jun-13 17:49pm View    
you should use the debugger to find out why your contains ItemNeeded is coming out false. Also, does this loop forever? If the user types in "quit" it won't stop because your loop is checking for "quite".
R.B. 7-Jun-13 20:35pm View    
Start with one server - just pick A. Can it handle multiple clients (eg, B and C)? Or just a single connection? Show us what code you are using on the server and you'll get more help.
R.B. 3-Jun-13 7:35am View    
This method does not show txtRemark getting assigned at all. Only being used. Have you tried stepping through with the debugger?