Click here to Skip to main content
15,890,436 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
AnswerRe: Some HP laptops are hiding a deactivated keylogger Pin
dandy7212-Dec-17 4:32
dandy7212-Dec-17 4:32 
GeneralRe: Some HP laptops are hiding a deactivated keylogger Pin
Cornelius Henning12-Dec-17 4:39
professionalCornelius Henning12-Dec-17 4:39 
GeneralRe: Some HP laptops are hiding a deactivated keylogger Pin
dandy7212-Dec-17 5:11
dandy7212-Dec-17 5:11 
GeneralRe: Some HP laptops are hiding a deactivated keylogger Pin
the goat in your machine11-Dec-17 20:32
the goat in your machine11-Dec-17 20:32 
GeneralRe: Some HP laptops are hiding a deactivated keylogger Pin
W Balboos, GHB12-Dec-17 0:46
W Balboos, GHB12-Dec-17 0:46 
GeneralRe: Some HP laptops are hiding a deactivated keylogger Pin
#realJSOP12-Dec-17 1:40
mve#realJSOP12-Dec-17 1:40 
GeneralRe: Some HP laptops are hiding a deactivated keylogger Pin
Cornelius Henning12-Dec-17 3:02
professionalCornelius Henning12-Dec-17 3:02 
GeneralStupid compilers face palm Pin
charlieg11-Dec-17 9:51
charlieg11-Dec-17 9:51 
So, I'm testing some ftp s/w on Windows. Standard code, details deliberately dropped:

handle myHandle = FtpFindFirstFile();


if (NULL != myHandle)
{
    do
    {
    } while (InternetFindNextFile());
}


I'm in the debugger, I just want to see the values in some data structures. Code keeps dropping right out of the do loop. Code steps in, loop exits, I know there are more files matching than just the first... wth is going on?

duh, compiler be too smart - nothing in the do loop, why bother? Add a variable increment in the loop, all works. Sniff | :^) Sigh | :sigh: so much time lost
Charlie Gilley
<italic>Stuck in a dysfunctional matrix from which I must escape...

"Where liberty dwells, there is my country." B. Franklin, 1783
“They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759

GeneralRe: Stupid compilers face palm Pin
CPallini11-Dec-17 10:05
mveCPallini11-Dec-17 10:05 
GeneralRe: Stupid compilers face palm Pin
Rick York11-Dec-17 10:05
mveRick York11-Dec-17 10:05 
GeneralRe: Stupid compilers face palm Pin
charlieg11-Dec-17 14:39
charlieg11-Dec-17 14:39 
GeneralRe: Stupid compilers face palm Pin
Marc Clifton11-Dec-17 10:31
mvaMarc Clifton11-Dec-17 10:31 
GeneralRe: Stupid compilers face palm Pin
Peter_in_278011-Dec-17 13:04
professionalPeter_in_278011-Dec-17 13:04 
GeneralRe: Stupid compilers face palm Pin
charlieg11-Dec-17 14:43
charlieg11-Dec-17 14:43 
GeneralRe: Stupid compilers face palm Pin
PIEBALDconsult11-Dec-17 11:18
mvePIEBALDconsult11-Dec-17 11:18 
GeneralRe: Stupid compilers face palm Pin
charlieg11-Dec-17 14:45
charlieg11-Dec-17 14:45 
GeneralRe: Stupid compilers face palm Pin
CodeWraith11-Dec-17 20:18
CodeWraith11-Dec-17 20:18 
GeneralRe: Stupid compilers face palm Pin
Marco Bertschi11-Dec-17 21:40
protectorMarco Bertschi11-Dec-17 21:40 
GeneralRe: Stupid compilers face palm Pin
megaadam11-Dec-17 23:26
professionalmegaadam11-Dec-17 23:26 
GeneralThought of the Day Pin
OriginalGriff11-Dec-17 4:49
mveOriginalGriff11-Dec-17 4:49 
GeneralRe: Thought of the Day Pin
Duncan Edwards Jones11-Dec-17 5:02
professionalDuncan Edwards Jones11-Dec-17 5:02 
GeneralRe: Thought of the Day Pin
OriginalGriff11-Dec-17 5:12
mveOriginalGriff11-Dec-17 5:12 
GeneralRe: Thought of the Day Pin
Basildane11-Dec-17 6:41
Basildane11-Dec-17 6:41 
GeneralRe: Thought of the Day Pin
Mike Hankey11-Dec-17 5:11
mveMike Hankey11-Dec-17 5:11 
GeneralRe: Thought of the Day Pin
Rick York11-Dec-17 5:54
mveRick York11-Dec-17 5:54 

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.