Click here to Skip to main content
15,896,154 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CPUStress Pin
Ravi Bhavnani27-Feb-02 5:43
professionalRavi Bhavnani27-Feb-02 5:43 
GeneralRe: CPUStress Pin
peterchen27-Feb-02 5:53
peterchen27-Feb-02 5:53 
GeneralRe: CPUStress Pin
Ravi Bhavnani27-Feb-02 5:53
professionalRavi Bhavnani27-Feb-02 5:53 
GeneralRe: CPUStress Pin
Jamie Hale27-Feb-02 8:03
Jamie Hale27-Feb-02 8:03 
GeneralAdding Multi-Currency support to Legacy C++ App Pin
Carlos Taylor27-Feb-02 4:50
Carlos Taylor27-Feb-02 4:50 
GeneralAssigning A keystroke in C++ Pin
Komtiki27-Feb-02 3:00
Komtiki27-Feb-02 3:00 
GeneralRe: Assigning A keystroke in C++ Pin
moliate27-Feb-02 3:19
moliate27-Feb-02 3:19 
GeneralRe: Assigning A keystroke in C++ Pin
BlackSmith27-Feb-02 3:28
BlackSmith27-Feb-02 3:28 
//1. //Have it as a string

string cplusplus_Chr(char cAsciiCode)
{
char retChar[2];
retChar[0] = cAsciiCode;
return retChar;
}

//2. Have it as char

void main()
{
char cInput;

cInput = getchar(); // cin >> cInput;
printf("%c",cInput);// cout << cInput; (Display it!)
}

--BlackSmith--

"With the help of all mighty", 2001, Me.
GeneralRe: Assigning A keystroke in C++ Pin
Nish Nishant27-Feb-02 3:57
sitebuilderNish Nishant27-Feb-02 3:57 
GeneralDrag'n drop ....... Pin
Jerome Conus27-Feb-02 2:25
Jerome Conus27-Feb-02 2:25 
GeneralRe: Drag'n drop ....... Pin
Michael Dunn27-Feb-02 8:22
sitebuilderMichael Dunn27-Feb-02 8:22 
Generallist of all users on Win OS Pin
sanskypotov27-Feb-02 2:23
sanskypotov27-Feb-02 2:23 
GeneralRe: list of all users on Win OS Pin
Mazdak27-Feb-02 3:27
Mazdak27-Feb-02 3:27 
GeneralRe: list of all users on Win OS Pin
sanskypotov27-Feb-02 20:38
sanskypotov27-Feb-02 20:38 
GeneralRe: list of all users on Win OS Pin
Carlos Antollini27-Feb-02 3:31
Carlos Antollini27-Feb-02 3:31 
GeneralRe: list of all users on Win OS Pin
Carlos Antollini27-Feb-02 3:31
Carlos Antollini27-Feb-02 3:31 
GeneralNeed all the create users on that machine Pin
sanskypotov27-Feb-02 20:03
sanskypotov27-Feb-02 20:03 
GeneralRe: Need all the create users on that machine Pin
Carlos Antollini28-Feb-02 3:07
Carlos Antollini28-Feb-02 3:07 
QuestionA ready-made framework for Add-ins? Pin
Omer S.27-Feb-02 1:34
Omer S.27-Feb-02 1:34 
AnswerRe: A ready-made framework for Add-ins? Pin
Roger Allen27-Feb-02 4:26
Roger Allen27-Feb-02 4:26 
Generalproblem with XP Visual Styles API Pin
Konstantin S. Diguine27-Feb-02 0:27
Konstantin S. Diguine27-Feb-02 0:27 
GeneralRe: problem with XP Visual Styles API Pin
Paul A. Howes27-Feb-02 3:11
Paul A. Howes27-Feb-02 3:11 
GeneralRe: problem with XP Visual Styles API Pin
Konstantin S. Diguine27-Feb-02 3:32
Konstantin S. Diguine27-Feb-02 3:32 
GeneralRe: problem with XP Visual Styles API Pin
Paul A. Howes27-Feb-02 15:21
Paul A. Howes27-Feb-02 15:21 
GeneralFocus - problem Pin
Wizard_0127-Feb-02 0:06
Wizard_0127-Feb-02 0:06 

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.