Click here to Skip to main content
15,899,937 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Extracting a Chinese Character from a CString Pin
Michael Dunn16-Sep-03 17:49
sitebuilderMichael Dunn16-Sep-03 17:49 
GeneralRe: Extracting a Chinese Character from a CString Pin
wow999916-Sep-03 19:00
wow999916-Sep-03 19:00 
GeneralRe: Extracting a Chinese Character from a CString Pin
Michael Dunn16-Sep-03 19:31
sitebuilderMichael Dunn16-Sep-03 19:31 
Generalpattern recognition in string inputted by user Pin
Anz16-Sep-03 10:33
Anz16-Sep-03 10:33 
GeneralRe: pattern recognition in string inputted by user Pin
Michael Dunn16-Sep-03 17:52
sitebuilderMichael Dunn16-Sep-03 17:52 
GeneralRe: pattern recognition in string inputted by user Pin
DougW4816-Sep-03 19:09
DougW4816-Sep-03 19:09 
QuestionSerial Port Functions? Pin
Steven M Hunt16-Sep-03 9:24
Steven M Hunt16-Sep-03 9:24 
AnswerRe: Serial Port Functions? Pin
Jagadeesh VN16-Sep-03 21:19
Jagadeesh VN16-Sep-03 21:19 
To open a COM port, you can use the CreatFile( ... )

To access COM port properties, use GetCommProperties(...)

To write to a COM port, use WriteFile(...)

see this link:
http://www.control.com/966781257/index_html

"A robust program is resistant to errors -- it either works correctly, or it does not work at all; whereas a fault tolerant program must actually recover from errors."
QuestionHow to fix compiler warning ? Pin
Artem Moroz16-Sep-03 9:23
Artem Moroz16-Sep-03 9:23 
AnswerRe: How to fix compiler warning ? Pin
Terry O'Nolley16-Sep-03 11:44
Terry O'Nolley16-Sep-03 11:44 
AnswerRe: How to fix compiler warning ? Pin
Phil Hamer16-Sep-03 16:13
Phil Hamer16-Sep-03 16:13 
GeneralRe: How to fix compiler warning ? Pin
David Crow17-Sep-03 3:16
David Crow17-Sep-03 3:16 
GeneralRe: How to fix compiler warning ? Pin
Phil Hamer17-Sep-03 11:37
Phil Hamer17-Sep-03 11:37 
AnswerRe: How to fix compiler warning ? Pin
Artem Moroz16-Sep-03 19:59
Artem Moroz16-Sep-03 19:59 
GeneralRe: How to fix compiler warning ? Pin
David Crow17-Sep-03 2:50
David Crow17-Sep-03 2:50 
GeneralRe: How to fix compiler warning ? Pin
Steve S17-Sep-03 6:04
Steve S17-Sep-03 6:04 
GeneralCMemoryState Pin
ComboController16-Sep-03 9:13
ComboController16-Sep-03 9:13 
GeneralRe: CMemoryState Pin
David Crow16-Sep-03 9:22
David Crow16-Sep-03 9:22 
GeneralRe: CMemoryState Pin
ComboController17-Sep-03 4:32
ComboController17-Sep-03 4:32 
GeneralRe: CMemoryState Pin
Steve S17-Sep-03 6:06
Steve S17-Sep-03 6:06 
GeneralRe: CMemoryState Pin
ComboController17-Sep-03 7:35
ComboController17-Sep-03 7:35 
Generallinking to ws2_32.lib Pin
ns16-Sep-03 8:46
ns16-Sep-03 8:46 
GeneralRe: linking to ws2_32.lib Pin
David Crow16-Sep-03 9:15
David Crow16-Sep-03 9:15 
Generalthanks! Pin
ns16-Sep-03 9:20
ns16-Sep-03 9:20 
GeneralRe: thanks! Pin
User 665816-Sep-03 10:36
User 665816-Sep-03 10:36 

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.