Click here to Skip to main content
15,921,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Does the static variable modifier make variable access faster? Pin
BhaskarBora4-Jun-03 1:42
BhaskarBora4-Jun-03 1:42 
GeneralRe: Does the static variable modifier make variable access faster? Pin
Dominik Reichl4-Jun-03 4:42
Dominik Reichl4-Jun-03 4:42 
Questionhow to make Floppy-Disk-Device's LED blinking Pin
FlyingDancer3-Jun-03 22:25
FlyingDancer3-Jun-03 22:25 
AnswerRe: how to make Floppy-Disk-Device's LED blinking Pin
Toni784-Jun-03 19:51
Toni784-Jun-03 19:51 
GeneralRe: how to make Floppy-Disk-Device's LED blinking Pin
FlyingDancer4-Jun-03 20:13
FlyingDancer4-Jun-03 20:13 
GeneralRe: how to make Floppy-Disk-Device's LED blinking Pin
Toni784-Jun-03 20:51
Toni784-Jun-03 20:51 
GeneralRe: how to make Floppy-Disk-Device's LED blinking Pin
FlyingDancer4-Sep-03 15:12
FlyingDancer4-Sep-03 15:12 
GeneralCFtpFileFind Bug ! Pin
oz_the_wizard3-Jun-03 21:52
oz_the_wizard3-Jun-03 21:52 
Hi~

Below source is that find a file on ftp server. (from MSDN example)

By the way, no problem on windows iis ftp server
, but finder.FindFile() always return 1 on unix server .

What's wrong??

CInternetSession sess(_T("MyProgram/1.0"));

CFtpConnection* pConnect = NULL;

pConnect = sess.GetFtpConnection(_T("ftp.microsoft.com"));



CFtpFileFind finder(pConnect);

// start looping

BOOL bWorking = finder.FindFile(_T("*")); // bug !!

while (bWorking)

{

bWorking = finder.FindNextFile();

printf("%s\n", (LPCTSTR) finder.GetFileURL());

}


There are two men, one is a programmer, another is a man.
GeneralMaking selected item bk 50% transparent in a ownerdrawn clistctrl Pin
justin2233-Jun-03 21:42
justin2233-Jun-03 21:42 
GeneralRe: Making selected item bk 50% transparent in a ownerdrawn clistctrl Pin
Cris4-Jun-03 4:38
Cris4-Jun-03 4:38 
GeneralSpecial characters program Pin
meshteb3-Jun-03 21:35
meshteb3-Jun-03 21:35 
GeneralRe: Special characters program Pin
Ted Ferenc3-Jun-03 21:55
Ted Ferenc3-Jun-03 21:55 
GeneralRe: Special characters program Pin
Andrew Walker3-Jun-03 22:03
Andrew Walker3-Jun-03 22:03 
GeneralConverting _int64 to string Pin
Shah Shehpori3-Jun-03 21:04
sussShah Shehpori3-Jun-03 21:04 
GeneralRe: Converting _int64 to string Pin
askadar3-Jun-03 21:50
askadar3-Jun-03 21:50 
GeneralRe: Converting _int64 to string Pin
Mike Nordell4-Jun-03 3:31
Mike Nordell4-Jun-03 3:31 
GeneralMessage and Single Instance Pin
Rage3-Jun-03 20:49
professionalRage3-Jun-03 20:49 
GeneralChanging tooltips at runtime for a CWnd object Pin
Raghunandan S3-Jun-03 19:32
Raghunandan S3-Jun-03 19:32 
GeneralRe: Changing tooltips at runtime for a CWnd object Pin
oz_the_wizard3-Jun-03 21:58
oz_the_wizard3-Jun-03 21:58 
GeneralDeletePrinter() don't work...Please advise me... Pin
charisma_youn3-Jun-03 19:13
charisma_youn3-Jun-03 19:13 
GeneralMake Program in VC++ to send E-mail Pin
Anonymous3-Jun-03 18:29
Anonymous3-Jun-03 18:29 
GeneralRe: Make Program in VC++ to send E-mail Pin
valikac3-Jun-03 19:30
valikac3-Jun-03 19:30 
GeneralRe: Make Program in VC++ to send E-mail Pin
Anonymous3-Jun-03 22:53
Anonymous3-Jun-03 22:53 
GeneralRe: Make Program in VC++ to send E-mail Pin
valikac4-Jun-03 7:14
valikac4-Jun-03 7:14 
GeneralRe: Make Program in VC++ to send E-mail Pin
Axter3-Jun-03 21:06
professionalAxter3-Jun-03 21:06 

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.