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

C / C++ / MFC

 
QuestionHow to change radio button style from Left ot Rightwhile the program is running ? Pin
ido00011-Nov-08 21:03
ido00011-Nov-08 21:03 
AnswerRe: How to change radio button style from Left ot Rightwhile the program is running ? Pin
KarstenK11-Nov-08 21:58
mveKarstenK11-Nov-08 21:58 
AnswerRe: How to change radio button style from Left ot Rightwhile the program is running ? Pin
CPallini11-Nov-08 22:07
mveCPallini11-Nov-08 22:07 
JokeRe: How to change radio button style from Left ot Rightwhile the program is running ? Pin
Hamid_RT12-Nov-08 6:01
Hamid_RT12-Nov-08 6:01 
QuestionHow to limit cin to string? Pin
hanlei000000000911-Nov-08 19:33
hanlei000000000911-Nov-08 19:33 
AnswerRe: How to limit cin to string? Pin
_AnsHUMAN_ 11-Nov-08 19:35
_AnsHUMAN_ 11-Nov-08 19:35 
AnswerRe: How to limit cin to string? Pin
ThatsAlok11-Nov-08 20:52
ThatsAlok11-Nov-08 20:52 
AnswerRe: How to limit cin to string? Pin
Rajkumar R11-Nov-08 21:45
Rajkumar R11-Nov-08 21:45 
std::cin.get(str, sizeof(str), '\n');

or

std::cin >> std::setw(sizeof(str)) >>str;
QuestionRe: How to limit cin to string? Pin
David Crow12-Nov-08 3:11
David Crow12-Nov-08 3:11 
QuestionImport file content Pin
john563211-Nov-08 19:11
john563211-Nov-08 19:11 
AnswerRe: Import file content Pin
john563211-Nov-08 23:26
john563211-Nov-08 23:26 
AnswerRe: Import file content Pin
42ka112-Nov-08 2:13
42ka112-Nov-08 2:13 
AnswerRe: Import file content Pin
David Crow12-Nov-08 3:14
David Crow12-Nov-08 3:14 
QuestionFile Path from handle Pin
revanth198511-Nov-08 18:48
revanth198511-Nov-08 18:48 
AnswerRe: File Path from handle Pin
ThatsAlok11-Nov-08 20:57
ThatsAlok11-Nov-08 20:57 
AnswerRe: File Path from handle Pin
Randor 11-Nov-08 22:47
professional Randor 11-Nov-08 22:47 
GeneralRe: File Path from handle Pin
revanth198511-Nov-08 23:17
revanth198511-Nov-08 23:17 
GeneralRe: File Path from handle Pin
Randor 11-Nov-08 23:31
professional Randor 11-Nov-08 23:31 
GeneralRe: File Path from handle Pin
revanth198511-Nov-08 23:43
revanth198511-Nov-08 23:43 
GeneralRe: File Path from handle Pin
SRKSHOME12-Nov-08 0:47
SRKSHOME12-Nov-08 0:47 
QuestionRe: File Path from handle Pin
David Crow12-Nov-08 3:15
David Crow12-Nov-08 3:15 
GeneralRe: File Path from handle Pin
Randor 12-Nov-08 1:21
professional Randor 12-Nov-08 1:21 
QuestionCPU stimulation C++ Pin
124211-Nov-08 18:46
124211-Nov-08 18:46 
AnswerRe: CPU stimulation C++ Pin
David Crow12-Nov-08 3:35
David Crow12-Nov-08 3:35 
GeneralRe: CPU stimulation C++ Pin
124212-Nov-08 6:45
124212-Nov-08 6:45 

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.