473,387 Members | 1,603 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Microsoft C/C++ Optimizing Compiler Version 7.00

Bob
Can anyone point me to a place where I can obtain the Microsoft C/C++
Optimizing Compiler Version 7.00. It was distributed about 10 years
ago on floppy diskettes.

I had a valid license but accidentally threw out the diskettes when I
cleaned up once. Now I need to install it and I therefore am looking
to replace the diskettes.

Thanks.

--

Map Of The Vast Right Wing Conspiracy:
http://www.freewebs.com/vrwc/

"You can all go to hell, and I will go to Texas."
--David Crockett

Jul 22 '05 #1
32 5415
"Bob" <sp**@spam.com> wrote
Can anyone point me to a place where I can obtain the Microsoft C/C++
Optimizing Compiler Version 7.00. It was distributed about 10 years
ago on floppy diskettes.

I had a valid license but accidentally threw out the diskettes when I
cleaned up once. Now I need to install it and I therefore am looking
to replace the diskettes.


Consider using Digital Mars C++ instead: http://www.digitalmars.com/

It's up-to-date (MSVC++ 7 had no templates, exceptions, RTTI, etc.) and handles
16-bit DOS and Windows development.

Claudio Puviani
Jul 22 '05 #2
"Bob" <sp**@spam.com> wrote in message
news:40***************@news-server.houston.rr.com...
Can anyone point me to a place where I can obtain the Microsoft C/C++
Optimizing Compiler Version 7.00. It was distributed about 10 years
ago on floppy diskettes.

I had a valid license but accidentally threw out the diskettes when I
cleaned up once. Now I need to install it and I therefore am looking
to replace the diskettes.

I suggest DJGPP or MINGW.


Ioannis Vranos

Jul 22 '05 #3
Bob
On Sat, 1 May 2004 10:00:55 +0300, "Ioannis Vranos"
<iv*@guesswh.at.emails.ru> wrote:
Can anyone point me to a place where I can obtain the Microsoft C/C++
Optimizing Compiler Version 7.00. It was distributed about 10 years
ago on floppy diskettes. I had a valid license but accidentally threw out the diskettes when I
cleaned up once. Now I need to install it and I therefore am looking
to replace the diskettes.
I suggest DJGPP or MINGW.


There are many good compilers out there but I am so used to
Microsoft's version that it isn't worth the effort to switch.
--

Map Of The Vast Right Wing Conspiracy:
http://www.freewebs.com/vrwc/

"You can all go to hell, and I will go to Texas."
--David Crockett

Jul 22 '05 #4
Bob
On Sat, 01 May 2004 06:45:44 GMT, "Claudio Puviani"
<pu*****@hotmail.com> wrote:
Can anyone point me to a place where I can obtain the Microsoft C/C++
Optimizing Compiler Version 7.00. It was distributed about 10 years
ago on floppy diskettes. I had a valid license but accidentally threw out the diskettes when I
cleaned up once. Now I need to install it and I therefore am looking
to replace the diskettes.
Consider using Digital Mars C++ instead: http://www.digitalmars.com/ It's up-to-date (MSVC++ 7 had no templates, exceptions, RTTI, etc.) and handles
16-bit DOS and Windows development.


As I mentioned earlier, there are many good compilers out there but I
am so used to Microsoft's version that it isn't worth the effort to
switch.

--

Map Of The Vast Right Wing Conspiracy:
http://www.freewebs.com/vrwc/

"You can all go to hell, and I will go to Texas."
--David Crockett

Jul 22 '05 #5
If it works for you, you can get the Microsoft Visual C++ Toolkit with
version 13 compiler, linker, and standard libraries for free from here:

http://msdn.microsoft.com/visualc/vctoolkit2003/
Jul 22 '05 #6
Bob
On Sat, 01 May 2004 07:03:30 GMT, Shailesh <sh******@nothing.but.net>
wrote:
If it works for you, you can get the Microsoft Visual C++ Toolkit with
version 13 compiler, linker, and standard libraries for free from here: http://msdn.microsoft.com/visualc/vctoolkit2003/


I am downloading it now.

Based on the terse description provided, am I to understand that this
is a command-line based compiler like the one I originally had?

Do you know where there is a more complete description?

Thanks,

--

Map Of The Vast Right Wing Conspiracy:
http://www.freewebs.com/vrwc/

"You can all go to hell, and I will go to Texas."
--David Crockett

Jul 22 '05 #7
Bob wrote:
http://msdn.microsoft.com/visualc/vctoolkit2003/


I am downloading it now.

Based on the terse description provided, am I to understand that this
is a command-line based compiler like the one I originally had?

Do you know where there is a more complete description?

Thanks,


Yeah. I never downloaded it, but this toolkit should include cl.exe,
link.exe, and the other command-line utilities for building c/c++
programs. Full Visual Studio would give you the IDE that interfaces
to these tools. This toolkit was released recently, and I presume to
take some wind out of the gaining popularity of open source build
tools like gcc. The documentation is the same as for Visual Studio.
Good places to get more information would be http://tinyurl.com/2b35x
and the public msnews.microsoft.com newsgroup server.
Jul 22 '05 #8
Bob
On Sat, 01 May 2004 18:53:58 GMT, Shailesh <sh******@nothing.but.net>
wrote:
Yeah. I never downloaded it, but this toolkit should include cl.exe,
link.exe, and the other command-line utilities for building c/c++
programs. Full Visual Studio would give you the IDE that interfaces
to these tools. This toolkit was released recently, and I presume to
take some wind out of the gaining popularity of open source build
tools like gcc. The documentation is the same as for Visual Studio.
Good places to get more information would be http://tinyurl.com/2b35x
and the public msnews.microsoft.com newsgroup server.


Thanks so much. Not only do I get my favorite command line compiler, I
also get it in modern form - and for free, although I did own the
license for 7.00.

I got the license from MS free for having submitted a rather nasty
pointer bug in an earlier version of the compiler. They verified it
and sent me a free update, which was 7.00.

Those were the good old days when you could phone directly into the
developer's group and talk to an intelligent human being. Now all you
get is phone banks in third world countries. I remember talking to
actual MS developers in their Macro Assembler group before they even
had a C Compiler (c. 1984).
--

Map Of The Vast Right Wing Conspiracy:
http://www.freewebs.com/vrwc/

"You can all go to hell, and I will go to Texas."
--David Crockett

Jul 22 '05 #9
Bob wrote:
Thanks so much. Not only do I get my favorite command line compiler, I
also get it in modern form - and for free, although I did own the
license for 7.00.

I got the license from MS free for having submitted a rather nasty
pointer bug in an earlier version of the compiler. They verified it
and sent me a free update, which was 7.00.

Those were the good old days when you could phone directly into the
developer's group and talk to an intelligent human being. Now all you
get is phone banks in third world countries. I remember talking to
actual MS developers in their Macro Assembler group before they even
had a C Compiler (c. 1984).


You're welcome. You can still reach Microsoft experts if you post in
the msnews.microsoft.com newsgroups. With an MSDN subscription, you
are entitled to a reply. You can also call in for paid support
instances. My point is just that they are still reachable, but unlike
the "good ol' days", it costs money.
P.S. Check out my nifty new email address--completely spam-proof!
Yes, s@mailpass.com is my ACTUAL, non-munged email address. You (real
people) can email me, but spammers can't! You get an automatic reply
the first time you email me, and once you click on the verification
link in the reply, all your subsequent emails get through.

-------------------------------------
<a href="http://www.qksrv.net/click-1487472-10313193" target="_top"Get a personal email account. No spam. No ads. No viruses. FREE

Trial. Click Here.</a>
Jul 22 '05 #10
Bob
On Sun, 02 May 2004 07:56:49 GMT, Shailesh Humbad <s@mailpass.com>
wrote:
You're welcome. You can still reach Microsoft experts if you post in
the msnews.microsoft.com newsgroups.
Unfortunately Road Runner doesn't carry those forums.
With an MSDN subscription, you
are entitled to a reply. You can also call in for paid support
instances. My point is just that they are still reachable, but unlike
the "good ol' days", it costs money.


Actually what I am looking for is the documentation - installation,
use etc. I know how to program in C/C++ and I managed not to toss
most of the language references. But it's those pesky environment
variables and other setup parameters that get you every time.
--

Map Of The Vast Right Wing Conspiracy:
http://www.freewebs.com/vrwc/

"You can all go to hell, and I will go to Texas."
--David Crockett

Jul 22 '05 #11

"Bob" <sp**@spam.com> wrote in message
news:40****************@news-server.houston.rr.com...
On Sun, 02 May 2004 07:56:49 GMT, Shailesh Humbad <s@mailpass.com>
wrote:
You're welcome. You can still reach Microsoft experts if you post in
the msnews.microsoft.com newsgroups.


Unfortunately Road Runner doesn't carry those forums.


Microsoft have their own publicly accessible news server, the address is
msnews.microsoft.com. The groups themselves are called
microsoft.public.vc.whatever. Maybe you are confusing the group name with
the name of the server.

john
Jul 22 '05 #12
Bob
On Sun, 2 May 2004 14:48:15 +0100, "John Harrison"
<jo*************@hotmail.com> wrote:
Unfortunately Road Runner doesn't carry those forums.
Microsoft have their own publicly accessible news server, the address is
msnews.microsoft.com. The groups themselves are called
microsoft.public.vc.whatever. Maybe you are confusing the group name with
the name of the server.


I was hoping that the forums would also be carried on RR.

Unfortunately in order to access another news server, I have to set up
a second copy of Free Agent if I want to continue accessing the
current forums from the RR news server.

All I am really trying to do is find out if there is documentation for
that compiler. I have not unzipped the distribution yet, so maybe it's
inside.
--

Map Of The Vast Right Wing Conspiracy:
http://www.freewebs.com/vrwc/

"You can all go to hell, and I will go to Texas."
--David Crockett

Jul 22 '05 #13
Bob wrote:
I was hoping that the forums would also be carried on RR.

Unfortunately in order to access another news server, I have to set up
a second copy of Free Agent if I want to continue accessing the
current forums from the RR news server.
Don't know if you want to learn a new newsreader, but in (free)
Mozilla 1.7, you can set up any number of news servers.
All I am really trying to do is find out if there is documentation for
that compiler. I have not unzipped the distribution yet, so maybe it's
inside.


http://tinyurl.com/2b35x - The compiler documentation in MSDN Library,
with all settings explained. (Go to section "Compiler Options")

Jul 22 '05 #14
Bob
On Sun, 02 May 2004 17:10:34 GMT, Shailesh Humbad <s@mailpass.com>
wrote:
Don't know if you want to learn a new newsreader, but in (free)
Mozilla 1.7, you can set up any number of news servers.
Yes, I could indeed do that, but being a creature of habit, I want to
stick with Free Agent, which I have been using since it first came
out.
All I am really trying to do is find out if there is documentation for
that compiler. I have not unzipped the distribution yet, so maybe it's
inside.

http://tinyurl.com/2b35x - The compiler documentation in MSDN Library,
with all settings explained. (Go to section "Compiler Options")


Hey, that looks just like V 7.00, all the way down to NMAKE. I believe
I was one of a very small group of people who took the time to figure
out how MS's version of MAKE actually worked. That's what happens when
you have too much spare time on your hands. I am convinced that
whoever wrote the documentation back then did not know how to use it.

I wonder if they have a newer version of CodeView. I looked but could
not find it.

--

Map Of The Vast Right Wing Conspiracy:
http://www.freewebs.com/vrwc/

"You can all go to hell, and I will go to Texas."
--David Crockett

Jul 22 '05 #15
Bob wrote:
I wonder if they have a newer version of CodeView. I looked but could
not find it.

[Highly off-topic]
Use the Windbg debugger, which is available from microsoft.com.
CodeView is ancient history. Maybe the free download has Windbg already
in the distribution. Read up on PDB and DBG files -- that is the
current state of debugging in a Windows environment, and asking about
CodeView shows you have a lot of catching up to do.

In any event, if you are doing 16-bit coding (i.e. BIOS calls, writing
directly to the screen, interrupts, etc.), you will be highly
disappointed, since 16-bit programming is not supported for this version
of the Visual C++ compiler, and more importantly, these "DOS tricks" do
not work for 32-bit Windows operating systems (maybe for Windows 95/98).

If you are doing 16-bit, low-level coding, then the suggestion of
getting the Digital Mars C++ compiler is a much better option.

Paul
Jul 22 '05 #16
Bob
On Mon, 03 May 2004 05:38:36 GMT, Paul <Pa**@Paul.net> wrote:
and asking about
CodeView shows you have a lot of catching up to do.
You don't get it - I have no intentions of catching up. I am an old C
hack who refused to join the windows mania. I leave it to the next
generation to waste ^H^H^H^H^H spend time on that sort of thing. When
I want to add 1 + 1, I want to load the accumulator immediate and get
on with it, not waste ten pages of code registering with 60 GB of
other code just so I can display the result. A simple printf( ) or
even an INT 10H call is more to my liking.
In any event, if you are doing 16-bit coding (i.e. BIOS calls, writing
directly to the screen, interrupts, etc.), you will be highly
disappointed, since 16-bit programming is not supported for this version
of the Visual C++ compiler, and more importantly, these "DOS tricks" do
not work for 32-bit Windows operating systems (maybe for Windows 95/98).
<sigh> I know. Those were the good old days, weren't they.
If you are doing 16-bit, low-level coding, then the suggestion of
getting the Digital Mars C++ compiler is a much better option.


Thanks for the heads up, but all I want to do is play around now and
then with what was once the greatest language ever invented - C
Language, K&R style.
--

Map Of The Vast Right Wing Conspiracy:
http://www.freewebs.com/vrwc/

"You can all go to hell, and I will go to Texas."
--David Crockett

Jul 22 '05 #17
* "Claudio Puviani" <pu*****@hotmail.com> schriebt:
"Bob" <sp**@spam.com> wrote
Can anyone point me to a place where I can obtain the Microsoft C/C++
Optimizing Compiler Version 7.00. It was distributed about 10 years
ago on floppy diskettes.

I had a valid license but accidentally threw out the diskettes when I
cleaned up once. Now I need to install it and I therefore am looking
to replace the diskettes.


Consider using Digital Mars C++ instead: http://www.digitalmars.com/

It's up-to-date (MSVC++ 7 had no templates, exceptions, RTTI, etc.) and handles
16-bit DOS and Windows development.


You can obtain the Microsoft Visual C++ compiler version 13.x for free at
<url: http://msdn.microsoft.com/visualc/vctoolkit2003/>.

For documentation also download the Windows SDK.

Version 13.x is more commonly known as 7.x, because the version numbering
was restarted about ten years ago -- this is _not_ your Optimizing Compiler
Version 7.00 but six versions improved on that, from the year 2003, and it's
a reasonable up-to-date compiler (has templates, exceptions, RTTI etc.)

--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
Jul 22 '05 #18
Bob
On Mon, 03 May 2004 06:19:45 GMT, al***@start.no (Alf P. Steinbach)
wrote:
You can obtain the Microsoft Visual C++ compiler version 13.x for free at
<url: http://msdn.microsoft.com/visualc/vctoolkit2003/>. For documentation also download the Windows SDK.
I looked for it but could not find it. Do you have a URL for it?
Version 13.x is more commonly known as 7.x, because the version numbering
was restarted about ten years ago -- this is _not_ your Optimizing Compiler
Version 7.00 but six versions improved on that, from the year 2003, and it's
a reasonable up-to-date compiler (has templates, exceptions, RTTI etc.)
Thanks for the heads up.
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?


I fully agree - top posting is a royal pain in the arse. However, I
know of one occasion where it is justified and that is a long
back-and-forth correspondence with tech support where you want to
include everything each time you reply. Because of the sheer volume it
is easier to top post. But both parties already know what has
transpired so it's not a problem to put the old correspondence below
for lookup purposes.

I always am suspicious of top posters who pass themselves off as
"experts". There is something very amateurish with top posting (with
that one exception)
--

Map Of The Vast Right Wing Conspiracy:
http://www.freewebs.com/vrwc/

"You can all go to hell, and I will go to Texas."
--David Crockett

Jul 22 '05 #19
* sp**@spam.com (Bob) schriebt:
On Mon, 03 May 2004 06:19:45 GMT, al***@start.no (Alf P. Steinbach)
wrote:
You can obtain the Microsoft Visual C++ compiler version 13.x for free at
<url: http://msdn.microsoft.com/visualc/vctoolkit2003/>.

For documentation also download the Windows SDK.


I looked for it but could not find it. Do you have a URL for it?


Listed at the URL I gave in "related downloads",
<url: http://www.microsoft.com/msdownload/platformsdk/sdkupdate/>.

This is now _very_ off-topic so I suggest ending this thread here.

Except -- nobody seems to have mentioned g++ (GNU C++); the mingw
version is nice, and it's free, and it's up-to-date, although of course not
with the same platform-specific support as platform-specific compilers have.

--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
Jul 22 '05 #20
> P.S. Check out my nifty new email address--completely spam-proof!
Yes, s@mailpass.com is my ACTUAL, non-munged email address. You (real
people) can email me, but spammers can't! You get an automatic reply
the first time you email me, and once you click on the verification
link in the reply, all your subsequent emails get through.

He he ;)
I'll probably work for a few months or so;) Until the spammers get better :D

Best,
John

John Torjo
Freelancer
-- jo**@torjo.com
-- http://www.torjo.com/logview/ - viewing/filtering logs is just too easy!
Jul 22 '05 #21
Bob
On Mon, 03 May 2004 07:12:36 GMT, al***@start.no (Alf P. Steinbach)
wrote:
Listed at the URL I gave in "related downloads",
<url: http://www.microsoft.com/msdownload/platformsdk/sdkupdate/>.
Thanks. But I would like to avoid installing the SDK. I just want the
documentation for the Compiler.
This is now _very_ off-topic so I suggest ending this thread here.
The thread will end when people stop posting to it.

As long as people post information I consider useful, I will continue
to post to it.

It is properly labeled "OT", which means you can filter it.
Except -- nobody seems to have mentioned g++ (GNU C++); the mingw
version is nice, and it's free, and it's up-to-date, although of course not
with the same platform-specific support as platform-specific compilers have.


Someone did mention MINGW and DJGPP, and my response was that I wanted
the Microsoft C/C++ Optimizing Compiler only.

--

Map Of The Vast Right Wing Conspiracy:
http://www.freewebs.com/vrwc/

"You can all go to hell, and I will go to Texas."
--David Crockett

Jul 22 '05 #22
sp**@spam.com (Bob) wrote:
On Sun, 02 May 2004 07:56:49 GMT, Shailesh Humbad <s@mailpass.com>
wrote:
You're welcome. You can still reach Microsoft experts if you post in
the msnews.microsoft.com newsgroups.


Unfortunately Road Runner doesn't carry those forums.


So aim your newsreader at Microsoft's server "msnews.microsoft.com".
Once there, look for the microsoft.public.vc.* hierarchy.
With an MSDN subscription, you are entitled to a reply.


True, but you'll very likely get an answer whether or not you're an
MSDN subscriber.

--
Tim Slattery
Sl********@bls.gov
Jul 22 '05 #23
"Bob" <sp**@spam.com> wrote in message
news:40***************@news-server.houston.rr.com...
On Mon, 03 May 2004 05:38:36 GMT, Paul <Pa**@Paul.net> wrote:
and asking about
CodeView shows you have a lot of catching up to do.


You don't get it - I have no intentions of catching up. I am an old C
hack who refused to join the windows mania. I leave it to the next
generation to waste ^H^H^H^H^H spend time on that sort of thing. When
I want to add 1 + 1, I want to load the accumulator immediate and get
on with it, not waste ten pages of code registering with 60 GB of
other code just so I can display the result. A simple printf( ) or
even an INT 10H call is more to my liking.

:-) I think you must install GNU/Linux. Everything is programmable. And the
source code is available.
Also i saw DOS 7 somewhere online.
What i consider as the best free GNU/Linux distribution is White Box Linux:
http://www.whiteboxlinux.org/


Regards,

Ioannis Vranos

Jul 22 '05 #24
Bob
On Mon, 03 May 2004 09:03:37 -0400, Tim Slattery <Sl********@bls.gov>
wrote:
With an MSDN subscription, you are entitled to a reply.
True, but you'll very likely get an answer whether or not you're an
MSDN subscriber.


Most technical people want to help others - that's how they broaden
their own knowledge. Only ignorant people try to squelch inquiry. The
good thing about Usenet is they can't.
--

Map Of The Vast Right Wing Conspiracy:
http://www.freewebs.com/vrwc/

"You can all go to hell, and I will go to Texas."
--David Crockett

Jul 22 '05 #25
Bob
On Mon, 3 May 2004 16:43:24 +0300, "Ioannis Vranos"
<iv*@guesswh.at.emails.ru> wrote:
:-) I think you must install GNU/Linux. Everything is programmable. And the
source code is available.
That's on my list of things to do.
Also i saw DOS 7 somewhere online.
I have DOS 6.22. I believe DOS 7 was rigged to make Win9X work.
What i consider as the best free GNU/Linux distribution is White Box Linux:


Why not Red Hat?

As long as it has Bill Joy's C Shell, I don't care if it's from Mars.

I am an old BSD hack from many years ago. In fact some of the people I
have talked to who are in the business of maintaining UNIX tell me
that Open BSD and Free BSD are the ones to consider.

People have complained that Linux is a real bitch to configure. Maybe
that has changed over the past couple years.
--

Map Of The Vast Right Wing Conspiracy:
http://www.freewebs.com/vrwc/

"You can all go to hell, and I will go to Texas."
--David Crockett

Jul 22 '05 #26
Bob wrote:
On Mon, 3 May 2004 16:43:24 +0300, "Ioannis Vranos"
<iv*@guesswh.at.emails.ru> wrote:
Also i saw DOS 7 somewhere online.


I have DOS 6.22. I believe DOS 7 was rigged to make Win9X work.


There really was a DOS 7 as a standalone product (IBM DOS 7.0 I believe).
Jul 22 '05 #27
"Bob" <sp**@spam.com> wrote in message
news:40***************@news-server.houston.rr.com...
On Mon, 3 May 2004 16:43:24 +0300, "Ioannis Vranos"
<iv*@guesswh.at.emails.ru> wrote:
As long as it has Bill Joy's C Shell, I don't care if it's from Mars.

I am an old BSD hack from many years ago. In fact some of the people I
have talked to who are in the business of maintaining UNIX tell me
that Open BSD and Free BSD are the ones to consider.

People have complained that Linux is a real bitch to configure. Maybe
that has changed over the past couple years.

I have checked both FreeBSD and OpenBSD and man they are very primitive.
Something like the state GNU/Linux was in 1996 or so. GNU/Linux is *very*
mature and from all distributions i have checked (now that i have got a DSL
i checked all the prevalent distributions from GNU/Linux and BSD) and White
Box is the best free (both for downloading and installing) GNU/Linux
distribution i have seen so far.


Ioannis Vranos

Jul 22 '05 #28
Bob
On Mon, 3 May 2004 19:28:33 +0300, "Ioannis Vranos"
<iv*@guesswh.at.emails.ru> wrote:
GNU/Linux is *very*
mature and from all distributions i have checked (now that i have got a DSL
i checked all the prevalent distributions from GNU/Linux and BSD) and White
Box is the best free (both for downloading and installing) GNU/Linux
distribution i have seen so far.


What happened to Red Hat?

What makes White Box so good?
--

Map Of The Vast Right Wing Conspiracy:
http://www.freewebs.com/vrwc/

"You can all go to hell, and I will go to Texas."
--David Crockett

Jul 22 '05 #29
Bob wrote:

The thread will end when people stop posting to it.

As long as people post information I consider useful, I will continue
to post to it.

It is properly labeled "OT", which means you can filter it.


You will find that the denizens of c.l.c++ are much pickier, and much
more vocal, about OT-ness than most other NGs. I am neither praising
nor decrying this characteristic, but that's how it is.

--
Mike Smith

Jul 22 '05 #30
On Sun, 02 May 2004 07:56:49 +0000, Shailesh Humbad wrote:

P.S. Check out my nifty new email address--completely spam-proof! Yes,
s@mailpass.com is my ACTUAL, non-munged email address. You (real
people) can email me, but spammers can't! You get an automatic reply
the first time you email me, and once you click on the verification link
in the reply, all your subsequent emails get through.


Actually c/r mail schemes have a serious flaw: When you recieve spam with
a faked "From" address you offload the burden of doing you spam checking
onto the poor sod that had his address abused.

Search alt.os.linux for msgid:
<Hg*****************@newsread1.news.pas.earthlink. net> for a lengthy
flamewar on the subject.

--
NPV

What did that old blonde gal say? -- That is the part you throw away.
Tom Waits - The part you throw away

Jul 22 '05 #31
Nils Petter Vaskinn wrote:
On Sun, 02 May 2004 07:56:49 +0000, Shailesh Humbad wrote:
P.S. Check out my nifty new email address--completely spam-proof! Yes,
s@mailpass.com is my ACTUAL, non-munged email address. You (real
people) can email me, but spammers can't! You get an automatic reply
the first time you email me, and once you click on the verification link
in the reply, all your subsequent emails get through.

Actually c/r mail schemes have a serious flaw: When you recieve spam with
a faked "From" address you offload the burden of doing you spam checking
onto the poor sod that had his address abused.

Search alt.os.linux for msgid:
<Hg*****************@newsread1.news.pas.earthlink. net> for a lengthy
flamewar on the subject.


I posted a response to you in alt.spam.
Jul 22 '05 #32
Nils Petter Vaskinn wrote:
On Sun, 02 May 2004 07:56:49 +0000, Shailesh Humbad wrote:
P.S. Check out my nifty new email address--completely spam-proof! Yes,
s@mailpass.com is my ACTUAL, non-munged email address. You (real
people) can email me, but spammers can't! You get an automatic reply
the first time you email me, and once you click on the verification link
in the reply, all your subsequent emails get through.

Actually c/r mail schemes have a serious flaw: When you recieve spam with
a faked "From" address you offload the burden of doing you spam checking
onto the poor sod that had his address abused.


There's a more serious flaw. What happens when two people who both use
challenge/response systems try to email each other for the first time?
Jul 22 '05 #33

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: ArShAm | last post by:
Hi there Please help me to optimize this code for speed I added /O2 to compiler settings I added /Oe to compiler settings for accepting register type request , but it seems that is not allowed...
5
by: Jeff Collett | last post by:
Hi, I have an app that compiles and works fine in Debug mode. However, when I try it in Release, it compiles fine but does not run correctly. I am thinking that it is an optimization problem. I...
4
by: J. Campbell | last post by:
From reading this forum, it is my understanding that C++ doesn't require the compiler to keep code that does not manifest itself in any way to the user. For example, in the following: { for(int...
35
by: Thomas Matthews | last post by:
Hi, My son is writing a program to move a character. He is using the numbers on the keypad to indicate the direction of movement: 7 8 9 4 5 6 1 2 3 Each number has a direction except...
5
by: Mark - KF8RV | last post by:
Which to purchase is the question. My Borland 4.5 C/C++ compiler is old. The personal or student version of either BBC++ or MVC++ is being investigated for home use. My personal preference...
8
by: Hagen | last post by:
Hi, I have a question that you probably shouldn´t worry about since the compiler cares for it, but anyways: When you run your compiler with optimization turned on (eg. g++ with -Ox flag) and...
4
by: Flashman | last post by:
A little confusing with setting up optimizing options with 2003 .NET. Under the Optimization Tab. if you set to /O1 or /O2 is the program ignoring the settings for Inline Function expansion,...
2
by: Jack | last post by:
I have a chunk of code that loads a few dozen function pointers into global variables. I'm concerned with unused memory consumption. What if the client only needs to use one or two functions? Then...
10
by: anon.asdf | last post by:
Here's a reminder of duff's device: /*************************************/ #include <stdio.h> #define STEP 8 #define MAX_LEN STEP*4+1 #define SOURCE_LEN 28
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.