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

C / C++ / MFC

 
GeneralRe: Administrator Privileges Pin
Eugen Podsypalnikov13-Sep-10 20:26
Eugen Podsypalnikov13-Sep-10 20:26 
QuestionHow can find 2nd sat of month? Pin
Le@rner13-Sep-10 19:37
Le@rner13-Sep-10 19:37 
AnswerRe: How can find 2nd sat of month? Pin
Eugen Podsypalnikov13-Sep-10 20:11
Eugen Podsypalnikov13-Sep-10 20:11 
GeneralRe: How can find 2nd sat of month? Pin
CPallini13-Sep-10 22:59
mveCPallini13-Sep-10 22:59 
GeneralRe: How can find 2nd sat of month? Pin
Eugen Podsypalnikov13-Sep-10 23:23
Eugen Podsypalnikov13-Sep-10 23:23 
AnswerRe: How can find 2nd sat of month? PinPopular
CPallini13-Sep-10 22:58
mveCPallini13-Sep-10 22:58 
QuestionPointer Pointing to Itself? Pin
Skippums13-Sep-10 14:45
Skippums13-Sep-10 14:45 
AnswerRe: Pointer Pointing to Itself? Pin
Peter_in_278013-Sep-10 19:13
professionalPeter_in_278013-Sep-10 19:13 
IIRC, the original C idea (almost 40 years ago) was that the "value" of an array symbol was its base address. In other words, array == &array == &(array[0]). This dates from the days when a pointer was a pointer (to anything), and void was not yet a keyword. Somewhere in a standard or pseudo-standard that I can't find right now, there is a statement to the effect that the address-of operator (&) is optional when referring to an array. I remember some fairly energetic debate when I was working on a very early non-PDP11 implementation of Unix and C.
[OT, sort of] I think this is sufficiently removed from the present message in the time dimension for considerations of simultaneity to be of probability zero. Poke tongue | ;-P ]

Cheers from an old-timer,
Peter
Software rusts. Simon Stephenson, ca 1994.

AnswerRe: Pointer Pointing to Itself? Pin
Aescleal13-Sep-10 23:30
Aescleal13-Sep-10 23:30 
GeneralRe: Pointer Pointing to Itself? Pin
Skippums14-Sep-10 3:46
Skippums14-Sep-10 3:46 
GeneralRe: Pointer Pointing to Itself? Pin
Aescleal14-Sep-10 3:57
Aescleal14-Sep-10 3:57 
QuestionSending HTTP Post via TCP/IP Pin
Dustin Henry13-Sep-10 11:15
Dustin Henry13-Sep-10 11:15 
AnswerRe: Sending HTTP Post via TCP/IP Pin
Dustin Henry13-Sep-10 11:37
Dustin Henry13-Sep-10 11:37 
GeneralRe: Sending HTTP Post via TCP/IP Pin
Moak14-Sep-10 0:32
Moak14-Sep-10 0:32 
AnswerRe: Sending HTTP Post via TCP/IP Pin
markkuk13-Sep-10 11:52
markkuk13-Sep-10 11:52 
GeneralRe: Sending HTTP Post via TCP/IP Pin
Dustin Henry13-Sep-10 12:15
Dustin Henry13-Sep-10 12:15 
AnswerRe: Sending HTTP Post via TCP/IP Pin
Moak14-Sep-10 0:22
Moak14-Sep-10 0:22 
GeneralRe: Sending HTTP Post via TCP/IP Pin
Dustin Henry14-Sep-10 7:02
Dustin Henry14-Sep-10 7:02 
QuestionValidating console input Pin
Danzy8313-Sep-10 7:33
Danzy8313-Sep-10 7:33 
AnswerRe: Validating console input Pin
mk1488213-Sep-10 9:08
mk1488213-Sep-10 9:08 
AnswerRe: Validating console input Pin
Aescleal13-Sep-10 11:10
Aescleal13-Sep-10 11:10 
Questiondelete option in IE8 address bar Pin
inza113-Sep-10 7:04
inza113-Sep-10 7:04 
Answersomeone?any idea? Pin
inza122-Sep-10 4:50
inza122-Sep-10 4:50 
QuestionCalling APIs Problem In Drivers Pin
Coder-12345613-Sep-10 7:00
Coder-12345613-Sep-10 7:00 
AnswerRe: Calling APIs Problem In Drivers Pin
JudyL_MD13-Sep-10 11:07
JudyL_MD13-Sep-10 11:07 

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.