Click here to Skip to main content
15,919,479 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalusing stringtokenizer in c++ Pin
Member 1609889-Sep-03 22:43
Member 1609889-Sep-03 22:43 
GeneralRe: using stringtokenizer in c++ Pin
Ravi Bhavnani9-Sep-03 22:56
professionalRavi Bhavnani9-Sep-03 22:56 
GeneralRe: using stringtokenizer in c++ Pin
Bernhard9-Sep-03 23:01
Bernhard9-Sep-03 23:01 
GeneralRe: using stringtokenizer in c++ Pin
Member 1609889-Sep-03 23:03
Member 1609889-Sep-03 23:03 
GeneralRe: using stringtokenizer in c++ Pin
Bernhard9-Sep-03 23:04
Bernhard9-Sep-03 23:04 
GeneralRe: using stringtokenizer in c++ Pin
Jagadeesh VN9-Sep-03 23:09
Jagadeesh VN9-Sep-03 23:09 
GeneralRe: using stringtokenizer in c++ Pin
Jagadeesh VN9-Sep-03 23:10
Jagadeesh VN9-Sep-03 23:10 
GeneralArrow keys Pin
Marissa1829-Sep-03 22:28
Marissa1829-Sep-03 22:28 
im wondering how i map these i tried OnChar and OnKeyUp and OnKeyDown
but non of them do what i tell them to do instead it just moved the selected button on the tool bar i have here is the code i have for all 3 messages

switch(nChar)
{
case VK_UP:
curr_room.y -= 1;
break;
case VK_DOWN:
case VK_LEFT:
case VK_RIGHT:
break;
}

as you can see its imcomplete the but VK_UP doesnt even work how i want it
can someone tell me the proper way to get these keys to do work for me
thanks
GeneralRe: Arrow keys Pin
KaЯl10-Sep-03 0:26
KaЯl10-Sep-03 0:26 
GeneralRe: Arrow keys Pin
Marissa18210-Sep-03 10:19
Marissa18210-Sep-03 10:19 
GeneralRe: Arrow keys Pin
KaЯl10-Sep-03 21:10
KaЯl10-Sep-03 21:10 
GeneralSerial communication witch 9.bit Pin
Kuceram9-Sep-03 22:27
Kuceram9-Sep-03 22:27 
GeneralRe: Serial communication witch 9.bit Pin
Ryan Binns10-Sep-03 0:44
Ryan Binns10-Sep-03 0:44 
GeneralRe: Serial communication witch 9.bit Pin
conrad Braam10-Sep-03 3:00
conrad Braam10-Sep-03 3:00 
GeneralRe: Serial communication witch 9.bit Pin
Ryan Binns10-Sep-03 3:08
Ryan Binns10-Sep-03 3:08 
GeneralCRLF vs. LF Pin
peterchen9-Sep-03 20:55
peterchen9-Sep-03 20:55 
GeneralRe: CRLF vs. LF Pin
geo_m9-Sep-03 21:56
geo_m9-Sep-03 21:56 
GeneralRe: CRLF vs. LF Pin
Johnny ²9-Sep-03 22:00
Johnny ²9-Sep-03 22:00 
GeneralRe: CRLF vs. LF Pin
Ryan Binns10-Sep-03 0:35
Ryan Binns10-Sep-03 0:35 
GeneralDetect the icon selected on desktop Pin
Tipu9-Sep-03 20:49
Tipu9-Sep-03 20:49 
Generalbase-change in c++ without using streams Pin
elchip9-Sep-03 18:59
elchip9-Sep-03 18:59 
GeneralRe: base-change in c++ without using streams Pin
PJ Arends9-Sep-03 20:11
professionalPJ Arends9-Sep-03 20:11 
GeneralRe: base-change in c++ without using streams Pin
elchip9-Sep-03 20:18
elchip9-Sep-03 20:18 
GeneralDLL to static lib converter Pin
Ravi Bhavnani9-Sep-03 18:10
professionalRavi Bhavnani9-Sep-03 18:10 
GeneralRe: DLL to static lib converter Pin
Neville Franks9-Sep-03 23:51
Neville Franks9-Sep-03 23:51 

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.