Archive for April 2006
[ Harddisk ] 750 GB
April 28th, 2006 — 11:44 amSeagate Technology plans to release a 750GB external hard disk drive based on
its recently announced Barracuda 7200.10 drive mechanism in May
Source: Macworld
[ C# ] the beginn
April 27th, 2006 — 10:10 ami just started today with C# programming ,
but i have a Java, C and C++ background.
should be some things same ( i hear ) so let me wrap it.
news and evolution here
Links i found about C# are here
PS: i have to test some programms written in C#
( so you can leave me a comment for help )
Update_1:
- here a forum link asking for docs [under linux] @develeppez.com
- stuffs for developping in C# under linux [ mono and monodevelop ]
- some very good book ( in german )
- another tutorial here
- a comparison bethween C# and Java here
update_2:
Books:
- http://www.galileocomputing.de/openbook/csharp/
- http://www.galileocomputing.de/openbook/visual_csharp/
- http://www.guidetocsharp.de
- http://www.publicjoe.co.uk/csharp/samples/ebook.html
- http://apress.com/free/content/Dissecting_A_CSharp_Application.pdf
- http://www.programmersheaven.com/ebooks/csharp_ebook.pdf
Articles/Help:
- http://www.c-sharpcorner.com/
- http://www.codeproject.com/csharp/
- http://www.csharphelp.com/
- http://www.aspheute.com/kategorien/Csharp.htm
- http://dotnet-snippets.de/dns/default.aspx
- http://www.it-visions.de/dotnet/components.aspx
- http://dotnet-magazin.de/
- http://www.dotnetgerman.com/
- http://www.gotdotnet.com/
- http://www.c-sharp-forum.de/
- http://www.mycsharp.de/wbb2/
- http://www.albahari.com/threading/
- http://www.c-plusplus.de/forum/viewforum-var-f-is-28.html
- http://entwickler-forum.de/forumdisplay.php?f=7
[ C++ ] Bon ou Mauvais
April 17th, 2006 — 09:26 pmComment reconnaitre qu’un code est bon ou mauvais ??
Discussion par la
[ Google ]
April 17th, 2006 — 09:24 pmvous avez toujours voulu tout savoir de Google ??
ses services ?? Infos ?? Allez-y
[ C/C++ ] Progrmmierung
April 8th, 2006 — 04:17 pm- Du sollst die Warnungen Deines Compilers nicht ignorieren.
- Du sollst keinen ausführbaren Code in Header-Dateien schreiben.
- Du sollst immer Prototypen verwenden.
- Du sollst, wo immer es möglich ist, “asserts” einsetzen.
- Du sollst ungültige Zeiger mit NULL kennzeichnen.
- Du sollst Parameter von Makros immer klammern.
- Du sollst die Abarbeitungsreihenfolge eines Ausdrucks durch Klammerung verdeutlichen.
- Du sollst Test-Ausdrücke immer als expliziten Vergleich schreiben.
- Du sollst den Schleifenrumpf und den if- und else-Zweig immer in geschweiften Klammern {} schreiben.
- Du sollst keine eigene typedefs verwenden.
