Revision history for C


Revision [33519]

Last edited on 2021-06-04 00:31:51 by ToBo

No Differences

Revision [33518]

Edited on 2021-06-04 00:31:51 by ToBo
Additions:
~-[[bsearch]] (Binärsuche)


Revision [33517]

Edited on 2021-06-04 00:31:04 by ToBo

No Differences

Revision [33516]

Edited on 2021-06-04 00:31:04 by ToBo
Additions:
~-[[qsort]]


Revision [33515]

Edited on 2021-06-04 00:30:47 by ToBo

No Differences

Revision [33514]

Edited on 2021-06-04 00:30:47 by ToBo
Additions:
~-[[CZeiger|Zeiger]]
~-[[CFunctionPointer|Funktionszeiger]]
~-[[CppStringStreams|Zahl zu String konvertieren]]
~-[[CFormatierung|Formatierte Ein- und Ausgabe]]
~-Verwendung von [[Csprintf|sprintf]]
~-Verwendung von [[Cvsprintf|vsprintf]]
~-[[COperatoren|Operatoren]]
~-[[CLoops|Shleifen]] (for, do, while)
~-[[CPrimitiveDatentypen|Primitive Datentypen]]
~-[[Cast|Cast in C und C++]] für die Umwandlung von Datentypen und Pointertypen
~-[[CInline|inline]]
~-[[CConst|const]]
~-[[CStruct|struct]]
~-[[Ctypedef|typedef]]
~-[[CStatic|static]]
~-[[CEnum|enum]]
~-[[CVolatile|volatile]]
~-[[CExtern|extern]]
~-[[cunion|union]]
~-[[CHeadersAndLibs|Bibliotheken und ihre Header-Dateien]]
~-[[CppVerzeichnisNavigation|Navigieren in Verzeichnissen]]
~-[[CFileTemplate|C-Datei-Vorlage]]
~-[[CTastenEinlesen|Tasten einlesen]]
~-[[CSerializationRoutines|C-Serialisierungsroutinen]]
~-[[pthreads|Threads]] (pthread)
~-[[crc16c|CRC16-Checksumme in C]]
~-[[Cfiles|Dateien schreiben und lesen]]
~-[[CLinks|Linksammlung]]
~-[[CLinux|C unter Linux]]
~-[[CWindows|C unter Windows]]
~-[[CMikrocontroller|Programmierung in C für Mikrocontroller]]
- [[LinuxCtags|ctags]] - List Tags
- [[LinuxCxref|cxref]] - Cross references
- [[LinuxCflow|cflow]] - flow graph
- [[SoftwareSplint|splint]] = statically checking C programs for bugs
- [[CDependencyGraph|Abhängigkeitsgraph]] der C-Module mit graphviz erstellen
- [[SoftwareMetriken|Metriken]] (Tools für Software-Metriken u.a. für die Programmiersprache C)
Deletions:
~-[[CZeiger Zeiger]]
~-[[CFunctionPointer Funktionszeiger]]
~-[[CppStringStreams Zahl zu String konvertieren]]
~-[[CFormatierung Formatierte Ein- und Ausgabe]]
~-Verwendung von [[Csprintf sprintf]]
~-Verwendung von [[Cvsprintf vsprintf]]
~-[[COperatoren Operatoren]]
~-[[CLoops Shleifen]] (for, do, while)
~-[[CPrimitiveDatentypen Primitive Datentypen]]
~-[[Cast Cast in C und C++]] für die Umwandlung von Datentypen und Pointertypen
~-[[CInline inline]]
~-[[CConst const]]
~-[[CStruct struct]]
~-[[Ctypedef typedef]]
~-[[CStatic static]]
~-[[CEnum enum]]
~-[[CVolatile volatile]]
~-[[CExtern extern]]
~-[[cunion union]]
~-[[CHeadersAndLibs Bibliotheken und ihre Header-Dateien]]
~-[[CppVerzeichnisNavigation Navigieren in Verzeichnissen]]
~-[[CFileTemplate C-Datei-Vorlage]]
~-[[CLinks Linksammlung]]
~-[[CTastenEinlesen Tasten einlesen]]
~-[[CSerializationRoutines C-Serialisierungsroutinen]]
~-[[pthreads Threads]] (pthread)
~-[[crc16c CRC16-Checksumme in C]]
~-[[Cfiles Dateien schreiben und lesen]]
~-[[CLinux C unter Linux]]
~-[[CWindows C unter Windows]]
~-[[CMikrocontroller Programmierung in C für Mikrocontroller]]
- [[LinuxCtags ctags]] - List Tags
- [[LinuxCxref cxref]] - Cross references
- [[LinuxCflow cflow]] - flow graph
- [[SoftwareSplint splint]] = statically checking C programs for bugs
- [[CDependencyGraph Abhängigkeitsgraph]] der C-Module mit graphviz erstellen
- [[SoftwareMetriken Metriken]] (Tools für Software-Metriken u.a. für die Programmiersprache C)


Revision [18975]

Edited on 2014-05-02 15:00:32 by ToBo
Additions:
- [[Sanitizer]]


Revision [18886]

Edited on 2014-03-27 20:56:17 by ToBo
Additions:
~-[[Cfiles Dateien schreiben und lesen]]
Deletions:
~-[[Cfiles]]


Revision [18885]

Edited on 2014-03-27 20:56:01 by ToBo
Additions:
~-[[Cfiles]]
Deletions:
~-[[fopen]]


Revision [18884]

Edited on 2014-03-27 20:55:35 by ToBo
Additions:
~-[[fopen]]


Revision [16876]

Edited on 2013-08-12 15:02:13 by ToBo
Additions:
http://en.cppreference.com/w/


Revision [16256]

Edited on 2013-04-03 17:56:49 by ToBo
Additions:
- [[SoftwareMetriken Metriken]] (Tools für Software-Metriken u.a. für die Programmiersprache C)


Revision [16130]

Edited on 2013-03-30 02:25:18 by ToBo
Additions:
- [[LinuxCtags ctags]] - List Tags
- [[LinuxCxref cxref]] - Cross references
- [[LinuxCflow cflow]] - flow graph
- [[lex]] - Lexical tasks
- [[make]] - Build process
- [[SoftwareSplint splint]] = statically checking C programs for bugs
- [[CDependencyGraph Abhängigkeitsgraph]] der C-Module mit graphviz erstellen
Deletions:
[[LinuxCtags ctags]] - List Tags
[[LinuxCxref cxref]] - Cross references
[[LinuxCflow cflow]] - flow graph
[[lex]] - Lexical tasks
[[make]] - Build process
[[SoftwareSplint splint]] = statically checking C programs for bugs


Revision [15974]

Edited on 2013-03-25 18:19:20 by ToBo
Additions:
~-[[Cast Cast in C und C++]] für die Umwandlung von Datentypen und Pointertypen


Revision [15965]

Edited on 2013-03-25 17:46:09 by ToBo
Additions:
==a==Allgemeine Sprachelemente==a==
==Zeiger - mächtig und leider auch eine häufige Fehlerquelle==
==Strings==
==Weitere Sprachelemente==
==Meine Empfehlungen bei der Verwendung einiger Schlüsselwörter==
==a==Notizen zu speziellen Themen==a==
~-[[Netzwerkprogrammierung]] her gibt es kleinere Unterschiede unter Linux und Windows
Deletions:
==a==Sprachelemente==a==
Zeiger - mächtig und gefährlich
Arbeiten mit Strings
Meine Empfehlungen bei der Verwendung einiger Schlüsselwörter
==a==Beispiele und Module==a==


Revision [15944]

Edited on 2013-03-25 14:24:28 by ToBo
Additions:
[[lex]] - Lexical tasks
[[make]] - Build process
Deletions:
[[LinuxLex lex]] - Lexical tasks
[[LinuxMake make]] - Build process


Revision [15716]

Edited on 2013-03-13 07:06:27 by ToBo
Additions:
~-[[getopt]]


Revision [15695]

Edited on 2013-03-13 03:27:15 by ToBo
Additions:
~-[[pthreads Threads]] (pthread)


Revision [15688]

Edited on 2013-03-13 03:06:32 by ToBo
Additions:
~-[[Netzwerkprogrammierung]]


Revision [14271]

Edited on 2012-10-28 15:22:09 by ToBo
Additions:
~-[[cunion union]]


Revision [13594]

Edited on 2012-04-28 20:02:31 by ToBo
Deletions:
==a==Embedded C==a==
Bug-Killing Coding Standard Rules for Embedded C
http://www.netrino.com/Embedded-Systems/How-To/Bug-Killing-Standards-for-Embedded-C
More Bug-Killing Coding Standards for Embedded C
http://www.netrino.com/Embedded-Systems/How-To/More-Bug-Killing-Standards-for-Embedded-C


Revision [11473]

Edited on 2011-01-23 02:37:45 by ToBo
Additions:
==a==Embedded C==a==
Bug-Killing Coding Standard Rules for Embedded C
http://www.netrino.com/Embedded-Systems/How-To/Bug-Killing-Standards-for-Embedded-C
More Bug-Killing Coding Standards for Embedded C
http://www.netrino.com/Embedded-Systems/How-To/More-Bug-Killing-Standards-for-Embedded-C


Revision [11471]

Edited on 2011-01-23 02:35:22 by ToBo
Additions:
~-http://c.snippets.org/browser.php


Revision [11396]

Edited on 2011-01-22 01:51:53 by ToBo
Additions:
==a==Beispiele und Module==a==
~-[[crc16c CRC16-Checksumme in C]]
Deletions:
Sonstiges


Revision [11182]

Edited on 2010-08-15 23:14:32 by ToBo
Additions:
[[SoftwareSplint splint]] = statically checking C programs for bugs


Revision [11064]

Edited on 2010-08-03 01:05:52 by ToBo
Additions:
~-[[CSerializationRoutines C-Serialisierungsroutinen]]


Revision [8330]

Edited on 2009-04-14 14:45:51 by ToBo
Additions:
~-[[CTastenEinlesen Tasten einlesen]]
Deletions:
~-[[CTastenEinlesen tasten einlesen]]


Revision [8329]

Edited on 2009-04-14 14:45:33 by ToBo
Additions:
~-[[CTastenEinlesen tasten einlesen]]


Revision [7904]

Edited on 2009-02-22 00:32:50 by ToBo
Additions:
~-[[CLoops Shleifen]] (for, do, while)


Revision [7719]

Edited on 2009-02-02 01:23:12 by ToBo
Additions:
~-[[CHeadersAndLibs Bibliotheken und ihre Header-Dateien]]


Revision [7588]

Edited on 2009-01-24 00:44:20 by ToBo
Additions:
First of all, be aware to think about all the new lines at the end of your c and c++ files!


Revision [5771]

Edited on 2008-10-25 13:24:30 by ToBo
Additions:
1971 wurde C von Denis N. Ritchie be [[ForschungsEinrichtungen AT&T Bell Labs]] entwickelt
Deletions:
1971 wurde C von Denis N. Ritchie be AT&T Bell Labs entwickelt


Revision [5765]

Edited on 2008-10-25 12:45:29 by ToBo
Additions:
=====Notizen zu C und C""++""=====

Arbeiten mit Strings
~-[[CppStringStreams Zahl zu String konvertieren]]
~-[[CFormatierung Formatierte Ein- und Ausgabe]]
~-Verwendung von [[Csprintf sprintf]]
~-Verwendung von [[Cvsprintf vsprintf]]
Deletions:
=====Die Programmiersprache C=====


Revision [5755]

Edited on 2008-10-25 12:07:44 by ToBo
Deletions:
Arbeiten mit Strings
~-[[CppStringStreams Zahl zu String konvertieren]]
~-[[CFormatierung Formatierte Ein- und Ausgabe]]
~-Verwendung von [[Csprintf sprintf]]
~-Verwendung von [[Cvsprintf vsprintf]]


Revision [5754]

Edited on 2008-10-25 12:06:14 by ToBo
Additions:
=====Die Programmiersprache C=====
Deletions:
=====""Notizen zu C und C++""=====


Revision [5683]

Edited on 2008-10-23 20:41:21 by MatthiasT
Additions:
~-[[CppVerzeichnisNavigation Navigieren in Verzeichnissen]]


Revision [5679]

Edited on 2008-10-23 20:10:13 by MatthiasT
Additions:
=====""Notizen zu C und C++""=====
Deletions:
=====""Notizen zu C""=====


Revision [5615]

Edited on 2008-10-20 21:32:12 by MatthiasT
Additions:
~-[[CppStringStreams Zahl zu String konvertieren]]


Revision [5419]

Edited on 2008-09-14 21:23:23 by ToBo
Additions:
==a==C-Tools==a==
[[LinuxCtags ctags]] - List Tags
[[LinuxCxref cxref]] - Cross references
[[LinuxCflow cflow]] - flow graph
[[LinuxLex lex]] - Lexical tasks
[[LinuxMake make]] - Build process
Deletions:
==a==Tools==a==
LinuxCtags


Revision [5418]

Edited on 2008-09-14 21:16:56 by ToBo
Additions:
==a==Betriebssystems und Prozessorarchitektur==a==
Besonderheiten in Abhängigkeit des Betriebssystems und/oder der Prozessorarchitektur
Deletions:
==a==Besonderheiten in Abhängigkeit des Betriebssystems und/oder der Prozessorarchitektur==a==


Revision [5417]

Edited on 2008-09-14 21:16:28 by ToBo
Additions:
==a==Sprachelemente==a==
==a==Besonderheiten in Abhängigkeit des Betriebssystems und/oder der Prozessorarchitektur==a==
Deletions:
Besonderheiten in Abhängigkeit des Betriebssystems und/oder der Prozessorarchitektur


Revision [5415]

Edited on 2008-09-14 21:15:04 by ToBo
Additions:
==a==Tools==a==
LinuxCtags


Revision [5377]

The oldest known version of this page was created on 2008-09-14 15:24:55 by ToBo
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki