Click here to Skip to main content
15,913,911 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DeviceIoControl question Pin
RomTibi5-Mar-12 18:14
RomTibi5-Mar-12 18:14 
GeneralRe: DeviceIoControl question Pin
Randor 6-Mar-12 4:16
professional Randor 6-Mar-12 4:16 
GeneralRe: DeviceIoControl question Pin
RomTibi6-Mar-12 4:29
RomTibi6-Mar-12 4:29 
GeneralRe: DeviceIoControl question Pin
RomTibi9-Mar-12 9:19
RomTibi9-Mar-12 9:19 
QuestionRe: DeviceIoControl question Pin
Randor 9-Mar-12 11:45
professional Randor 9-Mar-12 11:45 
AnswerRe: DeviceIoControl question Pin
RomTibi10-Mar-12 9:31
RomTibi10-Mar-12 9:31 
AnswerRe: DeviceIoControl question Pin
RomTibi16-Mar-12 6:31
RomTibi16-Mar-12 6:31 
GeneralRe: DeviceIoControl question Pin
Randor 16-Mar-12 14:01
professional Randor 16-Mar-12 14:01 
GeneralRe: DeviceIoControl question Pin
RomTibi16-Mar-12 20:29
RomTibi16-Mar-12 20:29 
GeneralRe: DeviceIoControl question Pin
Randor 21-Mar-12 10:55
professional Randor 21-Mar-12 10:55 
GeneralRe: DeviceIoControl question Pin
K4HVDs22-Mar-12 6:39
K4HVDs22-Mar-12 6:39 
QuestionRe: DeviceIoControl question Pin
Randor 27-Mar-12 14:00
professional Randor 27-Mar-12 14:00 
AnswerRe: DeviceIoControl question Pin
K4HVDs27-Mar-12 17:56
K4HVDs27-Mar-12 17:56 
QuestionNeed debugger Pin
Mast Avalons28-Feb-12 5:06
Mast Avalons28-Feb-12 5:06 
AnswerRe: Need debugger Pin
Richard MacCutchan28-Feb-12 5:27
mveRichard MacCutchan28-Feb-12 5:27 
AnswerRe: Need debugger Pin
Randor 28-Feb-12 16:10
professional Randor 28-Feb-12 16:10 
AnswerRe: Need debugger Pin
SuperMegaCoder29-Feb-12 7:16
SuperMegaCoder29-Feb-12 7:16 
QuestionC program to replace all the letters of a string with all 26 alphabets..... Pin
varul27-Feb-12 5:56
varul27-Feb-12 5:56 
C program to replace all the letters of a string with all 26 alphabets and to do permutations to all the substituted ones and finally store the resulted strings in a file..

please help me out in fixing this situation..
To be clear. let me quote an example:

If i havva simple 2 letter word eg: "TO". Then those two letters in the String "TO" are to be replaced by 26 English alphabets character by character individually..
like>>>
Given string: TO
OUTPUT should be like:
AO
BO
CO
DO
EO
.
.
.
ZO
and
TA
TB
TC
TD
TE
.
.
.
.
TZ
and the above generated string permutations(with repetition {n^r} ). such that we should get 26*26 ie.,676 permutations.
I hope u understood the logic..
And these whole set of 676 strings are to be stored in a file.
thanq...
AnswerRe: C program to replace all the letters of a string with all 26 alphabets..... Pin
Richard MacCutchan27-Feb-12 6:04
mveRichard MacCutchan27-Feb-12 6:04 
GeneralRe: C program to replace all the letters of a string with all 26 alphabets..... Pin
varul27-Feb-12 6:40
varul27-Feb-12 6:40 
GeneralRe: C program to replace all the letters of a string with all 26 alphabets..... Pin
Richard MacCutchan27-Feb-12 7:44
mveRichard MacCutchan27-Feb-12 7:44 
AnswerRe: C program to replace all the letters of a string with all 26 alphabets..... Pin
David Crow27-Feb-12 6:30
David Crow27-Feb-12 6:30 
GeneralRe: C program to replace all the letters of a string with all 26 alphabets..... Pin
varul27-Feb-12 6:45
varul27-Feb-12 6:45 
SuggestionRe: C program to replace all the letters of a string with all 26 alphabets..... Pin
David Crow27-Feb-12 7:06
David Crow27-Feb-12 7:06 
GeneralRe: C program to replace all the letters of a string with all 26 alphabets..... Pin
varul27-Feb-12 7:07
varul27-Feb-12 7:07 

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.