It would be ok if the policy said: "Please, codeguru lives from its ads. To participate to codeguru's income, don't block ads".
But, forbidding ads blockers is a different matter.
This is the...
It isn't clear what bypassing means.
HTML is a declarative language, not an imperative language.
This can be used to render documents, extract data from documents in various ways.
Among other...
@JVene: If you use FF, you can download ads-blocking extensions.
You can also download an extension that prevents flash animations from playing until you activate the plug-in explicitly by clicking...
They live or they leave.
Recently, an additionnal annoyance has been added at the top of every page. :(
It's sad to see that codeguru slowly becomes...
The discussion about Xeon's post is off-topic on this thread.
I created a thread in the Feedback forum where you can follow up to.
http://www.codeguru.com/forum/showthread.php?t=435234
C# and VB.NET have the same capacities for interfacing with the system. They use the same framework.
Moreover, their OOP features are similar. With both languages, you get approximatively the same...
Learning a word isn't a simple thing... Every word can be studied deeply... And interactions of words can be studied. Actually, a man can learn for a life, a language, its history and the mechanisms...
No. This is a myth. This is absolutely wrong on my computer (and actually, on all computers I've owned up to now).
When I compress a RAR file, my CPU is eaten at 100% and my disk is read at 500...
Using exceptions for that is evil.
Not only is it perversing the system, but it's also likely to have incredibely bad performances. Ssomething like more than 200 microseconds for each throw...
Why do you block on WaitForSingleObject at most 42 milliseconds? To be in front of the cake more time? Being in front of the cake once every 42 milliseconds is probably insufficient, anyway.
If you...
Questions about the C programming language should be asked on the C++ (non visual C++ issues) forum.
http://www.codeguru.com/forum/forumdisplay.php?f=9
For example, if you compress a file while this sleep function is running, it'll compress TWICE as slow (unless you've a dual core or multiprocessor machine).
It's...
In other words, if you spend your life in a dentist's waiting room, you'll locally feel that the time passes very slowly, but, at the end, you'll feel that your life was very short because you did...