• home
  • forum
  • my
  • kt
  • download
  • this£º1/1 25records  total:10    start  Previous  Next  Last    goto:
    Getting Started with OpenCV
    ON: 2008-09-12 12:05:30
    OpenCV is an open source computer vision library developed by Intel. This library is written in C/C++ and it has lot of very powerful image processing features. This tutorial describes how to install OpenCV and how to configure Visual Studio 2005 to work with OpenCV
    144 times | category:
    SWIG - Way to link High level Programming languages and C/C++ modules
    ON: 2008-09-12 11:48:34
    SWIG(Simplified Wrapper and Interface Generator) is a software development tool , an interface compiler that connects programs written in C and C++ with a variety of scripting languages such as Perl, Python, Ruby, and Tcl and also non-scripting languages such as C#, Common Lisp (CLISP, Allegro CL, CFFI, UFFI), Java, Lua, Modula-3, OCAML and R. . "Scripts" are often treated as distinct from programs which execute independently from any other application.
    10 times | category:
    The Art of Commenting
    ON: 2008-09-12 11:47:37
    When you have to read other peoples code it can be a hard task when their comments suck. Included in this tutorial is tips on improving your commenting style.
    8 times | category:
    Using vector instead of arrays to prevent most of memory leaks
    ON: 2008-09-12 11:44:48
    Most of beginners define arrays of limited size such as:

    int array[100]; // array that can accomodate 100 integer values
    8 times | category:
    Lesson 18: Pointers and Stacks in C
    ON: 2008-09-12 11:43:18
    Today's lesson goes more into details about pointers and their usage as function's arguments. Additional tutorial about stacks in C and C++ is provided. Be sure to read this lesson carefully in order to understand it, since pointers are most important part of C programming language.
    11 times | category:
    Introduction to the C++ Standard Template Library
    ON: 2007-09-04 13:56:18
    This tutorials introduces you to the C++ Standard Template Library (STL) including how to use I/O streams, file streams, string streams, strings, vectors, lists, maps, iterators, and algorithms.
    388 times | category:
    Pointers and References in C++
    ON: 2007-09-04 13:33:06
    The ability to manipulate memory and memory locations directly is part of what makes C and C++ so powerful, so dangerous, and so difficult for beginners. C only has pointers, but C++ uses pointers and references that have a nicer syntax and attempt to be safer. This article will attempt to demystify these concepts in the minds of beginning C/C++ programmers.
    126 times | category:
    Advice and Warning for C
    ON: 2007-09-04 13:32:25
    C is a powerful programming language, but not without risks. Without help, even experienced C programmers can find themselves in trouble, despite "careful" programming, lint filters and good debuggers. And managers of programming projects can discover too late that using C carelessly can lead to delayed and defect-ridden software. This tutor helps avoid problems by illuminating the dangers of C and describing specific programming techniques to make C programming both faster and safer
    26 times | category:
    CD Drive Control
    ON: 2007-09-04 13:31:46
    Enumerates all CD-ROM drives and allows them to be opened and closed at the touch of a button
    63 times | category:
    Random Number Generation
    ON: 2007-09-04 13:21:52
    Generate random numbers with ease, including the main data types: int, float, and double.
    103 times | category:
    this£º1/1 25records  total:10    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)