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

C / C++ / MFC

 
GeneralOO Design Problem Pin
Jun Misugi8-Mar-04 10:22
Jun Misugi8-Mar-04 10:22 
GeneralRe: OO Design Problem Pin
Jim Crafton8-Mar-04 10:55
Jim Crafton8-Mar-04 10:55 
GeneralRe: OO Design Problem Pin
Navin8-Mar-04 11:00
Navin8-Mar-04 11:00 
GeneralRe: OO Design Problem Pin
Jun Misugi8-Mar-04 11:07
Jun Misugi8-Mar-04 11:07 
GeneralMemory Deallocation problem Pin
gteichner8-Mar-04 9:38
gteichner8-Mar-04 9:38 
GeneralFrom txt file to array...c++ .net framework Pin
kfresh8-Mar-04 8:57
kfresh8-Mar-04 8:57 
GeneralRe: From txt file to array...c++ .net framework Pin
Tom Larsen8-Mar-04 9:06
Tom Larsen8-Mar-04 9:06 
GeneralRe: From txt file to array...c++ .net framework Pin
David Crow8-Mar-04 9:16
David Crow8-Mar-04 9:16 
String strLine;
while ((strLine = inData->ReadLine())) != null)
{
    // now parse strLine
}



"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)
GeneralRe: From txt file to array...c++ .net framework Pin
Christian Graus8-Mar-04 10:44
protectorChristian Graus8-Mar-04 10:44 
GeneralRe: From txt file to array...c++ .net framework Pin
kfresh8-Mar-04 10:50
kfresh8-Mar-04 10:50 
GeneralRe: From txt file to array...c++ .net framework Pin
Christian Graus8-Mar-04 10:55
protectorChristian Graus8-Mar-04 10:55 
GeneralRe: From txt file to array...c++ .net framework Pin
kfresh8-Mar-04 10:57
kfresh8-Mar-04 10:57 
GeneralRe: From txt file to array...c++ .net framework Pin
Christian Graus8-Mar-04 11:05
protectorChristian Graus8-Mar-04 11:05 
GeneralINI file question Pin
Tom Wright8-Mar-04 8:57
Tom Wright8-Mar-04 8:57 
GeneralRe: INI file question Pin
David Crow8-Mar-04 9:00
David Crow8-Mar-04 9:00 
GeneralRe: INI file question Pin
Tom Wright8-Mar-04 9:12
Tom Wright8-Mar-04 9:12 
GeneralRe: INI file question Pin
David Crow8-Mar-04 9:20
David Crow8-Mar-04 9:20 
GeneralRe: INI file question Pin
Tom Wright8-Mar-04 9:22
Tom Wright8-Mar-04 9:22 
GeneralRe: INI file question Pin
Tom Wright8-Mar-04 10:16
Tom Wright8-Mar-04 10:16 
GeneralRe: INI file question Pin
David Crow9-Mar-04 1:58
David Crow9-Mar-04 1:58 
GeneralRe: INI file question Pin
Navin8-Mar-04 10:57
Navin8-Mar-04 10:57 
GeneralRe: INI file question Pin
David Crow9-Mar-04 2:13
David Crow9-Mar-04 2:13 
GeneralTransferring a BMP file on network Pin
prasadddeshpande8-Mar-04 8:09
prasadddeshpande8-Mar-04 8:09 
GeneralRe: Transferring a BMP file on network Pin
Atif Mushtaq8-Mar-04 18:56
Atif Mushtaq8-Mar-04 18:56 
GeneralRe: Transferring a BMP file on network Pin
prasadddeshpande10-Mar-04 7:45
prasadddeshpande10-Mar-04 7:45 

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.