Inhaltsverzeichnis
Links
Diskussionen auf c-plusplus.de
ELF
Funktionsaufrufe zur Laufzeit
Idioms und Patterns
Testing
Compilerbau
Andere Teams
Assembler
LINQ
Shared Libs
Misc
Videos
Diese Website
Links
Diskussionen auf c-plusplus.de
Performancemythen (58 Seiten)
Bool und Lesbarkeit (48 Seiten)
Welcher Sprache gehört die Zukunft?
ELF
ELF
http://wiki.osdev.org/ELF
The ELF format
in detail
System V ABI
about ELF
LSB specifications
See (generic or platform-specific) 'Core' specifications for additional ELF information.
ELF and ABI Standards
Funktionsaufrufe zur Laufzeit
http://www.sven-johannsen.de/programmierung/assembler_functions.html
http://www.a-m-i.de/tips/stack/stack.php
GCC JIT: Bytecode-interpreter einbauen
Idioms und Patterns
http://www.dre.vanderbilt.edu/~sutambe/documents/More%20C++%20Idioms.pdf
Mixins
Testing
http://blog.coldflake.com/posts/Testing-C++-with-a-new-Catch/
Compilerbau
http://vhb.fh-regensburg.de/co/
http://en.wikipedia.org/wiki/Static_single_assignment_form
The Design of LLVM
Andere Teams
MakeADef
:
TeaJay, die zweite
Assembler
http://www.drpaulcarter.com/pcasm/index.php
libffi
- Funktionsaufrufe zur Laufzeit
LINQ
Linq
- var result = from item in Liste where item.id ⇐ 3 select item
Shared Libs
http://www.yolinux.com/TUTORIALS/LibraryArchives-StaticAndDynamic.html
http://www.proggen.org/forum/viewtopic.php?f=21&t=4890
http://rosettacode.org/wiki/Call_a_function_in_a_shared_library#C
Misc
Neue, parallele PC-Architektur
Why Microsoft can blow off with C#
Tony Hoare
(bekam Turing Award für Programmiersprachendesign 1980)
Scala-Programming-Language
Übersetzerbau
, wird als Referenz zu Closures bei Wikipedia angegeben.
C++ resyntaxed
Alternative C++ Syntax (Link von Michael)
links
How to design a replacement for C++
http://ridiculousfish.com/blog/archives/2010/07/23/will-it-optimize/
http://psc.informatik.uni-jena.de/publ/CSharp-it0402.pdf
http://www.suse.de/~thomas/papers/SecProg/Sicherheitsrelevante%20Programmierfehler.pdf
http://simpleprogrammer.com/2012/12/01/why-c-is-not-back/
man 3 glob / glob.h verbirgt eine Lib für Wildcards (*)
http://umumble.com/blogs/Programming/321/
Videos
About Compilers and Reflection
Video:
Worst things in programming languages
(sehr gut)
Video:
http://www.infoq.com/presentations/Null-References-The-Billion-Dollar-Mistake-Tony-Hoare
Diese Website
Eigenes Apt-Repository mit Reprepro