• home
  • forum
  • my
  • kt
  • download
  • this:1/1 25records  total:12    start  Previous  Next  Last    goto:
    Abstract Data Types and Code Efficiency
    ON: 2009-03-17 09:01:51
    Abstract Data Types (ADTs) and code efficiency are two of the most important concepts when moving from basic coding in a language and beginning to create powerful applications.
    24 times | category:
    C++ Searching and Inserting: Arrays vs Linked Lists
    ON: 2009-03-17 09:00:00
    In this tutorial, we'll look at some properties of arrays and linked lists, and try to find a way to get the best of each structure.
    92 times | category:
    Mouse Input Win32 API
    ON: 2009-03-17 08:57:58
    Graphical user interface accepts Keyboard and Mouse Inputs, in this tutorial u wll learn about mouse messages.
    287 times | category:
    XML Serialization In C#
    ON: 2008-09-12 12:25:19
    Serialization is the process of persisting an object to disk. Another application can deserialize your object and it will be in the same state it was before the serialization. This tutorial talks about XML serialization. The namespace containing classes and methods suitable for such a serialization is System.Xml.Serialization.
    33 times | category:
    Creating Emails In C#
    ON: 2008-09-12 12:24:12
    E-mail is an extremely popular communication mechanism. The .Net framework has added the System.Net.Mail namespace which provides classes that enable you to easily create and transmit email messages. Messages can include plain text and attachments. In this tutorial we will talk about creating emails
    30 times | category:
    5 Top Mistakes Software Developers Make
    ON: 2007-09-03 18:38:49
    Five mistakes all developers and programmers most commonly make. Inserting programs into startup, having no pause button.
    21 times | category:
    Sorting Algorithms in C
    ON: 2007-09-03 18:35:15
    Sorting in general refers to various methods of arranging or ordering things based on criterias. In Computer Science, due to obvious reasons, Sorting is of immense importance and is one of the most extensively researched subjects. It is one of the most fundamental algorithmic problems. So much so that it is also fundmental to many other fundamental algorithmic problems such as search algorithms, merge algorithms etc. It is estimated that around 25% of all CPU cycles are used to sort data. There are many approaches to sorting data and each has its own merits and demerits. This article discusses some of the common sorting algorithms.
    103 times | category:
    Pointers and Arrays - a beginners guide
    ON: 2007-09-03 18:32:56
    We will cover arrays, 2-dimensional arrays, learn to pass arrays through functions. With pointers we will learn how to declare them correctly, use them correctly(to prevent horrible errors), and how to use them with arrays.
    83 times | category:
    C's predefined macros
    ON: 2007-09-03 18:25:22
    A list of C's predefined macros (__FILE__, __LINE__, __STDC__...) with description and an example of how to use them.
    19 times | category:
    C# Version 2.0 Specification
    ON: 2007-09-03 18:13:20
    C# 2.0 introduces several language extensions, the most important of which are Generics, Anonymous Methods, Iterators, and Partial Types. The language extensions in C# 2.0 were designed to ensure maximum compatibility with existing code. For example, even though C# 2.0 gives special meaning to the words where, yield, and partial in certain contexts, these words can still be used as identifiers. Indeed, C# 2.0 adds no new keywords as such keywords could conflict with identifiers in existing code.
    7 times | category:
    Basic C++ Functions
    ON: 2007-09-03 18:08:58
    We have looked at one function already - the â
    42 times | category:
    Casting in C++
    ON: 2007-09-03 18:07:44
    The new C++ standard is full of powerful additions to the language: templates, run-time type identification (RTTI), namespaces, and exceptions to name a few. This tutorial discusses one of the minor extensions: the new C++ casting operators.
    43 times | category:
    this:1/1 25records  total:12    start  Previous  Next  Last    goto:

    Category

      Database Related (0)
      Development (5)
      File Manipulation (3)
      Games and Entertainment (10)
      Graphics (15)
      Introduction to C and Cpp (30)
      Miscellaneous (12)
      Networking (5)
      Programming in C and Cpp (10)
      Security (3)