473,796 Members | 2,664 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

errata page

http://erdani.org/errata/

I'm using IE6 which might not be compatible with this page. I've tried
the lowest security setting. All I get is the error nosh. Is the page
working for anyone else?

Fraser.
Sep 29 '05 #1
7 1388
Fraser Ross wrote:
http://erdani.org/errata/

I'm using IE6 which might not be compatible with this page. I've tried
the lowest security setting. All I get is the error nosh. Is the page
working for anyone else?

Fraser.


Does not work for me, neither. Mozilla FireFox 1.0.6
Sep 29 '05 #2
Fraser Ross wrote:
http://erdani.org/errata/

I'm using IE6 which might not be compatible with this page. I've tried
the lowest security setting. All I get is the error nosh. Is the page
working for anyone else?

Fraser.


Nosh for me too, and I'm using Firefox 1.07. The page, BTW, is the
errata for _Modern C++ Design_ and not entirely unrelated to this
group. :-)

Cheers! --M

Sep 29 '05 #3
Fraser Ross wrote:
http://erdani.org/errata/

I'm using IE6 which might not be compatible with this page. I've tried
the lowest security setting. All I get is the error nosh. Is the page
working for anyone else?


I use Mozilla and I get the same error.

V
Sep 29 '05 #4

"mlimber" <ml*****@gmail. com> wrote in message
news:11******** *************@f 14g2000cwb.goog legroups.com...
Fraser Ross wrote:
http://erdani.org/errata/

I'm using IE6 which might not be compatible with this page. I've tried
the lowest security setting. All I get is the error nosh. Is the page
working for anyone else?

Fraser.


Nosh for me too, and I'm using Firefox 1.07. The page, BTW, is the
errata for _Modern C++ Design_ and not entirely unrelated to this
group. :-)


Nosh??? You had a snack at that web site? :-)

But, thanks for clarifying what the link was to.

To the OP: that info _really_ should have been in the original post. I
don't know about you, but I _never_ click on a link when I don't know what
that link is in the first place. (Also, reducing your security settings to
the minimum in IE is only inviting disaster!)

-Howard


Sep 29 '05 #5
I'm using Opera 8.5 and I get the same error
Sep 29 '05 #6
Thanks for the replies. A typo I noticed which probably isn't in the
errata list is the name Erich Gamma written as Gamma, Erich in the
bibliography.

Fraser.
Sep 30 '05 #7
Fraser Ross wrote:
Thanks for the replies. A typo I noticed which probably isn't in the
errata list is the name Erich Gamma written as Gamma, Erich in the
bibliography.


And where's the typo? I mean, do you consider that writing your name as
"Ross, Fraser" would be a typo? Could it be that there are different
ways of listing books in the bibliography section, between what you
learned (or are used to) and what Andrei knows? Just a thought...

V
Sep 30 '05 #8

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

Similar topics

3
2412
by: Sean Cleary | last post by:
In Java How to program, 5th edition, I can not get past the example in chapter 3, page 89 to page 96. Is there some errata for this? I did not/could not load all the tools. I am coming from Slick edit and from Dos, and they both say that my copying of that example is flawed. Now I made a change: the name of the file is Lab2.java, the html file is Lab2.html. The contents of my Java file is:
1
340
by: Charles L | last post by:
Does anyone know where I can find errata for Stan Lippman's 'C++ Primer 2nd Edition'? Charles Leng
0
1098
by: Charles L | last post by:
Does anyone know if there is any Errata for 'C++ Annotations' by Brokken? Charles Leng
3
255
by: johno | last post by:
Hello everybody, I got myself a strange problem I have a DataGrid in the page, nothing special about it, only it connects datasource programatically and it supports paging.y. So the code is something like this private void Page_Load(object sender, System.EventArgs e if (!IsPostBack GridBind() private void GridBind(
1
1329
by: Mark | last post by:
Hi, I am looking for the errata for "Programming Microsoft Visual C# 2005: The Language by Donis Marshall. In on page 257 Base Class Generic (open) Derived Class Nongeneric should be 'Not Permitted", not "Permitted"; Base Class Generic (closed) Derived Class Nongeneric should be "Permitted", not "Not Permitted". --
0
1996
by: cincerite | last post by:
Hello , guys , I'm reading C++ Primer 3rd edition recently.I tried to download the errata of it from Stan Lippman's Home Page:http:// staff.develop.com/slip/ ,but it says:We're Sorry, we could not find requested page: http://www.develop.com/hp/slip/errata_prim_3.pdf . It seems the website haven't been maintained for a long time,and the E- mail address on it is no available now. Does anyone know where I can find errata for Stan Lippman's...
10
2783
by: Zach | last post by:
I am looking for a comprehensive list of errors in Kernighan & Ritchie's "The C Programming Lanuage: 2nd Edition (ANSI C)" Also what is the best way to work through the list with the Errata? I don't want to constantly refer back to the Errata since that may slow down my learning but I also don't want to learn something that isn't 100% accurate. Zach
0
151
by: Ioannis Vranos | last post by:
Keith Thompson wrote: The complete errata from http://tinyurl.com/3nbvbh : "119-121(§5.11): The qsort discussion needs recasting in several ways. First, qsort is a standard routine in ANSI/ISO C, so the rendition here should be given a different name, especially because the arguments to standard qsort are a bit different: the standard accepts a base pointer
7
185
by: Ioannis Vranos | last post by:
In K&R2 errata page <http://www-db-out.research.bell-labs.com/cm/cs/cbook/2ediffs.html> there are some ambiguous errata, for which I propose solutions. Any comments are welcome. Ambiguous errata (mentioned first) of "The C Programming Language" 2nd Edition errata page (http://www-db-out.research.bell-labs.com/cm/cs/cbook/2ediffs.html), and
0
9685
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10461
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10190
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10019
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7555
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6796
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5579
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4122
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2928
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.