Domain: att.com
Stories and comments across the archive that link to att.com.
Comments · 1,491
-
Re:X
It's been done, and it's widely used: VNC. It's free, it's very useful, and there are some vendors now offering thin clients based on it.
-
Re:VNC is cool...but *not* for this app
Thus it really only handles one instance of X. I believe that for every graphical login you would have to have a copy of the XServer running... Very resource intensive!!!
Um, and the problem would be?
I havn't got a whole lot of Linux experiance, but I assume that just like any other modern Unix-like system it can swap out unused processes, so when you are not using your graphical enviroment the data area for that X server (Xvnc) will be paged out to disk, and the text (code) area will be shared by all the other running copies.
More over, if they want you to be able to have graphical desktops that save state, how else would it be done? ICCCM and XSM (or whatever the session managment was named after ICCCM's session managment was declared a failure) has been around for years and still doesn't work for everything (or really much of anything!). It has to be somewhere. If it can't be on the client, it has to be on the server.
You might be able to kludge something together, most of the parts are certainely there. But VNC is designed more for network control of a centralized server than allowing generic graphical X logins.
From VNC's web pages they say it was orignally designed for a ATM baised lightweight "Network Computer". In other words allowing X (windows/mac) graphical logins.
Also VNC *can* be very resource heavy on the server system, even w/o the overhead of one instance of X to login...which is killer if you are serving *lots*. Using a Java XServer has the advantage that it adds no more overhead than is minimally necessary (I mean, you have to run multiple instances of your WM/Desktop and Apps, but other than that).
The Java XServer is fairly "resource easy" on the central server. But it doesn't let you save state from session to session. It also deals with lack o' bandwidth in a very diffrent way from VNC. For example a Xserver without enough bandwidth scrolling a single xterm will scroll it slowly, and become unresponsave to the user. VNC will appear to skip chunks of the text (like seeing still-frames of a movie), but will remain fairly responsave to the mouse and keybord.
I run VNC (over SSH) on my home machine, and access it from work, from my windows box (it has the monitor, for my wife's convenence), from other places. It's pretty nice. I keep three sessions running (three Xvnc's).
If my only concern was resource use I would probbably put an X server on my other machines at home (well, not the palm pilot), and do it that way. But the "never ending X session" is an extreamly handy feature. I gladly pay the small price VNC forces from me. It ain't a bad choice here either.
-
That URL again
VNC under SSH homepage
Slashdot code turns ' into "' in hrefs! .oO0Oo. -
slashdot code flawed
VNC Homepage
Slashdot turns href='http://url' into href="'http://url'" !! .oO0Oo. -
SSH and VNC can be done
Just takes two RPM's
.oO0Oo. -
VNC is cool for this sort of app
If it's vnc based then that's cool.
Clients available for all sorts of platforms :
Linux 2.x for x86
Solaris 2.5 (SPARC)
Windows 9x/2000/NT (Intel Win32)
Macintosh
- 68K processor
- PPC processor
DEC Alpha OSF1 3.2
Windows CE 2.x
- SH3 processor
- MIPS processor
An of course a Java app in a browser window
I use it on my network at home and also have vnc servers running on my FreeBSD server at work so I can work from home or wherever I am!
Using VNC means that Workspot don't have to care about Video drivers or anything which makes it much easier for them.
.oO0Oo. -
VNC is platform neutral
vnc
To change window managers just edit your
~/.vnc/xstartup file and change the window manager.
I use iceWm on my FreeBSD box.
.oO0Oo. -
Strangely enough
In 3 lawsuits the existence of the Pohlig-Hellman algorithm was missed. To be sure, there is a good case against their patent. But the fact remains that the connection was not necessarily obvious.
In fact comments by the authors of the Pohlig-Hellman algorithm suggest that it was not. Go here and scroll down to "Martin Hellman". They were actively looking for a good public-key algorithm. They did not find it. They were experts who knew the field, clearly knew their own algorithm, were looking for something like RSA, but did not succeed in finding it. That alone qualifies as extremely good evidence that the idea was non-obvious at the time, no matter how obvious it appears in retrospect.
Simplicity of an idea has nothing to do with how patentable it is!
As for the fact that it is math, check the qualification I gave. If you consider anything in math or computers (by which I meant software) patentable, then RSA clearly should qualify. Whether or not an algorithm should be patentable is another - far more questionable - issue.
Cheers,
Ben
PS There was one thing that I was wrong on. The first public key algorithm predated RSA. However RSA is the first publically available public key algorithm that still stands. Here are some details. But the spooks apparently had it well before that. -
something useful
what I did first was to figure out the number of primes that sum to the first 20 or so evens.. obviously it's been done before (hey, I was hoping for a fibonachi sequence or something groovy like that).. anyways
http://www.research .att.com/~njas/sequences/Sindx_G.html#Goldbach -
Re:No Complaints, Maybe Because Its Pretty New?
FYI: AT&T does not broadcast the cellular MIN (phone number) of its PocketNet customers to websites & webservices. AT&T Privacy Policy
-
Re:Patent issueThere are several types of arithmetic coders, but no-one own a broad license on the concept of arithmetic coding.
IBM, Lucent and Mitsubishi own patents that cover the QM-coder. IBM owns the MQ-coder, and AT&T owns the ZP-coder
AT&T distributes bzz a Burrows-Wheeler based compressor that uses the ZP-coder. It beats bzip2 on standard benchmarks. It comes with a quasi-open-source license (like ksh) as part of the DjVu image compression library.
That stuff can be found there.
-- Anonycous Moward
-
Re:Patent issueThere are several types of arithmetic coders, but no-one own a broad license on the concept of arithmetic coding.
IBM, Lucent and Mitsubishi own patents that cover the QM-coder. IBM owns the MQ-coder, and AT&T owns the ZP-coder
AT&T distributes bzz a Burrows-Wheeler based compressor that uses the ZP-coder. It beats bzip2 on standard benchmarks. It comes with a quasi-open-source license (like ksh) as part of the DjVu image compression library.
That stuff can be found there.
-- Anonycous Moward
-
Re:Patent issueThere are several types of arithmetic coders, but no-one own a broad license on the concept of arithmetic coding.
IBM, Lucent and Mitsubishi own patents that cover the QM-coder. IBM owns the MQ-coder, and AT&T owns the ZP-coder
AT&T distributes bzz a Burrows-Wheeler based compressor that uses the ZP-coder. It beats bzip2 on standard benchmarks. It comes with a quasi-open-source license (like ksh) as part of the DjVu image compression library.
That stuff can be found there.
-- Anonycous Moward
-
Re:Another easy one to try....
Probably you meant this one?:
%I A000197 M2187 N0874
%S A000197 1,1,2,720,620448401733239439360000
%N A000197 (n!)!.
%D A000197 R. Ondrejka, 1273 exact factorials, Math. Comp., 24 (1970), 231.
%D A000197 Archimedeans Problems Drive, Eureka, 37 (1974), 11.
%H A000197 Index entries for sequences related to factorial numbers
%K A000197 nonn,easy,huge
%O A000197 0,3
%A A000197 njas
Neil Sloane (njas@research.att.com) -
Re:Didn't have 1,6,28,496,8128,...
That's sequence A000396 in the database, one of the oldest
(1 is not normally regarded as a perfect number)
Here is the beginning of that entry:
%S A000396 6,28,496,8128,33550336,8589869056,137438691328,
%T A000396 2305843008139952128,265845599156983174465469261595 3842176,
%U A000396 19156194260823610729479337808430363813099732154816 9216
%N A000396 Perfect numbers.
%D A000396 Uhler, Horace S.; On the 16th and 17th perfect numbers. Scripta Math. 19 (1953), 128-131.
%D A000396 B. Tuckerman, The 24th Mersenne prime, Notices Amer. Math. Soc., 18 (June, 1971), Abstract 684-A15, p. 608.
%D A000396 B. Tuckerman, The 24th Mersenne prime, Proc. Nat. Acad. Sci. USA, 68 (1971), 2319-2320.
%D A000396 J. Brillhart et al., Factorizations of b^n +- 1. Contemporary Mathematics, Vol. 22, Amer. Math. Soc., Providence, RI, 2nd edition, 1985; and later supplements.
%D A000396 A. H. Beiler, Recreations in the Theory of Numbers, Dover, NY, 1964, p. 19.
%H A000396 Cunningham project
%H A000396 Perfect numbers
%H A000396 J. S. McCranie, A study of hyperperfect numbers, J. Int. Seqs. Vol 3 (2000) #P00.1.3
%F A000396 The numbers 2^(p-1)(2^p - 1) are perfect, where p is a prime such that 2^p - 1 is also prime (see A000043, the Mersenne primes), and it is believed that there are no other perfect numbers.
Extending this sequence is equivalent to computing Mersenne primes.
Neil Sloane (njas@research.att.com) -
Re:If you were wondering...
Actually that was sequence 81, one of the most basic:
%I A000081 M1180 N0454
%S A000081 1,1,1,2,4,9,20,48,115,286,719,1842,4766,12486,3297 3,87811,235381,
%T A000081 634847,1721159,4688676,12826228,35221832,97055181, 268282855,743724984,
%U A000081 2067174645,5759636510,16083734329,45007066269,1261 86554308,354426847597
%N A000081 Rooted trees with n nodes (or connected functions with a fixed point).
%D A000081 J. Riordan, An Introduction to Combinatorial Analysis, Wiley, 1958, p. 138.
%D A000081 F. Harary, Graph Theory. Addison-Wesley, Reading, MA, 1969, p. 232.
%D A000081 N. L. Biggs et al., Graph Theory 1736-1936, Oxford, 1976, p. 42, 49.
%D A000081 D. E. Knuth, Fundamental Algorithms, 3d Ed. 1997, pp. 386-88.
%D A000081 F. Bergeron et al., Combinatorial Species and Tree-Like Structures, Camb. 1998, p. 279.
%D A000081 R. C. Read and R. J. Wilson, An Atlas of Graphs, Oxford, 1998.
%H A000081 Index entries for sequences related to rooted trees
%H A000081 Index entries for sequences related to trees
%H A000081 Index entries for "core" sequences
%H A000081 ECS 57
%F A000081 G.f. A(x) = x exp(A(x)+A(x^2)/2+A(x^3)/3+A(x^4)/4+...)
%F A000081 Also A(x) = Sum_{n>=1} a(n)*x^n = x / Product_{n>=1} (1-x^n)^a(n).
%F A000081 Recurrence: a(n+1) = (1/n) * sum_{k=1..n} ( sum_{d|k} d*a(d) ) * a(n-k+1).
etc.
Neil Sloane (njas@research.att.com) -
Re:If you were wondering...
Actually that was sequence 81, one of the most basic:
%I A000081 M1180 N0454
%S A000081 1,1,1,2,4,9,20,48,115,286,719,1842,4766,12486,3297 3,87811,235381,
%T A000081 634847,1721159,4688676,12826228,35221832,97055181, 268282855,743724984,
%U A000081 2067174645,5759636510,16083734329,45007066269,1261 86554308,354426847597
%N A000081 Rooted trees with n nodes (or connected functions with a fixed point).
%D A000081 J. Riordan, An Introduction to Combinatorial Analysis, Wiley, 1958, p. 138.
%D A000081 F. Harary, Graph Theory. Addison-Wesley, Reading, MA, 1969, p. 232.
%D A000081 N. L. Biggs et al., Graph Theory 1736-1936, Oxford, 1976, p. 42, 49.
%D A000081 D. E. Knuth, Fundamental Algorithms, 3d Ed. 1997, pp. 386-88.
%D A000081 F. Bergeron et al., Combinatorial Species and Tree-Like Structures, Camb. 1998, p. 279.
%D A000081 R. C. Read and R. J. Wilson, An Atlas of Graphs, Oxford, 1998.
%H A000081 Index entries for sequences related to rooted trees
%H A000081 Index entries for sequences related to trees
%H A000081 Index entries for "core" sequences
%H A000081 ECS 57
%F A000081 G.f. A(x) = x exp(A(x)+A(x^2)/2+A(x^3)/3+A(x^4)/4+...)
%F A000081 Also A(x) = Sum_{n>=1} a(n)*x^n = x / Product_{n>=1} (1-x^n)^a(n).
%F A000081 Recurrence: a(n+1) = (1/n) * sum_{k=1..n} ( sum_{d|k} d*a(d) ) * a(n-k+1).
etc.
Neil Sloane (njas@research.att.com) -
Re:If you were wondering...
Actually that was sequence 81, one of the most basic:
%I A000081 M1180 N0454
%S A000081 1,1,1,2,4,9,20,48,115,286,719,1842,4766,12486,3297 3,87811,235381,
%T A000081 634847,1721159,4688676,12826228,35221832,97055181, 268282855,743724984,
%U A000081 2067174645,5759636510,16083734329,45007066269,1261 86554308,354426847597
%N A000081 Rooted trees with n nodes (or connected functions with a fixed point).
%D A000081 J. Riordan, An Introduction to Combinatorial Analysis, Wiley, 1958, p. 138.
%D A000081 F. Harary, Graph Theory. Addison-Wesley, Reading, MA, 1969, p. 232.
%D A000081 N. L. Biggs et al., Graph Theory 1736-1936, Oxford, 1976, p. 42, 49.
%D A000081 D. E. Knuth, Fundamental Algorithms, 3d Ed. 1997, pp. 386-88.
%D A000081 F. Bergeron et al., Combinatorial Species and Tree-Like Structures, Camb. 1998, p. 279.
%D A000081 R. C. Read and R. J. Wilson, An Atlas of Graphs, Oxford, 1998.
%H A000081 Index entries for sequences related to rooted trees
%H A000081 Index entries for sequences related to trees
%H A000081 Index entries for "core" sequences
%H A000081 ECS 57
%F A000081 G.f. A(x) = x exp(A(x)+A(x^2)/2+A(x^3)/3+A(x^4)/4+...)
%F A000081 Also A(x) = Sum_{n>=1} a(n)*x^n = x / Product_{n>=1} (1-x^n)^a(n).
%F A000081 Recurrence: a(n+1) = (1/n) * sum_{k=1..n} ( sum_{d|k} d*a(d) ) * a(n-k+1).
etc.
Neil Sloane (njas@research.att.com) -
Re:templates?At the Index at the top of the FAQ, click "What is the best book to learn C++ from?"; this item includes
Have a look at the ACCU (The Association of C and C++ Users) site. This is one of the best sites for book recommendations by experienced programmers who are not afraid to speak their mind (booksellers tend to give rosy reviews, and reviews of the form "This book is perfect, I love it, I have read almost three chapters, and can't wait to read more" are worse than useless - why anyone would take advice on how to learn C++ from someone who completely lacks C++ experience beats me). The ACCU rates books for level of experience required and overall quality.
-
Java is covered in the FAQOr maybe this is in the FAQ?
It is, right here. You should read it, it's worthwhile. In particular I like the quote "Java isn't platform independent; it is a platform."
:) -
Re:already OT, so... How do you pronounce "Bjarne"
Read the FAQ.
-
Correction on the Standard-Library link (last Q)
Here is the correct link:
Appendix E: Standard-Library Exception Safety -
Read The FAQ
-
C++ acceptance over CThis is a question almost certainly better suited for others, but, unfortunately, those others aren't being interviewed. Fortunately, I believe you probably have some perspective on it.
From your FAQ, it appears you have strong opinions on the relative merits of C vs. C++ for most applications. I quote, in particular:
- C is better than C++ for small projects, right?
Not in my opinion. I never saw a project for which C was better than C++ for any reason but the lack of a good C++ compiler.
Do you have any idea why C++ was rejected as the implementation language by the most experienced C programmers, those folks now at lucent.com (Dennis Ritchie, Rob Pike, et al), for their most visible projects, Plan 9 and Inferno?
Surely, these people had access to a good C++ compiler.
If I may have a follow up, but closely related, question. Was the division of the Bell Labs Research staff between Lucent and AT&T related to a division of opinions concerning C and C++?
-Jordan Henderson - C is better than C++ for small projects, right?
-
Re:Reaction toward C++ bashing?
"There are only two kinds of programming languages: those people always bitch about and those nobody uses".
See Bjarne Stroustrup's net posting answering some unfair criticisms of C++ .
So he could exactly see this as an indication of how much C++ is being used and feel complimented. :-) -
C++ for work, C for play
OpenSource programmers can write code in whatever language they want. Consequently, they write a lot of C, Perl, and Python. But with some notable exceptions, they don't write C++.
Contrast that with the lanuages programmers use at work, which are primarily C++ and Java.
It can't be entirely explained by the size of the programs written either. And as your FAQ says in the section C is better than C++ for small projects, right?, you believe that any C program can be better written in C++.
So why the disparity then?
-
The FAQ list
I already see a lot of questions being asked that are already on the FAQ list, so here's a handy list, with links:
- How do you pronounce "Bjarne Stroustrup?"
- Can I ask you a question?
- What is the best book to learn C++ from?
- How long does it take to learn C++?
- Knowing C is a prerequisite for learning C++, right?
- Should I learn Smalltalk before C++ to become a real OO programmer?
- How do I start learning C++?
- Will you help me with my homework?
- Where can I get a free C++ compiler?
- You are Swedish?
- What's the best way to improve my C++ programs?
- Does it matter which programming language I use?
- Did the ANSI/ISO standards committee spoil C++?
- When will we have a C++ standard?
- Where can I get a machine-readable version of the standard?
- Are there any features you'd like to remove from C++?
- When will we have a new ARM?
- When will you publish a 4th edition of "The C++ Programming Language"?
- Should I buy the "Special Edition" of "The C++ Programming Language"?
- Is ``int* p;'' right or is ``int *p;'' right?
- What C++ compiler do you recommend? Which libraries?
- Is Java the language you would have designed if you didn't have to be compatible with C?
- Do you really recommend Ada over C++ for larger projects?
- Would you compare C++ to "some language"?
- Others do compare their languages to C++; doesn't that annoy you?
- You won't compare C++ to other languages, but you write diatribes about C++?
- C is better than C++ for small projects, right?
- Is C a subset of C++?
- What is the difference between C and C++?
- When was C++ invented?
- Why did you invent C++?
- Why doesn't C++ have garbage collection?
- Why is the code generated for the "Hello world" program ten times larger for C++ than for C?
- What do you think of EC++?
- C++ got its Object-Oriented concepts from Smalltalk?
- Is C++ an Object-Oriented language?
- Did you really say that?
- Did you really give an interview to IEEE?
- Why is the language called C++?
- Is the number of C++ users still doubling every year?
- What are you working on now?
--
-
The FAQ list
I already see a lot of questions being asked that are already on the FAQ list, so here's a handy list, with links:
- How do you pronounce "Bjarne Stroustrup?"
- Can I ask you a question?
- What is the best book to learn C++ from?
- How long does it take to learn C++?
- Knowing C is a prerequisite for learning C++, right?
- Should I learn Smalltalk before C++ to become a real OO programmer?
- How do I start learning C++?
- Will you help me with my homework?
- Where can I get a free C++ compiler?
- You are Swedish?
- What's the best way to improve my C++ programs?
- Does it matter which programming language I use?
- Did the ANSI/ISO standards committee spoil C++?
- When will we have a C++ standard?
- Where can I get a machine-readable version of the standard?
- Are there any features you'd like to remove from C++?
- When will we have a new ARM?
- When will you publish a 4th edition of "The C++ Programming Language"?
- Should I buy the "Special Edition" of "The C++ Programming Language"?
- Is ``int* p;'' right or is ``int *p;'' right?
- What C++ compiler do you recommend? Which libraries?
- Is Java the language you would have designed if you didn't have to be compatible with C?
- Do you really recommend Ada over C++ for larger projects?
- Would you compare C++ to "some language"?
- Others do compare their languages to C++; doesn't that annoy you?
- You won't compare C++ to other languages, but you write diatribes about C++?
- C is better than C++ for small projects, right?
- Is C a subset of C++?
- What is the difference between C and C++?
- When was C++ invented?
- Why did you invent C++?
- Why doesn't C++ have garbage collection?
- Why is the code generated for the "Hello world" program ten times larger for C++ than for C?
- What do you think of EC++?
- C++ got its Object-Oriented concepts from Smalltalk?
- Is C++ an Object-Oriented language?
- Did you really say that?
- Did you really give an interview to IEEE?
- Why is the language called C++?
- Is the number of C++ users still doubling every year?
- What are you working on now?
--
-
The FAQ list
I already see a lot of questions being asked that are already on the FAQ list, so here's a handy list, with links:
- How do you pronounce "Bjarne Stroustrup?"
- Can I ask you a question?
- What is the best book to learn C++ from?
- How long does it take to learn C++?
- Knowing C is a prerequisite for learning C++, right?
- Should I learn Smalltalk before C++ to become a real OO programmer?
- How do I start learning C++?
- Will you help me with my homework?
- Where can I get a free C++ compiler?
- You are Swedish?
- What's the best way to improve my C++ programs?
- Does it matter which programming language I use?
- Did the ANSI/ISO standards committee spoil C++?
- When will we have a C++ standard?
- Where can I get a machine-readable version of the standard?
- Are there any features you'd like to remove from C++?
- When will we have a new ARM?
- When will you publish a 4th edition of "The C++ Programming Language"?
- Should I buy the "Special Edition" of "The C++ Programming Language"?
- Is ``int* p;'' right or is ``int *p;'' right?
- What C++ compiler do you recommend? Which libraries?
- Is Java the language you would have designed if you didn't have to be compatible with C?
- Do you really recommend Ada over C++ for larger projects?
- Would you compare C++ to "some language"?
- Others do compare their languages to C++; doesn't that annoy you?
- You won't compare C++ to other languages, but you write diatribes about C++?
- C is better than C++ for small projects, right?
- Is C a subset of C++?
- What is the difference between C and C++?
- When was C++ invented?
- Why did you invent C++?
- Why doesn't C++ have garbage collection?
- Why is the code generated for the "Hello world" program ten times larger for C++ than for C?
- What do you think of EC++?
- C++ got its Object-Oriented concepts from Smalltalk?
- Is C++ an Object-Oriented language?
- Did you really say that?
- Did you really give an interview to IEEE?
- Why is the language called C++?
- Is the number of C++ users still doubling every year?
- What are you working on now?
--
-
The FAQ list
I already see a lot of questions being asked that are already on the FAQ list, so here's a handy list, with links:
- How do you pronounce "Bjarne Stroustrup?"
- Can I ask you a question?
- What is the best book to learn C++ from?
- How long does it take to learn C++?
- Knowing C is a prerequisite for learning C++, right?
- Should I learn Smalltalk before C++ to become a real OO programmer?
- How do I start learning C++?
- Will you help me with my homework?
- Where can I get a free C++ compiler?
- You are Swedish?
- What's the best way to improve my C++ programs?
- Does it matter which programming language I use?
- Did the ANSI/ISO standards committee spoil C++?
- When will we have a C++ standard?
- Where can I get a machine-readable version of the standard?
- Are there any features you'd like to remove from C++?
- When will we have a new ARM?
- When will you publish a 4th edition of "The C++ Programming Language"?
- Should I buy the "Special Edition" of "The C++ Programming Language"?
- Is ``int* p;'' right or is ``int *p;'' right?
- What C++ compiler do you recommend? Which libraries?
- Is Java the language you would have designed if you didn't have to be compatible with C?
- Do you really recommend Ada over C++ for larger projects?
- Would you compare C++ to "some language"?
- Others do compare their languages to C++; doesn't that annoy you?
- You won't compare C++ to other languages, but you write diatribes about C++?
- C is better than C++ for small projects, right?
- Is C a subset of C++?
- What is the difference between C and C++?
- When was C++ invented?
- Why did you invent C++?
- Why doesn't C++ have garbage collection?
- Why is the code generated for the "Hello world" program ten times larger for C++ than for C?
- What do you think of EC++?
- C++ got its Object-Oriented concepts from Smalltalk?
- Is C++ an Object-Oriented language?
- Did you really say that?
- Did you really give an interview to IEEE?
- Why is the language called C++?
- Is the number of C++ users still doubling every year?
- What are you working on now?
--
-
The FAQ list
I already see a lot of questions being asked that are already on the FAQ list, so here's a handy list, with links:
- How do you pronounce "Bjarne Stroustrup?"
- Can I ask you a question?
- What is the best book to learn C++ from?
- How long does it take to learn C++?
- Knowing C is a prerequisite for learning C++, right?
- Should I learn Smalltalk before C++ to become a real OO programmer?
- How do I start learning C++?
- Will you help me with my homework?
- Where can I get a free C++ compiler?
- You are Swedish?
- What's the best way to improve my C++ programs?
- Does it matter which programming language I use?
- Did the ANSI/ISO standards committee spoil C++?
- When will we have a C++ standard?
- Where can I get a machine-readable version of the standard?
- Are there any features you'd like to remove from C++?
- When will we have a new ARM?
- When will you publish a 4th edition of "The C++ Programming Language"?
- Should I buy the "Special Edition" of "The C++ Programming Language"?
- Is ``int* p;'' right or is ``int *p;'' right?
- What C++ compiler do you recommend? Which libraries?
- Is Java the language you would have designed if you didn't have to be compatible with C?
- Do you really recommend Ada over C++ for larger projects?
- Would you compare C++ to "some language"?
- Others do compare their languages to C++; doesn't that annoy you?
- You won't compare C++ to other languages, but you write diatribes about C++?
- C is better than C++ for small projects, right?
- Is C a subset of C++?
- What is the difference between C and C++?
- When was C++ invented?
- Why did you invent C++?
- Why doesn't C++ have garbage collection?
- Why is the code generated for the "Hello world" program ten times larger for C++ than for C?
- What do you think of EC++?
- C++ got its Object-Oriented concepts from Smalltalk?
- Is C++ an Object-Oriented language?
- Did you really say that?
- Did you really give an interview to IEEE?
- Why is the language called C++?
- Is the number of C++ users still doubling every year?
- What are you working on now?
--
-
The FAQ list
I already see a lot of questions being asked that are already on the FAQ list, so here's a handy list, with links:
- How do you pronounce "Bjarne Stroustrup?"
- Can I ask you a question?
- What is the best book to learn C++ from?
- How long does it take to learn C++?
- Knowing C is a prerequisite for learning C++, right?
- Should I learn Smalltalk before C++ to become a real OO programmer?
- How do I start learning C++?
- Will you help me with my homework?
- Where can I get a free C++ compiler?
- You are Swedish?
- What's the best way to improve my C++ programs?
- Does it matter which programming language I use?
- Did the ANSI/ISO standards committee spoil C++?
- When will we have a C++ standard?
- Where can I get a machine-readable version of the standard?
- Are there any features you'd like to remove from C++?
- When will we have a new ARM?
- When will you publish a 4th edition of "The C++ Programming Language"?
- Should I buy the "Special Edition" of "The C++ Programming Language"?
- Is ``int* p;'' right or is ``int *p;'' right?
- What C++ compiler do you recommend? Which libraries?
- Is Java the language you would have designed if you didn't have to be compatible with C?
- Do you really recommend Ada over C++ for larger projects?
- Would you compare C++ to "some language"?
- Others do compare their languages to C++; doesn't that annoy you?
- You won't compare C++ to other languages, but you write diatribes about C++?
- C is better than C++ for small projects, right?
- Is C a subset of C++?
- What is the difference between C and C++?
- When was C++ invented?
- Why did you invent C++?
- Why doesn't C++ have garbage collection?
- Why is the code generated for the "Hello world" program ten times larger for C++ than for C?
- What do you think of EC++?
- C++ got its Object-Oriented concepts from Smalltalk?
- Is C++ an Object-Oriented language?
- Did you really say that?
- Did you really give an interview to IEEE?
- Why is the language called C++?
- Is the number of C++ users still doubling every year?
- What are you working on now?
--
-
The FAQ list
I already see a lot of questions being asked that are already on the FAQ list, so here's a handy list, with links:
- How do you pronounce "Bjarne Stroustrup?"
- Can I ask you a question?
- What is the best book to learn C++ from?
- How long does it take to learn C++?
- Knowing C is a prerequisite for learning C++, right?
- Should I learn Smalltalk before C++ to become a real OO programmer?
- How do I start learning C++?
- Will you help me with my homework?
- Where can I get a free C++ compiler?
- You are Swedish?
- What's the best way to improve my C++ programs?
- Does it matter which programming language I use?
- Did the ANSI/ISO standards committee spoil C++?
- When will we have a C++ standard?
- Where can I get a machine-readable version of the standard?
- Are there any features you'd like to remove from C++?
- When will we have a new ARM?
- When will you publish a 4th edition of "The C++ Programming Language"?
- Should I buy the "Special Edition" of "The C++ Programming Language"?
- Is ``int* p;'' right or is ``int *p;'' right?
- What C++ compiler do you recommend? Which libraries?
- Is Java the language you would have designed if you didn't have to be compatible with C?
- Do you really recommend Ada over C++ for larger projects?
- Would you compare C++ to "some language"?
- Others do compare their languages to C++; doesn't that annoy you?
- You won't compare C++ to other languages, but you write diatribes about C++?
- C is better than C++ for small projects, right?
- Is C a subset of C++?
- What is the difference between C and C++?
- When was C++ invented?
- Why did you invent C++?
- Why doesn't C++ have garbage collection?
- Why is the code generated for the "Hello world" program ten times larger for C++ than for C?
- What do you think of EC++?
- C++ got its Object-Oriented concepts from Smalltalk?
- Is C++ an Object-Oriented language?
- Did you really say that?
- Did you really give an interview to IEEE?
- Why is the language called C++?
- Is the number of C++ users still doubling every year?
- What are you working on now?
--
-
The FAQ list
I already see a lot of questions being asked that are already on the FAQ list, so here's a handy list, with links:
- How do you pronounce "Bjarne Stroustrup?"
- Can I ask you a question?
- What is the best book to learn C++ from?
- How long does it take to learn C++?
- Knowing C is a prerequisite for learning C++, right?
- Should I learn Smalltalk before C++ to become a real OO programmer?
- How do I start learning C++?
- Will you help me with my homework?
- Where can I get a free C++ compiler?
- You are Swedish?
- What's the best way to improve my C++ programs?
- Does it matter which programming language I use?
- Did the ANSI/ISO standards committee spoil C++?
- When will we have a C++ standard?
- Where can I get a machine-readable version of the standard?
- Are there any features you'd like to remove from C++?
- When will we have a new ARM?
- When will you publish a 4th edition of "The C++ Programming Language"?
- Should I buy the "Special Edition" of "The C++ Programming Language"?
- Is ``int* p;'' right or is ``int *p;'' right?
- What C++ compiler do you recommend? Which libraries?
- Is Java the language you would have designed if you didn't have to be compatible with C?
- Do you really recommend Ada over C++ for larger projects?
- Would you compare C++ to "some language"?
- Others do compare their languages to C++; doesn't that annoy you?
- You won't compare C++ to other languages, but you write diatribes about C++?
- C is better than C++ for small projects, right?
- Is C a subset of C++?
- What is the difference between C and C++?
- When was C++ invented?
- Why did you invent C++?
- Why doesn't C++ have garbage collection?
- Why is the code generated for the "Hello world" program ten times larger for C++ than for C?
- What do you think of EC++?
- C++ got its Object-Oriented concepts from Smalltalk?
- Is C++ an Object-Oriented language?
- Did you really say that?
- Did you really give an interview to IEEE?
- Why is the language called C++?
- Is the number of C++ users still doubling every year?
- What are you working on now?
--
-
The FAQ list
I already see a lot of questions being asked that are already on the FAQ list, so here's a handy list, with links:
- How do you pronounce "Bjarne Stroustrup?"
- Can I ask you a question?
- What is the best book to learn C++ from?
- How long does it take to learn C++?
- Knowing C is a prerequisite for learning C++, right?
- Should I learn Smalltalk before C++ to become a real OO programmer?
- How do I start learning C++?
- Will you help me with my homework?
- Where can I get a free C++ compiler?
- You are Swedish?
- What's the best way to improve my C++ programs?
- Does it matter which programming language I use?
- Did the ANSI/ISO standards committee spoil C++?
- When will we have a C++ standard?
- Where can I get a machine-readable version of the standard?
- Are there any features you'd like to remove from C++?
- When will we have a new ARM?
- When will you publish a 4th edition of "The C++ Programming Language"?
- Should I buy the "Special Edition" of "The C++ Programming Language"?
- Is ``int* p;'' right or is ``int *p;'' right?
- What C++ compiler do you recommend? Which libraries?
- Is Java the language you would have designed if you didn't have to be compatible with C?
- Do you really recommend Ada over C++ for larger projects?
- Would you compare C++ to "some language"?
- Others do compare their languages to C++; doesn't that annoy you?
- You won't compare C++ to other languages, but you write diatribes about C++?
- C is better than C++ for small projects, right?
- Is C a subset of C++?
- What is the difference between C and C++?
- When was C++ invented?
- Why did you invent C++?
- Why doesn't C++ have garbage collection?
- Why is the code generated for the "Hello world" program ten times larger for C++ than for C?
- What do you think of EC++?
- C++ got its Object-Oriented concepts from Smalltalk?
- Is C++ an Object-Oriented language?
- Did you really say that?
- Did you really give an interview to IEEE?
- Why is the language called C++?
- Is the number of C++ users still doubling every year?
- What are you working on now?
--
-
The FAQ list
I already see a lot of questions being asked that are already on the FAQ list, so here's a handy list, with links:
- How do you pronounce "Bjarne Stroustrup?"
- Can I ask you a question?
- What is the best book to learn C++ from?
- How long does it take to learn C++?
- Knowing C is a prerequisite for learning C++, right?
- Should I learn Smalltalk before C++ to become a real OO programmer?
- How do I start learning C++?
- Will you help me with my homework?
- Where can I get a free C++ compiler?
- You are Swedish?
- What's the best way to improve my C++ programs?
- Does it matter which programming language I use?
- Did the ANSI/ISO standards committee spoil C++?
- When will we have a C++ standard?
- Where can I get a machine-readable version of the standard?
- Are there any features you'd like to remove from C++?
- When will we have a new ARM?
- When will you publish a 4th edition of "The C++ Programming Language"?
- Should I buy the "Special Edition" of "The C++ Programming Language"?
- Is ``int* p;'' right or is ``int *p;'' right?
- What C++ compiler do you recommend? Which libraries?
- Is Java the language you would have designed if you didn't have to be compatible with C?
- Do you really recommend Ada over C++ for larger projects?
- Would you compare C++ to "some language"?
- Others do compare their languages to C++; doesn't that annoy you?
- You won't compare C++ to other languages, but you write diatribes about C++?
- C is better than C++ for small projects, right?
- Is C a subset of C++?
- What is the difference between C and C++?
- When was C++ invented?
- Why did you invent C++?
- Why doesn't C++ have garbage collection?
- Why is the code generated for the "Hello world" program ten times larger for C++ than for C?
- What do you think of EC++?
- C++ got its Object-Oriented concepts from Smalltalk?
- Is C++ an Object-Oriented language?
- Did you really say that?
- Did you really give an interview to IEEE?
- Why is the language called C++?
- Is the number of C++ users still doubling every year?
- What are you working on now?
--
-
The FAQ list
I already see a lot of questions being asked that are already on the FAQ list, so here's a handy list, with links:
- How do you pronounce "Bjarne Stroustrup?"
- Can I ask you a question?
- What is the best book to learn C++ from?
- How long does it take to learn C++?
- Knowing C is a prerequisite for learning C++, right?
- Should I learn Smalltalk before C++ to become a real OO programmer?
- How do I start learning C++?
- Will you help me with my homework?
- Where can I get a free C++ compiler?
- You are Swedish?
- What's the best way to improve my C++ programs?
- Does it matter which programming language I use?
- Did the ANSI/ISO standards committee spoil C++?
- When will we have a C++ standard?
- Where can I get a machine-readable version of the standard?
- Are there any features you'd like to remove from C++?
- When will we have a new ARM?
- When will you publish a 4th edition of "The C++ Programming Language"?
- Should I buy the "Special Edition" of "The C++ Programming Language"?
- Is ``int* p;'' right or is ``int *p;'' right?
- What C++ compiler do you recommend? Which libraries?
- Is Java the language you would have designed if you didn't have to be compatible with C?
- Do you really recommend Ada over C++ for larger projects?
- Would you compare C++ to "some language"?
- Others do compare their languages to C++; doesn't that annoy you?
- You won't compare C++ to other languages, but you write diatribes about C++?
- C is better than C++ for small projects, right?
- Is C a subset of C++?
- What is the difference between C and C++?
- When was C++ invented?
- Why did you invent C++?
- Why doesn't C++ have garbage collection?
- Why is the code generated for the "Hello world" program ten times larger for C++ than for C?
- What do you think of EC++?
- C++ got its Object-Oriented concepts from Smalltalk?
- Is C++ an Object-Oriented language?
- Did you really say that?
- Did you really give an interview to IEEE?
- Why is the language called C++?
- Is the number of C++ users still doubling every year?
- What are you working on now?
--
-
The FAQ list
I already see a lot of questions being asked that are already on the FAQ list, so here's a handy list, with links:
- How do you pronounce "Bjarne Stroustrup?"
- Can I ask you a question?
- What is the best book to learn C++ from?
- How long does it take to learn C++?
- Knowing C is a prerequisite for learning C++, right?
- Should I learn Smalltalk before C++ to become a real OO programmer?
- How do I start learning C++?
- Will you help me with my homework?
- Where can I get a free C++ compiler?
- You are Swedish?
- What's the best way to improve my C++ programs?
- Does it matter which programming language I use?
- Did the ANSI/ISO standards committee spoil C++?
- When will we have a C++ standard?
- Where can I get a machine-readable version of the standard?
- Are there any features you'd like to remove from C++?
- When will we have a new ARM?
- When will you publish a 4th edition of "The C++ Programming Language"?
- Should I buy the "Special Edition" of "The C++ Programming Language"?
- Is ``int* p;'' right or is ``int *p;'' right?
- What C++ compiler do you recommend? Which libraries?
- Is Java the language you would have designed if you didn't have to be compatible with C?
- Do you really recommend Ada over C++ for larger projects?
- Would you compare C++ to "some language"?
- Others do compare their languages to C++; doesn't that annoy you?
- You won't compare C++ to other languages, but you write diatribes about C++?
- C is better than C++ for small projects, right?
- Is C a subset of C++?
- What is the difference between C and C++?
- When was C++ invented?
- Why did you invent C++?
- Why doesn't C++ have garbage collection?
- Why is the code generated for the "Hello world" program ten times larger for C++ than for C?
- What do you think of EC++?
- C++ got its Object-Oriented concepts from Smalltalk?
- Is C++ an Object-Oriented language?
- Did you really say that?
- Did you really give an interview to IEEE?
- Why is the language called C++?
- Is the number of C++ users still doubling every year?
- What are you working on now?
--
-
The FAQ list
I already see a lot of questions being asked that are already on the FAQ list, so here's a handy list, with links:
- How do you pronounce "Bjarne Stroustrup?"
- Can I ask you a question?
- What is the best book to learn C++ from?
- How long does it take to learn C++?
- Knowing C is a prerequisite for learning C++, right?
- Should I learn Smalltalk before C++ to become a real OO programmer?
- How do I start learning C++?
- Will you help me with my homework?
- Where can I get a free C++ compiler?
- You are Swedish?
- What's the best way to improve my C++ programs?
- Does it matter which programming language I use?
- Did the ANSI/ISO standards committee spoil C++?
- When will we have a C++ standard?
- Where can I get a machine-readable version of the standard?
- Are there any features you'd like to remove from C++?
- When will we have a new ARM?
- When will you publish a 4th edition of "The C++ Programming Language"?
- Should I buy the "Special Edition" of "The C++ Programming Language"?
- Is ``int* p;'' right or is ``int *p;'' right?
- What C++ compiler do you recommend? Which libraries?
- Is Java the language you would have designed if you didn't have to be compatible with C?
- Do you really recommend Ada over C++ for larger projects?
- Would you compare C++ to "some language"?
- Others do compare their languages to C++; doesn't that annoy you?
- You won't compare C++ to other languages, but you write diatribes about C++?
- C is better than C++ for small projects, right?
- Is C a subset of C++?
- What is the difference between C and C++?
- When was C++ invented?
- Why did you invent C++?
- Why doesn't C++ have garbage collection?
- Why is the code generated for the "Hello world" program ten times larger for C++ than for C?
- What do you think of EC++?
- C++ got its Object-Oriented concepts from Smalltalk?
- Is C++ an Object-Oriented language?
- Did you really say that?
- Did you really give an interview to IEEE?
- Why is the language called C++?
- Is the number of C++ users still doubling every year?
- What are you working on now?
--
-
The FAQ list
I already see a lot of questions being asked that are already on the FAQ list, so here's a handy list, with links:
- How do you pronounce "Bjarne Stroustrup?"
- Can I ask you a question?
- What is the best book to learn C++ from?
- How long does it take to learn C++?
- Knowing C is a prerequisite for learning C++, right?
- Should I learn Smalltalk before C++ to become a real OO programmer?
- How do I start learning C++?
- Will you help me with my homework?
- Where can I get a free C++ compiler?
- You are Swedish?
- What's the best way to improve my C++ programs?
- Does it matter which programming language I use?
- Did the ANSI/ISO standards committee spoil C++?
- When will we have a C++ standard?
- Where can I get a machine-readable version of the standard?
- Are there any features you'd like to remove from C++?
- When will we have a new ARM?
- When will you publish a 4th edition of "The C++ Programming Language"?
- Should I buy the "Special Edition" of "The C++ Programming Language"?
- Is ``int* p;'' right or is ``int *p;'' right?
- What C++ compiler do you recommend? Which libraries?
- Is Java the language you would have designed if you didn't have to be compatible with C?
- Do you really recommend Ada over C++ for larger projects?
- Would you compare C++ to "some language"?
- Others do compare their languages to C++; doesn't that annoy you?
- You won't compare C++ to other languages, but you write diatribes about C++?
- C is better than C++ for small projects, right?
- Is C a subset of C++?
- What is the difference between C and C++?
- When was C++ invented?
- Why did you invent C++?
- Why doesn't C++ have garbage collection?
- Why is the code generated for the "Hello world" program ten times larger for C++ than for C?
- What do you think of EC++?
- C++ got its Object-Oriented concepts from Smalltalk?
- Is C++ an Object-Oriented language?
- Did you really say that?
- Did you really give an interview to IEEE?
- Why is the language called C++?
- Is the number of C++ users still doubling every year?
- What are you working on now?
--
-
The FAQ list
I already see a lot of questions being asked that are already on the FAQ list, so here's a handy list, with links:
- How do you pronounce "Bjarne Stroustrup?"
- Can I ask you a question?
- What is the best book to learn C++ from?
- How long does it take to learn C++?
- Knowing C is a prerequisite for learning C++, right?
- Should I learn Smalltalk before C++ to become a real OO programmer?
- How do I start learning C++?
- Will you help me with my homework?
- Where can I get a free C++ compiler?
- You are Swedish?
- What's the best way to improve my C++ programs?
- Does it matter which programming language I use?
- Did the ANSI/ISO standards committee spoil C++?
- When will we have a C++ standard?
- Where can I get a machine-readable version of the standard?
- Are there any features you'd like to remove from C++?
- When will we have a new ARM?
- When will you publish a 4th edition of "The C++ Programming Language"?
- Should I buy the "Special Edition" of "The C++ Programming Language"?
- Is ``int* p;'' right or is ``int *p;'' right?
- What C++ compiler do you recommend? Which libraries?
- Is Java the language you would have designed if you didn't have to be compatible with C?
- Do you really recommend Ada over C++ for larger projects?
- Would you compare C++ to "some language"?
- Others do compare their languages to C++; doesn't that annoy you?
- You won't compare C++ to other languages, but you write diatribes about C++?
- C is better than C++ for small projects, right?
- Is C a subset of C++?
- What is the difference between C and C++?
- When was C++ invented?
- Why did you invent C++?
- Why doesn't C++ have garbage collection?
- Why is the code generated for the "Hello world" program ten times larger for C++ than for C?
- What do you think of EC++?
- C++ got its Object-Oriented concepts from Smalltalk?
- Is C++ an Object-Oriented language?
- Did you really say that?
- Did you really give an interview to IEEE?
- Why is the language called C++?
- Is the number of C++ users still doubling every year?
- What are you working on now?
--
-
The FAQ list
I already see a lot of questions being asked that are already on the FAQ list, so here's a handy list, with links:
- How do you pronounce "Bjarne Stroustrup?"
- Can I ask you a question?
- What is the best book to learn C++ from?
- How long does it take to learn C++?
- Knowing C is a prerequisite for learning C++, right?
- Should I learn Smalltalk before C++ to become a real OO programmer?
- How do I start learning C++?
- Will you help me with my homework?
- Where can I get a free C++ compiler?
- You are Swedish?
- What's the best way to improve my C++ programs?
- Does it matter which programming language I use?
- Did the ANSI/ISO standards committee spoil C++?
- When will we have a C++ standard?
- Where can I get a machine-readable version of the standard?
- Are there any features you'd like to remove from C++?
- When will we have a new ARM?
- When will you publish a 4th edition of "The C++ Programming Language"?
- Should I buy the "Special Edition" of "The C++ Programming Language"?
- Is ``int* p;'' right or is ``int *p;'' right?
- What C++ compiler do you recommend? Which libraries?
- Is Java the language you would have designed if you didn't have to be compatible with C?
- Do you really recommend Ada over C++ for larger projects?
- Would you compare C++ to "some language"?
- Others do compare their languages to C++; doesn't that annoy you?
- You won't compare C++ to other languages, but you write diatribes about C++?
- C is better than C++ for small projects, right?
- Is C a subset of C++?
- What is the difference between C and C++?
- When was C++ invented?
- Why did you invent C++?
- Why doesn't C++ have garbage collection?
- Why is the code generated for the "Hello world" program ten times larger for C++ than for C?
- What do you think of EC++?
- C++ got its Object-Oriented concepts from Smalltalk?
- Is C++ an Object-Oriented language?
- Did you really say that?
- Did you really give an interview to IEEE?
- Why is the language called C++?
- Is the number of C++ users still doubling every year?
- What are you working on now?
--
-
The FAQ list
I already see a lot of questions being asked that are already on the FAQ list, so here's a handy list, with links:
- How do you pronounce "Bjarne Stroustrup?"
- Can I ask you a question?
- What is the best book to learn C++ from?
- How long does it take to learn C++?
- Knowing C is a prerequisite for learning C++, right?
- Should I learn Smalltalk before C++ to become a real OO programmer?
- How do I start learning C++?
- Will you help me with my homework?
- Where can I get a free C++ compiler?
- You are Swedish?
- What's the best way to improve my C++ programs?
- Does it matter which programming language I use?
- Did the ANSI/ISO standards committee spoil C++?
- When will we have a C++ standard?
- Where can I get a machine-readable version of the standard?
- Are there any features you'd like to remove from C++?
- When will we have a new ARM?
- When will you publish a 4th edition of "The C++ Programming Language"?
- Should I buy the "Special Edition" of "The C++ Programming Language"?
- Is ``int* p;'' right or is ``int *p;'' right?
- What C++ compiler do you recommend? Which libraries?
- Is Java the language you would have designed if you didn't have to be compatible with C?
- Do you really recommend Ada over C++ for larger projects?
- Would you compare C++ to "some language"?
- Others do compare their languages to C++; doesn't that annoy you?
- You won't compare C++ to other languages, but you write diatribes about C++?
- C is better than C++ for small projects, right?
- Is C a subset of C++?
- What is the difference between C and C++?
- When was C++ invented?
- Why did you invent C++?
- Why doesn't C++ have garbage collection?
- Why is the code generated for the "Hello world" program ten times larger for C++ than for C?
- What do you think of EC++?
- C++ got its Object-Oriented concepts from Smalltalk?
- Is C++ an Object-Oriented language?
- Did you really say that?
- Did you really give an interview to IEEE?
- Why is the language called C++?
- Is the number of C++ users still doubling every year?
- What are you working on now?
--
-
The FAQ list
I already see a lot of questions being asked that are already on the FAQ list, so here's a handy list, with links:
- How do you pronounce "Bjarne Stroustrup?"
- Can I ask you a question?
- What is the best book to learn C++ from?
- How long does it take to learn C++?
- Knowing C is a prerequisite for learning C++, right?
- Should I learn Smalltalk before C++ to become a real OO programmer?
- How do I start learning C++?
- Will you help me with my homework?
- Where can I get a free C++ compiler?
- You are Swedish?
- What's the best way to improve my C++ programs?
- Does it matter which programming language I use?
- Did the ANSI/ISO standards committee spoil C++?
- When will we have a C++ standard?
- Where can I get a machine-readable version of the standard?
- Are there any features you'd like to remove from C++?
- When will we have a new ARM?
- When will you publish a 4th edition of "The C++ Programming Language"?
- Should I buy the "Special Edition" of "The C++ Programming Language"?
- Is ``int* p;'' right or is ``int *p;'' right?
- What C++ compiler do you recommend? Which libraries?
- Is Java the language you would have designed if you didn't have to be compatible with C?
- Do you really recommend Ada over C++ for larger projects?
- Would you compare C++ to "some language"?
- Others do compare their languages to C++; doesn't that annoy you?
- You won't compare C++ to other languages, but you write diatribes about C++?
- C is better than C++ for small projects, right?
- Is C a subset of C++?
- What is the difference between C and C++?
- When was C++ invented?
- Why did you invent C++?
- Why doesn't C++ have garbage collection?
- Why is the code generated for the "Hello world" program ten times larger for C++ than for C?
- What do you think of EC++?
- C++ got its Object-Oriented concepts from Smalltalk?
- Is C++ an Object-Oriented language?
- Did you really say that?
- Did you really give an interview to IEEE?
- Why is the language called C++?
- Is the number of C++ users still doubling every year?
- What are you working on now?
--
-
The FAQ list
I already see a lot of questions being asked that are already on the FAQ list, so here's a handy list, with links:
- How do you pronounce "Bjarne Stroustrup?"
- Can I ask you a question?
- What is the best book to learn C++ from?
- How long does it take to learn C++?
- Knowing C is a prerequisite for learning C++, right?
- Should I learn Smalltalk before C++ to become a real OO programmer?
- How do I start learning C++?
- Will you help me with my homework?
- Where can I get a free C++ compiler?
- You are Swedish?
- What's the best way to improve my C++ programs?
- Does it matter which programming language I use?
- Did the ANSI/ISO standards committee spoil C++?
- When will we have a C++ standard?
- Where can I get a machine-readable version of the standard?
- Are there any features you'd like to remove from C++?
- When will we have a new ARM?
- When will you publish a 4th edition of "The C++ Programming Language"?
- Should I buy the "Special Edition" of "The C++ Programming Language"?
- Is ``int* p;'' right or is ``int *p;'' right?
- What C++ compiler do you recommend? Which libraries?
- Is Java the language you would have designed if you didn't have to be compatible with C?
- Do you really recommend Ada over C++ for larger projects?
- Would you compare C++ to "some language"?
- Others do compare their languages to C++; doesn't that annoy you?
- You won't compare C++ to other languages, but you write diatribes about C++?
- C is better than C++ for small projects, right?
- Is C a subset of C++?
- What is the difference between C and C++?
- When was C++ invented?
- Why did you invent C++?
- Why doesn't C++ have garbage collection?
- Why is the code generated for the "Hello world" program ten times larger for C++ than for C?
- What do you think of EC++?
- C++ got its Object-Oriented concepts from Smalltalk?
- Is C++ an Object-Oriented language?
- Did you really say that?
- Did you really give an interview to IEEE?
- Why is the language called C++?
- Is the number of C++ users still doubling every year?
- What are you working on now?
--
-
The FAQ list
I already see a lot of questions being asked that are already on the FAQ list, so here's a handy list, with links:
- How do you pronounce "Bjarne Stroustrup?"
- Can I ask you a question?
- What is the best book to learn C++ from?
- How long does it take to learn C++?
- Knowing C is a prerequisite for learning C++, right?
- Should I learn Smalltalk before C++ to become a real OO programmer?
- How do I start learning C++?
- Will you help me with my homework?
- Where can I get a free C++ compiler?
- You are Swedish?
- What's the best way to improve my C++ programs?
- Does it matter which programming language I use?
- Did the ANSI/ISO standards committee spoil C++?
- When will we have a C++ standard?
- Where can I get a machine-readable version of the standard?
- Are there any features you'd like to remove from C++?
- When will we have a new ARM?
- When will you publish a 4th edition of "The C++ Programming Language"?
- Should I buy the "Special Edition" of "The C++ Programming Language"?
- Is ``int* p;'' right or is ``int *p;'' right?
- What C++ compiler do you recommend? Which libraries?
- Is Java the language you would have designed if you didn't have to be compatible with C?
- Do you really recommend Ada over C++ for larger projects?
- Would you compare C++ to "some language"?
- Others do compare their languages to C++; doesn't that annoy you?
- You won't compare C++ to other languages, but you write diatribes about C++?
- C is better than C++ for small projects, right?
- Is C a subset of C++?
- What is the difference between C and C++?
- When was C++ invented?
- Why did you invent C++?
- Why doesn't C++ have garbage collection?
- Why is the code generated for the "Hello world" program ten times larger for C++ than for C?
- What do you think of EC++?
- C++ got its Object-Oriented concepts from Smalltalk?
- Is C++ an Object-Oriented language?
- Did you really say that?
- Did you really give an interview to IEEE?
- Why is the language called C++?
- Is the number of C++ users still doubling every year?
- What are you working on now?
--
-
The FAQ list
I already see a lot of questions being asked that are already on the FAQ list, so here's a handy list, with links:
- How do you pronounce "Bjarne Stroustrup?"
- Can I ask you a question?
- What is the best book to learn C++ from?
- How long does it take to learn C++?
- Knowing C is a prerequisite for learning C++, right?
- Should I learn Smalltalk before C++ to become a real OO programmer?
- How do I start learning C++?
- Will you help me with my homework?
- Where can I get a free C++ compiler?
- You are Swedish?
- What's the best way to improve my C++ programs?
- Does it matter which programming language I use?
- Did the ANSI/ISO standards committee spoil C++?
- When will we have a C++ standard?
- Where can I get a machine-readable version of the standard?
- Are there any features you'd like to remove from C++?
- When will we have a new ARM?
- When will you publish a 4th edition of "The C++ Programming Language"?
- Should I buy the "Special Edition" of "The C++ Programming Language"?
- Is ``int* p;'' right or is ``int *p;'' right?
- What C++ compiler do you recommend? Which libraries?
- Is Java the language you would have designed if you didn't have to be compatible with C?
- Do you really recommend Ada over C++ for larger projects?
- Would you compare C++ to "some language"?
- Others do compare their languages to C++; doesn't that annoy you?
- You won't compare C++ to other languages, but you write diatribes about C++?
- C is better than C++ for small projects, right?
- Is C a subset of C++?
- What is the difference between C and C++?
- When was C++ invented?
- Why did you invent C++?
- Why doesn't C++ have garbage collection?
- Why is the code generated for the "Hello world" program ten times larger for C++ than for C?
- What do you think of EC++?
- C++ got its Object-Oriented concepts from Smalltalk?
- Is C++ an Object-Oriented language?
- Did you really say that?
- Did you really give an interview to IEEE?
- Why is the language called C++?
- Is the number of C++ users still doubling every year?
- What are you working on now?
--
-
The FAQ list
I already see a lot of questions being asked that are already on the FAQ list, so here's a handy list, with links:
- How do you pronounce "Bjarne Stroustrup?"
- Can I ask you a question?
- What is the best book to learn C++ from?
- How long does it take to learn C++?
- Knowing C is a prerequisite for learning C++, right?
- Should I learn Smalltalk before C++ to become a real OO programmer?
- How do I start learning C++?
- Will you help me with my homework?
- Where can I get a free C++ compiler?
- You are Swedish?
- What's the best way to improve my C++ programs?
- Does it matter which programming language I use?
- Did the ANSI/ISO standards committee spoil C++?
- When will we have a C++ standard?
- Where can I get a machine-readable version of the standard?
- Are there any features you'd like to remove from C++?
- When will we have a new ARM?
- When will you publish a 4th edition of "The C++ Programming Language"?
- Should I buy the "Special Edition" of "The C++ Programming Language"?
- Is ``int* p;'' right or is ``int *p;'' right?
- What C++ compiler do you recommend? Which libraries?
- Is Java the language you would have designed if you didn't have to be compatible with C?
- Do you really recommend Ada over C++ for larger projects?
- Would you compare C++ to "some language"?
- Others do compare their languages to C++; doesn't that annoy you?
- You won't compare C++ to other languages, but you write diatribes about C++?
- C is better than C++ for small projects, right?
- Is C a subset of C++?
- What is the difference between C and C++?
- When was C++ invented?
- Why did you invent C++?
- Why doesn't C++ have garbage collection?
- Why is the code generated for the "Hello world" program ten times larger for C++ than for C?
- What do you think of EC++?
- C++ got its Object-Oriented concepts from Smalltalk?
- Is C++ an Object-Oriented language?
- Did you really say that?
- Did you really give an interview to IEEE?
- Why is the language called C++?
- Is the number of C++ users still doubling every year?
- What are you working on now?
--
-
The FAQ list
I already see a lot of questions being asked that are already on the FAQ list, so here's a handy list, with links:
- How do you pronounce "Bjarne Stroustrup?"
- Can I ask you a question?
- What is the best book to learn C++ from?
- How long does it take to learn C++?
- Knowing C is a prerequisite for learning C++, right?
- Should I learn Smalltalk before C++ to become a real OO programmer?
- How do I start learning C++?
- Will you help me with my homework?
- Where can I get a free C++ compiler?
- You are Swedish?
- What's the best way to improve my C++ programs?
- Does it matter which programming language I use?
- Did the ANSI/ISO standards committee spoil C++?
- When will we have a C++ standard?
- Where can I get a machine-readable version of the standard?
- Are there any features you'd like to remove from C++?
- When will we have a new ARM?
- When will you publish a 4th edition of "The C++ Programming Language"?
- Should I buy the "Special Edition" of "The C++ Programming Language"?
- Is ``int* p;'' right or is ``int *p;'' right?
- What C++ compiler do you recommend? Which libraries?
- Is Java the language you would have designed if you didn't have to be compatible with C?
- Do you really recommend Ada over C++ for larger projects?
- Would you compare C++ to "some language"?
- Others do compare their languages to C++; doesn't that annoy you?
- You won't compare C++ to other languages, but you write diatribes about C++?
- C is better than C++ for small projects, right?
- Is C a subset of C++?
- What is the difference between C and C++?
- When was C++ invented?
- Why did you invent C++?
- Why doesn't C++ have garbage collection?
- Why is the code generated for the "Hello world" program ten times larger for C++ than for C?
- What do you think of EC++?
- C++ got its Object-Oriented concepts from Smalltalk?
- Is C++ an Object-Oriented language?
- Did you really say that?
- Did you really give an interview to IEEE?
- Why is the language called C++?
- Is the number of C++ users still doubling every year?
- What are you working on now?
--
-
The FAQ list
I already see a lot of questions being asked that are already on the FAQ list, so here's a handy list, with links:
- How do you pronounce "Bjarne Stroustrup?"
- Can I ask you a question?
- What is the best book to learn C++ from?
- How long does it take to learn C++?
- Knowing C is a prerequisite for learning C++, right?
- Should I learn Smalltalk before C++ to become a real OO programmer?
- How do I start learning C++?
- Will you help me with my homework?
- Where can I get a free C++ compiler?
- You are Swedish?
- What's the best way to improve my C++ programs?
- Does it matter which programming language I use?
- Did the ANSI/ISO standards committee spoil C++?
- When will we have a C++ standard?
- Where can I get a machine-readable version of the standard?
- Are there any features you'd like to remove from C++?
- When will we have a new ARM?
- When will you publish a 4th edition of "The C++ Programming Language"?
- Should I buy the "Special Edition" of "The C++ Programming Language"?
- Is ``int* p;'' right or is ``int *p;'' right?
- What C++ compiler do you recommend? Which libraries?
- Is Java the language you would have designed if you didn't have to be compatible with C?
- Do you really recommend Ada over C++ for larger projects?
- Would you compare C++ to "some language"?
- Others do compare their languages to C++; doesn't that annoy you?
- You won't compare C++ to other languages, but you write diatribes about C++?
- C is better than C++ for small projects, right?
- Is C a subset of C++?
- What is the difference between C and C++?
- When was C++ invented?
- Why did you invent C++?
- Why doesn't C++ have garbage collection?
- Why is the code generated for the "Hello world" program ten times larger for C++ than for C?
- What do you think of EC++?
- C++ got its Object-Oriented concepts from Smalltalk?
- Is C++ an Object-Oriented language?
- Did you really say that?
- Did you really give an interview to IEEE?
- Why is the language called C++?
- Is the number of C++ users still doubling every year?
- What are you working on now?
--