Re: Requesting sample code!
- From: "PvdG42" <pvdg42@xxxxxxxxxxxxx>
- Date: Thu, 6 Nov 2008 12:09:56 -0600
"Robby" <Robby@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:D5C24F3D-48B4-434B-A6E9-625F9CEEE91A@xxxxxxxxxxxxxxxx
Dear barry,<snip>
Write 100 times, a function can never be a member of a struct.Understood!
Jeez! Ever heard of repetition structures?
for(int i = 0; i < 100; i++)
{
cout << "A function can never be a member of a struct."<< endl;
}
(Yeah, I know it's C++ and you *can* define functions in C++ structs, but not in C)
Lighten up, Barry.
.
- References:
- Requesting sample code!
- From: Robby
- Re: Requesting sample code!
- From: Barry Schwarz
- Re: Requesting sample code!
- From: Robby
- Requesting sample code!
- Prev by Date: Re: Requesting sample code!
- Next by Date: Downloading files using BITS gives Transient Error
- Previous by thread: Re: Requesting sample code!
- Next by thread: Re: Requesting sample code!
- Index(es):