Click here to Skip to main content
15,902,635 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Usage of Win32APIs CreateFile(),WriteFile() and ReadFile() Pin
wangningyu6-Oct-09 22:34
wangningyu6-Oct-09 22:34 
GeneralRe: Usage of Win32APIs CreateFile(),WriteFile() and ReadFile() Pin
Michael Schubert6-Oct-09 22:44
Michael Schubert6-Oct-09 22:44 
JokeRe: Usage of Win32APIs CreateFile(),WriteFile() and ReadFile() Pin
Iain Clarke, Warrior Programmer6-Oct-09 23:03
Iain Clarke, Warrior Programmer6-Oct-09 23:03 
GeneralRe: Usage of Win32APIs CreateFile(),WriteFile() and ReadFile() Pin
CPallini6-Oct-09 23:44
mveCPallini6-Oct-09 23:44 
Questionincrement decrement in C++ Pin
hrishiS6-Oct-09 20:18
hrishiS6-Oct-09 20:18 
AnswerRe: increment decrement in C++ Pin
goonyangxiaofang6-Oct-09 20:53
goonyangxiaofang6-Oct-09 20:53 
AnswerRe: increment decrement in C++ Pin
Stuart Dootson6-Oct-09 21:18
professionalStuart Dootson6-Oct-09 21:18 
AnswerRe: increment decrement in C++ Pin
Code-o-mat6-Oct-09 21:44
Code-o-mat6-Oct-09 21:44 
Just additionally to what others told you:
I assume i at the beginning is zero.
So if it comes to the first "part" (right to left), ++i will make it 1, then there's the second part which is simply i so it remaints 1 and then it comes to the third part, ++i again which will increase i to 2, thus 2,1,1.

> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> Sometimes you just have to hate coding to do it well. <

GeneralRe: increment decrement in C++ Pin
hrishiS6-Oct-09 22:26
hrishiS6-Oct-09 22:26 
GeneralRe: increment decrement in C++ Pin
Code-o-mat6-Oct-09 22:49
Code-o-mat6-Oct-09 22:49 
Questionhow to code a program for USB Storage Device, which can show a messagebox when USB Storage Device is removed Pin
WindowsVsLinux6-Oct-09 20:09
WindowsVsLinux6-Oct-09 20:09 
AnswerRe: how to code a program for USB Storage Device, which can show a messagebox when USB Storage Device is removed Pin
Naveen6-Oct-09 20:46
Naveen6-Oct-09 20:46 
GeneralRe: how to code a program for USB Storage Device, which can show a messagebox when USB Storage Device is removed Pin
Iain Clarke, Warrior Programmer6-Oct-09 23:05
Iain Clarke, Warrior Programmer6-Oct-09 23:05 
GeneralRe: how to code a program for USB Storage Device, which can show a messagebox when USB Storage Device is removed Pin
Naveen6-Oct-09 23:19
Naveen6-Oct-09 23:19 
GeneralRe: how to code a program for USB Storage Device, which can show a messagebox when USB Storage Device is removed Pin
Naveen8-Oct-09 23:46
Naveen8-Oct-09 23:46 
GeneralRe: how to code a program for USB Storage Device, which can show a messagebox when USB Storage Device is removed Pin
kilt8-Oct-09 23:35
kilt8-Oct-09 23:35 
GeneralRe: how to code a program for USB Storage Device, which can show a messagebox when USB Storage Device is removed Pin
Iain Clarke, Warrior Programmer9-Oct-09 3:10
Iain Clarke, Warrior Programmer9-Oct-09 3:10 
Questionxls file Pin
trioum6-Oct-09 20:07
trioum6-Oct-09 20:07 
AnswerRe: xls file Pin
Code-o-mat6-Oct-09 21:35
Code-o-mat6-Oct-09 21:35 
AnswerRe: xls file Pin
Stuart Dootson6-Oct-09 21:38
professionalStuart Dootson6-Oct-09 21:38 
QuestionCan i store output from createprocess() function in an array Pin
WindowsVsLinux6-Oct-09 20:05
WindowsVsLinux6-Oct-09 20:05 
AnswerRe: Can i store output from createprocess() function in an array Pin
Naveen6-Oct-09 20:10
Naveen6-Oct-09 20:10 
GeneralRe: Can i store output from createprocess() function in an array Pin
WindowsVsLinux6-Oct-09 20:33
WindowsVsLinux6-Oct-09 20:33 
GeneralRe: Can i store output from createprocess() function in an array Pin
Naveen6-Oct-09 20:45
Naveen6-Oct-09 20:45 
AnswerRe: Can i store output from createprocess() function in an array Pin
Michael Schubert6-Oct-09 21:06
Michael Schubert6-Oct-09 21: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.