Re: strange behaviour of gcc 4.0.2
Michael.Ruehling@xxxxxxxxxxx wrote:
Hi,
at least i was ready to attack some program which is to be done
since December. So i started typing some files and tried to compiler
them. And guess what, my compiler told me that he does not know
anything about cout/cin/cerr and all that stuff concerning
StreamIO. Is this correct and when yes, why? It seems part of
C++ standard lib.
Regards,
Michael.
P.S.: coded so far on WinNT
Here's 2 examples:
http://www.futuredesktop.org/tmp/test-std1.cpp
+
http://www.futuredesktop.org/tmp/test-std2.cpp
// moma
PS. red-black balanced binary search tree
http://www.futuredesktop.org/adt/red-black-tree-eksempel.png
http://www.futuredesktop.org/adt/
(
http://en.wikipedia.org/wiki/Red-Black_tree )
.
Relevant Pages
- strange behaviour of gcc 4.0.2
... at least i was ready to attack some program which is to be done ... So i started typing some files and tried to compiler ... my compiler told me that he does not know ... coded so far on WinNT ... (comp.os.linux.development.apps) - Re: RAD vs. performance
... Thing if the compiler doesn't let you get away with this. ... command1 and command2 defined as before, and a lot of Common Lisp ... written compiler for a dynamic language isn't inherently slower than ... The difference is that, for static typing, you reject programs ... (comp.lang.misc) - Re: RAD vs. performance
... Thing if the compiler doesn't let you get away with this. ... command1 and command2 defined as before, and a lot of Common Lisp ... written compiler for a dynamic language isn't inherently slower than ... The difference is that, for static typing, you reject programs ... (comp.lang.misc) - Re: PEP 3107 and stronger typing (note: probably a newbie question)
... You can have declarative static typing with very few type *checking* - I may be wrong here but I think one could even write a C compiler without *any* type checking. ... some dynamically typed languages have grown type-annotations for the very same reason: hinting the compiler about possible optimizations. ... Most of the errors I have to deal with are logical errors, not type errors, and given the kind of "logic" you can find in business applications, I have some doubt about what a static type system - even a _very_ smart one - could prove here, at least if we hope to deliver the application within time and budget constraints. ... (comp.lang.python) - Re: Countering Trusting Trust through Diverse Double-Compiling
... Either a timing attack, or a attack after n-builds, so that malicious code is injected in an arbitrary, pseudo-random, less detectable way. ... that this code would be injected based on compiler state conditions. ... In DDC, you NEVER run the compromised compiler binary during the actual DDC test. ... DDC makes that extremely difficult, changing the nature of the problem from "review every binary" to "review all the source code". ... (Bugtraq) |
|