C Subcategories |
An Introduction to C# |
| C | Views: 0 | |
| C# (pronounced "C sharp") is a new language designed by Microsoft to combine the power of C/C++ and the productivity of Visual Basic. Initial language specifications also reveal obvious similarities to Java, including syntax, strong web integration and |
An Exceptional Quest |
| C | Views: 0 | |
| An in depth discussion of C++ exceptions, and how to write exception-safe code when using them |
Get started coding C# in ASP .Net |
| C | Views: 0 | |
| Microsoft takes Active Server Pages to a new level with ASP .Net and C#. Learn the basics of this new language |
Algorithm for Detecting Duplicate/Previously Encountered Strings |
| C | Views: 0 | |
| A challenge I've seen pop up often while writing search tools is the ability to verify that your code is not traversing the same source multiple times. A spider traversing the web, for example, would never wish to traverse the same URL twice in a session |
Add GIF-animation to your MFC and ATL Projects |
| C | Views: 0 | |
| Add GIF-animation to your MFC and ATL projects with the help of CPictureEx and CPictureExWnd |
Lesson 3: Loops |
| C | Views: 0 | |
| Loops are used to repeat a block of code. You should understand the concept of C++'s true and false, because it will be necessary when working with loops.There are three types of loops: for, while, (and) do while. Each of them has their specific uses. Th.. |
An Introduction to C++ Class Hierarchies |
| C | Views: 0 | |
| (Site Registration Required) - One of the best ways for beginners to learn about C++ is to examine and use existing class hierarchies. In this way you can begin to understand the advantages of inheritance and polymorphism, |
A Beginner's Guide to Pointers |
| C | Views: 0 | |
| Pointers are basically the same as any other variable. However, what is different about them is that instead of containing actual information, they contain a pointer to the memory location where information can be found. This is a very important concept, |
Programming with C# - - 101 |
| C | Views: 0 | |
| Take a first look at programming with C#. This article shows you the process and steps to program your first C# application |
Dialog Switcher Using a Tree Control |
| C | Views: 0 | |
| So you want to use the new style of dialog where you pick an option from a tree on the left and the appropriate form shows up on the right. This article shows you were to start and how to accomplish this |
XSL Transformation in C# by Jochen Hofmann |
| C | Views: 0 | |
| A C# class That can transform an XMLDocument to HTML (Text) or or an XMLDocument. It is very flexible and provides several overloads for the transform method. You can post this class to your C# or XML section |
Debugging Techniques in C# |
| C | Views: 0 | |
| A method for displaying debug statements during runtime |
Getting HTML Sources From Any Running Internet Explorer |
| C | Views: 1 | |
| Some time ago I was confronted with a problem: how to get HTML source code from a WebBrowser control used in an application that has disabled the copy and view source functions. This example demonstrates how to access the MSHTML object model from a runni.. |
How to Retain the Aspect Ratio of an Image While Resizing |
| C | Views: 0 | |
| I needed a way to display images full screen but I did not want the image to change its aspect ratio since that would distort its shape. If the image was very narrow it would expand to fill up the whole width of the screen making the image look too wide |
DateDiff function in C# to simulate VBScripts |
| C | Views: 0 | |
| This method is used to simulate the VBScript DateDiff Function. It is in Beta right now. I have not yet implemented all of the parameters to the method, just the more commone ones. If you find any problems please email me with a description of the issue |
Interacting with .NET WinForms, Part 2 |
| C | Views: 0 | |
| We conclude our tutorial on working with Windows Forms in Microsoft.NET. Here, we'll examine some of the important GUI Controls and their application in C# |
Build Web Apps With C# |
| C | Views: 0 | |
| Learn how to use new Microsoft technologies, including C#, Web Forms, and Web services, to create clean, consistent, cross-browser HTML |
Bubble Sorts And C++ |
| C | Views: 0 | |
| The bubble sort algorithm is the simplest known method of sorting an array of data. In this article Steve describes the concepts behind several sorting methods, focusing on bubble sorts in general. He also creates a C++ sample application that bubble sor.. |
SAPI 5.1 in Creating Text to Speech Applications using C# |
| C | Views: 0 | |
| The SAPI application programming interface (API) considerably decreases the code necessary for an application to use speech recognition and text-to-speech, making speech technology more handy and robust for a broad range of applications |
ICQ Development with the ickle Library |
| C | Views: 0 | |
| In recent years, the popularity of instant messaging solutions has grown dramatically. It's now difficult to say who was the first to invent something more rapid than email, but there is no doubt that among the wide variety of existing IM solutions, ICQ .. |
|