Click here to Skip to main content
15,895,256 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to read and write a file use unicode in windows 98?? Pin
ebinaini25-Jan-06 14:31
ebinaini25-Jan-06 14:31 
QuestionRe: how to read and write a file use unicode in windows 98?? Pin
David Crow26-Jan-06 2:27
David Crow26-Jan-06 2:27 
Questionhow does this for loop work! Pin
namaskaaram24-Jan-06 23:21
namaskaaram24-Jan-06 23:21 
AnswerRe: how does this for loop work! Pin
benjymous24-Jan-06 23:31
benjymous24-Jan-06 23:31 
GeneralRe: how does this for loop work! Pin
Trollslayer25-Jan-06 1:42
mentorTrollslayer25-Jan-06 1:42 
AnswerRe: how does this for loop work! Pin
Owner drawn24-Jan-06 23:32
Owner drawn24-Jan-06 23:32 
AnswerRe: how does this for loop work! Pin
Rage24-Jan-06 23:43
professionalRage24-Jan-06 23:43 
GeneralRe: how does this for loop work! Pin
toxcct25-Jan-06 0:09
toxcct25-Jan-06 0:09 
Rage wrote:
This displays spaces or '!', ++c=='Z' ? c = c/ 9:33^b&1 being the decyphering code.


we have a ?: operator here, so might be seen this way first :
putchar(
    (++c == 'Z') ?
    (c = c / 9)  :
    (33 ^ (b & 1))    // bitwise & AND operator preceedes bitwise ^ XOR operator 
);




TOXCCT >>> GEII power
[toxcct][VisualCalc 2.20][VCalc 3.0 soon...]
AnswerRe: how does this for loop work! Pin
Rage25-Jan-06 0:03
professionalRage25-Jan-06 0:03 
GeneralRe: how does this for loop work! Pin
David Crow25-Jan-06 4:12
David Crow25-Jan-06 4:12 
AnswerWhat it actually means... ! Pin
toxcct25-Jan-06 0:43
toxcct25-Jan-06 0:43 
GeneralRe: What it actually means... ! Pin
Eytukan25-Jan-06 2:32
Eytukan25-Jan-06 2:32 
GeneralRe: What it actually means... ! Pin
toxcct25-Jan-06 2:34
toxcct25-Jan-06 2:34 
GeneralRe: What it actually means... ! Pin
Chris Losinger25-Jan-06 4:50
professionalChris Losinger25-Jan-06 4:50 
GeneralRe: What it actually means... ! Pin
toxcct25-Jan-06 4:54
toxcct25-Jan-06 4:54 
General[Message Deleted] Pin
Chris Losinger25-Jan-06 5:02
professionalChris Losinger25-Jan-06 5:02 
GeneralRe: What it actually means... ! Pin
toxcct25-Jan-06 5:04
toxcct25-Jan-06 5:04 
GeneralRe: What it actually means... ! Pin
Chris Losinger25-Jan-06 5:13
professionalChris Losinger25-Jan-06 5:13 
GeneralRe: What it actually means... ! Pin
toxcct25-Jan-06 6:12
toxcct25-Jan-06 6:12 
GeneralRe: What it actually means... ! Pin
toxcct25-Jan-06 6:46
toxcct25-Jan-06 6:46 
GeneralRe: What it actually means... ! Pin
Chris Losinger25-Jan-06 7:02
professionalChris Losinger25-Jan-06 7:02 
GeneralRe: What it actually means... ! Pin
toxcct25-Jan-06 7:04
toxcct25-Jan-06 7:04 
GeneralRe: What it actually means... ! Pin
Chris Losinger25-Jan-06 7:09
professionalChris Losinger25-Jan-06 7:09 
GeneralRe: What it actually means... ! Pin
sunit525-Jan-06 7:14
sunit525-Jan-06 7:14 
GeneralRe: What it actually means... ! Pin
BadKarma25-Jan-06 20:42
BadKarma25-Jan-06 20:42 

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.