<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>dotnet-snippets.de (C++)</title>
<link>http://www.dotnet-snippets.de/dns/default.aspx</link>
<description>Neue Snippets auf dotnet-snippets.de</description>
<language>de-de</language>
<copyright>copyright by Jan Welker</copyright>
<image>
<url>http://dotnet-snippets.de/dns/bilder/Logo.gif</url>
<title>dotnet-snippets.de</title>
<link>http://www.dotnet-snippets.de/dns/default.aspx</link>
</image>
<item>
<pubDate>Sat, 24 Jul 2010 15:54:16 GMT</pubDate>
<title>C++, Flyff Paketfilter -&gt; NPC anklicken blocken</title>
<description>Das erlaubt es euch z.B jemandem das Trading an einem NPC zu verhindern auf das ge&#252;nschte Authorit. Man kann es auch ereitern und z.B sch&#228;dliche Pakete blocken oder einem spieler eine Funktion zu blocken
</description>
<link>http://www.dotnet-snippets.de/dns/flyff-paketfilter---npc-anklicken-blocken-SID1414.aspx</link>
<author>webmaster@dotnet-snippets.de</author>
<guid>http://www.dotnet-snippets.de/dns/flyff-paketfilter---npc-anklicken-blocken-SID1414.aspx</guid>
</item>

<item>
<pubDate>Sat, 10 Jul 2010 13:44:06 GMT</pubDate>
<title>C++, C++/CLI Encrypt und Decrypt Strings</title>
<description>Eine Adaption von &quot;Encrypt and Decrypt Strings&quot; von Jan Welker nach C++/CLI.

Einfach als simple Funktionen.
</description>
<link>http://www.dotnet-snippets.de/dns/ccli-encrypt-und-decrypt-strings-SID1410.aspx</link>
<author>webmaster@dotnet-snippets.de</author>
<guid>http://www.dotnet-snippets.de/dns/ccli-encrypt-und-decrypt-strings-SID1410.aspx</guid>
</item>

<item>
<pubDate>Fri, 12 Mar 2010 12:18:17 GMT</pubDate>
<title>C++, Abstand von 2 Punkten 2D aus auch 3D berechnen</title>
<description>Dieses Programm berechnet den Abstandt,
von 2 Punkten , einmal im [b]2D-Koordinatensystem(x/y)[/b] und im 
[b]3D-Koordinatenstystem
[/b].

Alles Kommentiert ...
Hoffe es Hilft.
Viel Freude
</description>
<link>http://www.dotnet-snippets.de/dns/abstand-von-2-punkten-2d-aus-auch-3d-berechnen-SID1350.aspx</link>
<author>webmaster@dotnet-snippets.de</author>
<guid>http://www.dotnet-snippets.de/dns/abstand-von-2-punkten-2d-aus-auch-3d-berechnen-SID1350.aspx</guid>
</item>

<item>
<pubDate>Tue, 07 Jul 2009 21:35:07 GMT</pubDate>
<title>C++, OpenMP: Parallel For</title>
<description>Zeigt Verwendung der OpenMP #pragma omp parallel for Direktive
</description>
<link>http://www.dotnet-snippets.de/dns/openmp-parallel-for-SID1173.aspx</link>
<author>webmaster@dotnet-snippets.de</author>
<guid>http://www.dotnet-snippets.de/dns/openmp-parallel-for-SID1173.aspx</guid>
</item>

<item>
<pubDate>Tue, 16 Jun 2009 20:29:23 GMT</pubDate>
<title>C++, MPI Beispiel 1</title>
<description>Einfaches Beispiel, das die Verwendung von MPI (http://de.wikipedia.org/wiki/Message_Passing_Interface) zeigt.
</description>
<link>http://www.dotnet-snippets.de/dns/mpi-beispiel-1-SID1159.aspx</link>
<author>webmaster@dotnet-snippets.de</author>
<guid>http://www.dotnet-snippets.de/dns/mpi-beispiel-1-SID1159.aspx</guid>
</item>

<item>
<pubDate>Thu, 14 May 2009 23:43:49 GMT</pubDate>
<title>C++, Erstellt einen md5-Hash aus einem string</title>
<description>Erstellt einen md5-Hash aus einem string

Namespaces:
using namespace System::Text;
using namespace System::Security::Cryptography;

Assembly:
mscorlib (in mscorlib.dll)

Das hier ist der C++ Port von http://dotnet-snippets.de/dns/c-erstellt-einen-md5-hash-aus-einem-string-SID629.aspx
</description>
<link>http://www.dotnet-snippets.de/dns/erstellt-einen-md5-hash-aus-einem-string-SID1137.aspx</link>
<author>webmaster@dotnet-snippets.de</author>
<guid>http://www.dotnet-snippets.de/dns/erstellt-einen-md5-hash-aus-einem-string-SID1137.aspx</guid>
</item>

<item>
<pubDate>Sun, 14 Sep 2008 13:40:05 GMT</pubDate>
<title>C++, Verwendung von eigenen Matizen in OpenGL</title>
<description>Zeigt die Verwendung von eingen Matrizen in OpenGL
</description>
<link>http://www.dotnet-snippets.de/dns/verwendung-von-eigenen-matizen-in-opengl-SID953.aspx</link>
<author>webmaster@dotnet-snippets.de</author>
<guid>http://www.dotnet-snippets.de/dns/verwendung-von-eigenen-matizen-in-opengl-SID953.aspx</guid>
</item>

<item>
<pubDate>Fri, 22 Aug 2008 23:58:09 GMT</pubDate>
<title>C++, Hashtable in C++</title>
<description>Diese Hashtable-Klasse erm&#246;glicht es eine generische Liste zu erstellen, die Schl&#252;ssel und Werte von beliebigem Typ zul&#228;sst.
</description>
<link>http://www.dotnet-snippets.de/dns/hashtable-in-c-SID917.aspx</link>
<author>webmaster@dotnet-snippets.de</author>
<guid>http://www.dotnet-snippets.de/dns/hashtable-in-c-SID917.aspx</guid>
</item>

<item>
<pubDate>Fri, 11 Jul 2008 13:10:16 GMT</pubDate>
<title>C++, Audioaufzeichnung unter Linux</title>
<description>Zeichnet in Linux ein Audiosignal vom Standard-Audioinput auf, speicher es in einen char-Puffer und spielt es anschlie&#223;end wieder ab

Quelle: http://www.c-plusplus.de/forum/viewtopic-var-t-is-217635.html
</description>
<link>http://www.dotnet-snippets.de/dns/audioaufzeichnung-unter-linux-SID897.aspx</link>
<author>webmaster@dotnet-snippets.de</author>
<guid>http://www.dotnet-snippets.de/dns/audioaufzeichnung-unter-linux-SID897.aspx</guid>
</item>

<item>
<pubDate>Thu, 05 Jun 2008 21:33:27 GMT</pubDate>
<title>C++, Lambda expressions</title>
<description>Zeigt ein sehr einfaches Beispiel der verwendung der Boost Lambda Library

Mehr Informationen:
- http://www.research.att.com/~bs/N1968-lambda-expressions.pdf
- http://www.boost.org
</description>
<link>http://www.dotnet-snippets.de/dns/lambda-expressions-SID881.aspx</link>
<author>webmaster@dotnet-snippets.de</author>
<guid>http://www.dotnet-snippets.de/dns/lambda-expressions-SID881.aspx</guid>
</item>

<item>
<pubDate>Thu, 05 Jun 2008 20:16:59 GMT</pubDate>
<title>C++, Operator new &#252;berladen</title>
<description>Beispiel zeigt wie ein eigener new operator f&#252;r ein Objekt implmentiert werden kann und wie der globale new Operator &#252;berschreiben werden kann.
</description>
<link>http://www.dotnet-snippets.de/dns/operator-new-ueberladen-SID880.aspx</link>
<author>webmaster@dotnet-snippets.de</author>
<guid>http://www.dotnet-snippets.de/dns/operator-new-ueberladen-SID880.aspx</guid>
</item>

<item>
<pubDate>Tue, 03 Jun 2008 16:13:04 GMT</pubDate>
<title>C++, Einfaches Beispiel f&#252;r Traits</title>
<description>Hierbei handelt es sich um ein einfaches Beispiel f&#252;r Traits. Wer mehr &#252;ber diese Technik wissen m&#246;chte findet z. B. hier Informationen:
http://thad.notagoth.org/cpptraits_intro/
</description>
<link>http://www.dotnet-snippets.de/dns/einfaches-beispiel-fuer-traits-SID877.aspx</link>
<author>webmaster@dotnet-snippets.de</author>
<guid>http://www.dotnet-snippets.de/dns/einfaches-beispiel-fuer-traits-SID877.aspx</guid>
</item>

<item>
<pubDate>Wed, 28 May 2008 19:39:17 GMT</pubDate>
<title>C++, &#220;berladener R&#252;ckgabetyp</title>
<description>&#220;berladene R&#252;ckgabetypen sind normaler wei&#223;e nicht m&#246;glich. Mit Funktionsobjekten l&#228;sst sich jedoch aber so ein Effekt erzielen.
</description>
<link>http://www.dotnet-snippets.de/dns/ueberladener-rueckgabetyp-SID874.aspx</link>
<author>webmaster@dotnet-snippets.de</author>
<guid>http://www.dotnet-snippets.de/dns/ueberladener-rueckgabetyp-SID874.aspx</guid>
</item>

<item>
<pubDate>Wed, 14 May 2008 16:26:04 GMT</pubDate>
<title>C++, Deaktivieren von VSync unter OpenGL</title>
<description>VSync ist die Abk&#252;rzung Vertical synchronization. Zu deutsch &quot;Vertikale Synchronisierung&quot; und verhindert Darstellungsfehler im Bildaufbau. Das folgende Code Fragment zeigt wie man unter OpenGL VSync an- bzw. abschalten kann.

Quellen:
1. VSync - Wikipedia: http://de.wikipedia.org/wiki/VSync

2. 60, 70 or 75 fps? See the solution ! (Source code to copy and paste.) - Gamedev.net: http://www.gamedev.net/community/forums/topic.asp?topic_id=425122

</description>
<link>http://www.dotnet-snippets.de/dns/deaktivieren-von-vsync-unter-opengl-SID860.aspx</link>
<author>webmaster@dotnet-snippets.de</author>
<guid>http://www.dotnet-snippets.de/dns/deaktivieren-von-vsync-unter-opengl-SID860.aspx</guid>
</item>

<item>
<pubDate>Thu, 24 Apr 2008 18:29:47 GMT</pubDate>
<title>C++, Mutable</title>
<description>mutable Variablen d&#252;rfen in konstanten Methoden ver&#228;ndert werden.

</description>
<link>http://www.dotnet-snippets.de/dns/mutable-SID833.aspx</link>
<author>webmaster@dotnet-snippets.de</author>
<guid>http://www.dotnet-snippets.de/dns/mutable-SID833.aspx</guid>
</item>

<item>
<pubDate>Wed, 23 Apr 2008 16:36:23 GMT</pubDate>
<title>C++, Bist du Standardkonform?</title>
<description>Diese Programm ist standardkonform nach ISO/IEC 14882:2003
Der Microsoft Visual Studio 2008 C++ Compiler lehnt allerdings das Programm mit einer Fehlermeldung ab

</description>
<link>http://www.dotnet-snippets.de/dns/bist-du-standardkonform-SID832.aspx</link>
<author>webmaster@dotnet-snippets.de</author>
<guid>http://www.dotnet-snippets.de/dns/bist-du-standardkonform-SID832.aspx</guid>
</item>

<item>
<pubDate>Sat, 12 Apr 2008 20:21:49 GMT</pubDate>
<title>C++, Gut verpackt</title>
<description>Zeigt wie man einen Integer in ein char Array verpackt und diese wieder r&#252;ckg&#228;ngig macht
</description>
<link>http://www.dotnet-snippets.de/dns/gut-verpackt-SID822.aspx</link>
<author>webmaster@dotnet-snippets.de</author>
<guid>http://www.dotnet-snippets.de/dns/gut-verpackt-SID822.aspx</guid>
</item>

<item>
<pubDate>Sun, 06 Apr 2008 17:21:39 GMT</pubDate>
<title>C++, GDI+: Speichern eines PNG</title>
<description>Zeigt wie man GDI+ initialisiert und ein Bitmap als PNG abspeichert
</description>
<link>http://www.dotnet-snippets.de/dns/gdi-speichern-eines-png-SID814.aspx</link>
<author>webmaster@dotnet-snippets.de</author>
<guid>http://www.dotnet-snippets.de/dns/gdi-speichern-eines-png-SID814.aspx</guid>
</item>

<item>
<pubDate>Sun, 06 Apr 2008 17:11:01 GMT</pubDate>
<title>C++, Multithreading mit WinAPI</title>
<description>Zeigt wie Multithreadung mit der WinAPI funktioniert.
</description>
<link>http://www.dotnet-snippets.de/dns/multithreading-mit-winapi-SID813.aspx</link>
<author>webmaster@dotnet-snippets.de</author>
<guid>http://www.dotnet-snippets.de/dns/multithreading-mit-winapi-SID813.aspx</guid>
</item>

<item>
<pubDate>Sat, 29 Mar 2008 13:24:37 GMT</pubDate>
<title>C++, Wiederholungen mit Templates</title>
<description>Wiederholungen mit Templates
</description>
<link>http://www.dotnet-snippets.de/dns/wiederholungen-mit-templates-SID809.aspx</link>
<author>webmaster@dotnet-snippets.de</author>
<guid>http://www.dotnet-snippets.de/dns/wiederholungen-mit-templates-SID809.aspx</guid>
</item>

</channel>
</rss>
