Please post you code, (1) Properly indented (2) Always within ...<your code>.... I have done it for you this time, but next time, your thread...
It would be better to mention "what" the target link is all about, when you post them. That would help users to identify if that would be useful...
Welcome to G4EF, Mr.Smiley :)
:iagree: We are still watching ;)
Not sure abt pwc7, but wbc extension can be one of the following : WinBatch Script File : File extension is used by WinBatch. File contains...
:rofl:
Nice question and observation xpi0t0s :) 5 * sqrt(2) = 7.0710 = 7 (approx.) Nice.
It must be 9.
My mistake :p Nice.
Then I would do it this way ;) char Result[2][5] = {"EVEN", "ODD"}; printf("%d is %s\n", A, Result[A&1]);
We can always replace the if...else with the conditional operator <condition> ? <true case> : <false case> . That way, the code becomes : (A&1) ?...
I would nominate the TrueCrypt Project :)
My pleasure :)
Hi, Thanx for reporting. :) There was a typo at this line :Set objColFolders = objFolder.Folders It should read :Set objColFolders =...
This is the 2nd time you have done that, so added infraction for you.
Duplicate of http://www.go4expert.com/showthread.php?t=19527 [[ Thread CLOSED ]]
OK, we can't use relational, arithmetic, logical operators, but we can use bit-wise and operator. if(A&1) {printf("%d is odd\n", A);} else...
:welcome:
I agree with neo. This question should be canceled. Had it been asked correctly, many would have got it right. Making a question tricky != hiding...
Looks like JavaScript, but I need some more time to analyze it completely.
Separate names with a comma.