Click here to Skip to main content
15,891,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Can someone explain this please Pin
Tom Wright27-Jan-05 10:26
Tom Wright27-Jan-05 10:26 
GeneralDocument order Pin
vineas27-Jan-05 4:33
vineas27-Jan-05 4:33 
GeneralRe: Document order Pin
Neville Franks27-Jan-05 5:57
Neville Franks27-Jan-05 5:57 
GeneralRe: Document order Pin
vineas27-Jan-05 6:31
vineas27-Jan-05 6:31 
Generalmodulus error result Pin
mytz27-Jan-05 3:05
mytz27-Jan-05 3:05 
GeneralRe: modulus error result Pin
Chris Losinger27-Jan-05 3:16
professionalChris Losinger27-Jan-05 3:16 
GeneralRe: modulus error result Pin
Antony M Kancidrowski27-Jan-05 3:17
Antony M Kancidrowski27-Jan-05 3:17 
GeneralRe: modulus error result Pin
Maximilien27-Jan-05 3:17
Maximilien27-Jan-05 3:17 
the results are correct; the modulo is the remainder of the division.

(1 + 7) / 10 = 0 + 8
(2 + 7) / 10 = 0 + 9
(3 + 7) / 10 = 1 + 0
(4 + 7) / 10 = 1 + 1;




Maximilien Lincourt
Your Head A Splode - Strong Bad
Generalmodulus prob Pin
mytz27-Jan-05 3:00
mytz27-Jan-05 3:00 
GeneralRe: modulus prob Pin
Chris Losinger27-Jan-05 3:05
professionalChris Losinger27-Jan-05 3:05 
Generalcann't complie .c files in vc++ 6.0 Pin
vikram yadav27-Jan-05 2:38
vikram yadav27-Jan-05 2:38 
GeneralRe: cann't complie .c files in vc++ 6.0 Pin
David Crow27-Jan-05 2:46
David Crow27-Jan-05 2:46 
GeneralRe: cann't complie .c files in vc++ 6.0 Pin
Bob Ciora27-Jan-05 6:10
Bob Ciora27-Jan-05 6:10 
Generalusing modulus... Pin
mytz27-Jan-05 2:35
mytz27-Jan-05 2:35 
GeneralRe: using modulus... Pin
David Crow27-Jan-05 2:49
David Crow27-Jan-05 2:49 
GeneralRe: using modulus... Pin
User 665827-Jan-05 2:52
User 665827-Jan-05 2:52 
Questionhow to close a thread? Pin
doneirik27-Jan-05 1:58
doneirik27-Jan-05 1:58 
AnswerRe: how to close a thread? Pin
Abyss27-Jan-05 2:29
Abyss27-Jan-05 2:29 
AnswerRe: how to close a thread? Pin
David Crow27-Jan-05 2:54
David Crow27-Jan-05 2:54 
GeneralControlling Audio Levels in one filter graph Pin
Member 95145327-Jan-05 1:42
Member 95145327-Jan-05 1:42 
GeneralChildren window issue Pin
Abyss27-Jan-05 1:38
Abyss27-Jan-05 1:38 
GeneralRe: Children window issue Pin
Antony M Kancidrowski27-Jan-05 3:28
Antony M Kancidrowski27-Jan-05 3:28 
GeneralRe: Children window issue Pin
Abyss27-Jan-05 3:42
Abyss27-Jan-05 3:42 
Generalconvert from 'std::string' to 'const char *' Pin
tomcraft_x27-Jan-05 1:19
tomcraft_x27-Jan-05 1:19 
GeneralRe: convert from 'std::string' to 'const char *' Pin
22491727-Jan-05 1:31
22491727-Jan-05 1:31 

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.