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

C / C++ / MFC

 
GeneralRAS-Communication Pin
ZarrinPour17-Apr-03 1:30
ZarrinPour17-Apr-03 1:30 
GeneralRe: RAS-Communication Pin
João Paulo Figueira17-Apr-03 5:13
professionalJoão Paulo Figueira17-Apr-03 5:13 
Generaldata conversion Pin
andyg.10117-Apr-03 0:26
andyg.10117-Apr-03 0:26 
GeneralRe: data conversion Pin
Rage17-Apr-03 0:58
professionalRage17-Apr-03 0:58 
GeneralRe: data conversion Pin
Anonymous17-Apr-03 1:03
Anonymous17-Apr-03 1:03 
GeneralRe: data conversion Pin
Rage17-Apr-03 1:11
professionalRage17-Apr-03 1:11 
GeneralRe: data conversion Pin
David Crow17-Apr-03 4:49
David Crow17-Apr-03 4:49 
GeneralRe: data conversion Pin
Toni7817-Apr-03 19:02
Toni7817-Apr-03 19:02 
int nLen = strlen( szTheString );
for( i = 0; i < nLen && i < 100; i++ )
array[ i ] = szTheString[ i ];

This is very simple and it doesn't seem to me that I am understanding your question right. In case you are reading numbers as ascii characters, i.e. you have a stream of data going through your serial port, like 30, 40, 11, 100... etc., then it would be different. Could you please be more specific because I am not very sure about your question?

// Afterall I realized that even my comment lines have bugs
GeneralI search something like a table control Pin
Anonymous17-Apr-03 0:19
Anonymous17-Apr-03 0:19 
GeneralRe: I search something like a table control Pin
srikanthvarma17-Apr-03 0:36
srikanthvarma17-Apr-03 0:36 
GeneralRe: I search something like a table control Pin
Zdeslav Vojkovic17-Apr-03 0:39
Zdeslav Vojkovic17-Apr-03 0:39 
GeneralRe: I search something like a table control Pin
Rage17-Apr-03 0:45
professionalRage17-Apr-03 0:45 
Generalmenu Pin
imajit17-Apr-03 0:17
imajit17-Apr-03 0:17 
GeneralRe: menu Pin
Zdeslav Vojkovic17-Apr-03 0:34
Zdeslav Vojkovic17-Apr-03 0:34 
GeneralLoading JPEG or PNG images... Pin
puzzolino17-Apr-03 0:04
puzzolino17-Apr-03 0:04 
GeneralRe: Loading JPEG or PNG images... Pin
Bartosz Bien17-Apr-03 3:45
Bartosz Bien17-Apr-03 3:45 
GeneralRe: Loading JPEG or PNG images... Pin
Big Art17-Apr-03 11:36
Big Art17-Apr-03 11:36 
GeneralRe: Loading JPEG or PNG images... Pin
puzzolino17-Apr-03 21:21
puzzolino17-Apr-03 21:21 
GeneralRe: Loading JPEG or PNG images... Pin
Big Art18-Apr-03 6:10
Big Art18-Apr-03 6:10 
QuestionHow can I to resolve the copy operation Pin
Andrea Ferraro17-Apr-03 0:01
Andrea Ferraro17-Apr-03 0:01 
GeneralScreensavers and environment variables Pin
karanba16-Apr-03 23:59
karanba16-Apr-03 23:59 
GeneralRe: Screensavers and environment variables Pin
Rage17-Apr-03 1:05
professionalRage17-Apr-03 1:05 
GeneralRe: Screensavers and environment variables Pin
karanba17-Apr-03 21:52
karanba17-Apr-03 21:52 
GeneralRe: Screensavers and environment variables Pin
Gary R. Wheeler18-Apr-03 4:29
Gary R. Wheeler18-Apr-03 4:29 
QuestionBuild date in code ? Pin
Trollslayer16-Apr-03 23:23
mentorTrollslayer16-Apr-03 23: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.