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

C / C++ / MFC

 
AnswerRe: how to read and write a file use unicode in windows 98?? Pin
David Crow25-Jan-06 3:49
David Crow25-Jan-06 3:49 
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 
First shot:

namaskaaram wrote:
a="- FIGURE?, UMKC,XYZHello Folks,\
TFy!QJu ROo TNn(ROo)SLq SLq ULo+\
UHs UJq TNn*RPn/QPbEWS_JSWQAIJO^\
NBELPeHBFHT}TnALVlBLOFAkHFOuFETp\
HCStHAUFAgcEAelclcn^r^r\\tZvYxXy\
T|S~Pn SPm SOn TNn ULo0ULo#ULo-W\
Hq!WFs XDt!"


This is the map of india, XORed with some easy key.

namaskaaram wrote:
for(; a-- > 64 ; )
putchar ( ++c=='Z' ? c = c/ 9:33^b&1); return 0;


This displays spaces or '!', ++c=='Z' ? c = c/ 9:33^b&1 being the decyphering code.

More in a while...

~RaGE();
GeneralRe: how does this for loop work! Pin
toxcct25-Jan-06 0:09
toxcct25-Jan-06 0:09 
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 

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.