C programming tutorials
Pause Output From a Command Line Application in .NET Debug Mode
Contributed by johnnythawte on December 22, 2006 under C programmingIf you are writing a command line application in .NET, you might notice that the application closes immediately if you haven’t set a breakpoint. This recipe shows you the one line method to keep the application open so you can see the output.
CommentsMake System Tray Based Application in .NET
Contributed by johnnythawte on December 20, 2006 under C programmingCreating an application that lives in the system tray is easy, but it is not entirely obvious how to do so in Visual Studio. This recipe will show you the steps.
CommentsOpen a URL in the Default Browser in Your .NET Application
Contributed by johnnythawte on December 11, 2006 under C programmingVirtually every application these days requires at least some connection to the internet. Letting the user click a link and open it in their browser is essential. This recipe shows you the 1 line method of doing so.
CommentsPass Variables to a New Thread in C#
Contributed by johnnythawte on December 9, 2006 under C programmingWhen you create a new thread in .net 1.1, you cannot pass any parameters to the ThreadStart delegate, which makes passing startup variables difficult. This recipe shows you an easy workaround.
CommentsLoad an Icon from an Embedded Resource in .NET
Contributed by johnnythawte on under C programmingWhen you are developing a Windows Forms application in .NET, it’s not immediately obvious how to programatically load an icon file embedded in your executable. This recipe shows you the 1 line solution.
CommentsC/C++ Doubly Linked List
Contributed by William_Wilson on June 25, 2006 under C programmingThe implementation of a doubly linked list, remove prev pointer for a singly linked list
CommentsC++: Template Classes
Contributed by William_Wilson on March 14, 2006 under C programmingHow to layout a template class and what it’s good for.
CommentsPOPULAR RECIPES
- C++: Pointers, Pass by Value, Pass by Reference
- C++: Constructor
- C++: Destructor
- C/C++ Doubly Linked List
- Pass Variables to a New Thread in C#
- Get Web Page Contents in Code with C#
- Load an Icon from an Embedded Resource in .NET
- Make System Tray Based Application in .NET
- View our Top Tens
TECH-RECIPES BLOGS
- Facebook FishVille Cheat: Send Multiple Free Gifts to Your Neighbors
- post release: Windows 7, homegroups and me
- fall 2009 and some geek thoughts, reflections
- Facebook Cafe World Cheat: Close Your Cafe When You are Away for Long Periods of Time (to preserve your Buzz Rating)
- Facebook Cafe World Cheat: Serve Your Customers Instantly
- Facebook Cafe World Cheat: Send Multiple Free Gifts to Your Neighbors
- Windows 7 Quickie: Setting up TV recording and sharing to other Windows 7 computers (turn windows 7 into a dvr / media server)
- Mafia Wars Cheat: Send Multiple Gifts to Your Friends







