Click here to Skip to main content
15,925,602 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CreateDirectoryA can not be resolved Pin
Paresh Chitte21-Aug-07 22:05
Paresh Chitte21-Aug-07 22:05 
GeneralRe: CreateDirectoryA can not be resolved Pin
George_George21-Aug-07 22:23
George_George21-Aug-07 22:23 
AnswerRe: CreateDirectoryA can not be resolved Pin
David Crow22-Aug-07 2:30
David Crow22-Aug-07 2:30 
GeneralRe: CreateDirectoryA can not be resolved Pin
George_George22-Aug-07 3:16
George_George22-Aug-07 3:16 
QuestionEncoder Pin
celllllllll21-Aug-07 12:08
celllllllll21-Aug-07 12:08 
QuestionRe: Encoder Pin
celllllllll21-Aug-07 12:27
celllllllll21-Aug-07 12:27 
AnswerRe: Encoder Pin
cp987621-Aug-07 13:29
cp987621-Aug-07 13:29 
AnswerRe: Encoder Pin
El Corazon21-Aug-07 13:48
El Corazon21-Aug-07 13:48 
celllllllll wrote:
Can you guys help that what do I need for it?


start with IPO: Input, Process, Output.

what do you want to encode?
how do you want to encode it?
what purpose do you want the output to fulfill?

encoding is changing one thing to another:
compression is a form of encoding to save space.
ecryption is a form of encoding to hide the output from undesirables.
serialization is a form of encoding to transfer a binary object as text
etc.

So simply asking for help in encoding, help me now, please, won't get you far. Start by defining the problem, define it well. Once you can define it, you start breaking it down to its parts. IPO is an archaic method, but it still works especially for new programmers. Break it down into sub groups of functional parts, each with an IPO definition, each does only their small part. Put it all together, and you have a program.

BUT, first you have to start by defining it.

_________________________
Asu no koto o ieba, tenjo de nezumi ga warau.
Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

GeneralRe: Encoder Pin
celllllllll21-Aug-07 14:33
celllllllll21-Aug-07 14:33 
GeneralRe: Encoder Pin
El Corazon21-Aug-07 15:03
El Corazon21-Aug-07 15:03 
AnswerRe: Encoder Pin
Stephen Hewitt21-Aug-07 14:35
Stephen Hewitt21-Aug-07 14:35 
GeneralRe: Encoder Pin
celllllllll21-Aug-07 14:39
celllllllll21-Aug-07 14:39 
GeneralRe: Encoder Pin
Maximilien21-Aug-07 15:16
Maximilien21-Aug-07 15:16 
QuestionHelp With Dialog Based App Pin
simoncoul21-Aug-07 8:41
simoncoul21-Aug-07 8:41 
AnswerRe: Help With Dialog Based App Pin
Mark Salsbery21-Aug-07 8:43
Mark Salsbery21-Aug-07 8:43 
GeneralRe: Help With Dialog Based App Pin
simoncoul21-Aug-07 9:00
simoncoul21-Aug-07 9:00 
GeneralRe: Help With Dialog Based App Pin
Mark Salsbery21-Aug-07 9:17
Mark Salsbery21-Aug-07 9:17 
GeneralRe: Help With Dialog Based App Pin
simoncoul21-Aug-07 9:27
simoncoul21-Aug-07 9:27 
AnswerRe: Help With Dialog Based App Pin
David Crow21-Aug-07 10:49
David Crow21-Aug-07 10:49 
Questionerror C2512: 'Cryptography::CRC32' : no appropriate default constructor available Pin
CiNN21-Aug-07 7:02
CiNN21-Aug-07 7:02 
AnswerRe: error C2512: 'Cryptography::CRC32' : no appropriate default constructor available Pin
Mark Salsbery21-Aug-07 8:26
Mark Salsbery21-Aug-07 8:26 
GeneralRe: error C2512: 'Cryptography::CRC32' : no appropriate default constructor available Pin
CiNN21-Aug-07 9:54
CiNN21-Aug-07 9:54 
QuestionRe: error C2512: 'Cryptography::CRC32' : no appropriate default constructor available Pin
David Crow21-Aug-07 10:51
David Crow21-Aug-07 10:51 
AnswerRe: error C2512: 'Cryptography::CRC32' : no appropriate default constructor available Pin
CiNN21-Aug-07 11:21
CiNN21-Aug-07 11:21 
GeneralRe: error C2512: 'Cryptography::CRC32' : no appropriate default constructor available Pin
Mark Salsbery21-Aug-07 13:49
Mark Salsbery21-Aug-07 13:49 

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.