Click here to Skip to main content
16,010,673 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Using MFC to host web browser control Pin
Masaaki Onishi5-May-01 4:37
Masaaki Onishi5-May-01 4:37 
GeneralRe: Using MFC to host web browser control Pin
Colin J Davies5-May-01 17:50
Colin J Davies5-May-01 17:50 
GeneralRe: Using MFC to host web browser control Pin
RobJones7-May-01 11:51
RobJones7-May-01 11:51 
GeneralRe: Using MFC to host web browser control Pin
Colin J Davies7-May-01 15:32
Colin J Davies7-May-01 15:32 
GeneralRe: Using MFC to host web browser control Pin
RobJones8-May-01 5:30
RobJones8-May-01 5:30 
GeneralRe: Using MFC to host web browser control Pin
Colin J Davies8-May-01 11:05
Colin J Davies8-May-01 11:05 
GeneralRe: Using MFC to host web browser control Pin
RobJones8-May-01 11:32
RobJones8-May-01 11:32 
GeneralString Parsing Pin
aj4-May-01 10:32
aj4-May-01 10:32 
I have an MFC application that querries an ODBC responder. There is a particular set of messages which is unique to the system which are send to the server through the winsock to register and then to querry the ODBC. Once the application receives the data from the winsock control it is in a string which has to be parsed, right now I got the string separated by the "|" that's the symbol that separates these messages. Then, the information from the ODBC comes in this format, { 1 1 administrator Default {} {} 0 {}}
I am having a hard time parsing the information out of the curly braces. I was thinking of finding the position of the first "{" brace and then finding the position of the last "}" brace, and then extracting the content in between. If any of you guys have any suggestions, methods or any sample code wchich could help me out it would be great, Smile | :) Thanks
GeneralRe: String Parsing Pin
Masaaki Onishi5-May-01 4:43
Masaaki Onishi5-May-01 4:43 
GeneralRe: String Parsing Pin
aj7-May-01 10:01
aj7-May-01 10:01 
GeneralRe: String Parsing Pin
#realJSOP6-May-01 2:39
professional#realJSOP6-May-01 2:39 
GeneralRe: String Parsing Pin
aj7-May-01 10:16
aj7-May-01 10:16 
GeneralResource Pin
4-May-01 10:09
suss4-May-01 10:09 
GeneralRe: Resource Pin
Christian Graus4-May-01 15:11
protectorChristian Graus4-May-01 15:11 
GeneralActive movie ACTIVEX Pin
Ghasrfakhri4-May-01 7:15
Ghasrfakhri4-May-01 7:15 
GeneralSpecial Folders Pin
4-May-01 5:23
suss4-May-01 5:23 
GeneralpDevMode member of JOB_INFO_2 is empty in 98 Pin
4-May-01 5:02
suss4-May-01 5:02 
Questionconvert existing C++ program to MFC? Pin
4-May-01 2:42
suss4-May-01 2:42 
AnswerRe: convert existing C++ program to MFC? Pin
Garth J Lancaster4-May-01 16:24
professionalGarth J Lancaster4-May-01 16:24 
GeneralExtending a dialog on button press! Pin
Ashman3-May-01 23:09
Ashman3-May-01 23:09 
GeneralRe: Extending a dialog on button press! Pin
Christian Graus3-May-01 23:40
protectorChristian Graus3-May-01 23:40 
QuestionArray of bound ADO objects? Pin
Brendan Tregear3-May-01 19:47
Brendan Tregear3-May-01 19:47 
AnswerRe: Array of bound ADO objects? Pin
Brendan Tregear6-May-01 12:18
Brendan Tregear6-May-01 12:18 
AnswerRe: Array of bound ADO objects? Pin
Hadi Rezaee7-May-01 3:11
Hadi Rezaee7-May-01 3:11 
GeneralForcing the system tray clock to redraw Pin
Peter Jones3-May-01 18:40
Peter Jones3-May-01 18:40 

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.