• home
  • forum
  • my
  • kt
  • download
  • this:4/4 25records  total:93    start  Previous  Next  Last    goto:
    Projections
    ON: 2007-09-03 17:01:54
    Learn about Using Projects in OpenGL
    12 times | category: [Graphics]
    MiniMax Game Trees
    ON: 2007-09-03 16:59:14
    Learn about coding a decision-making program.
    26 times | category: [Games and Entertainment]
    A Simple Intro to SDL
    ON: 2007-09-03 16:54:30
    This is a simple introduction to making multi-platform games with the SDL.
    62 times | category: [Games and Entertainment]
    Making a game: The Development
    ON: 2007-09-03 16:53:41
    Gives a high level overview of the development process, from team structure to project planning.
    20 times | category: [Games and Entertainment]
    Making a game: The Document
    ON: 2007-09-03 16:50:20
    Discusses solidifying and clarifying your design with a design document
    6 times | category: [Games and Entertainment]
    Making a game: The Design
    ON: 2007-09-03 16:49:27
    In part one of the series, we created the game idea that is to be the focus of this article series. In this part, we will go over the idea and try to weed out anything that could trip us up when we get to the development process.
    6 times | category: [Games and Entertainment]
    Making a game: The Idea
    ON: 2007-09-03 16:48:11
    Originally, this article was meant to instruct you on how to make a good game design document. This series of articles (which will number four) will cue you in on how to reach out and grasp an idea, and then look at it in various ways, incubating it and letting it grow instead of mutilating it with a quick death.
    6 times | category: [Games and Entertainment]
    Shadows
    ON: 2007-09-03 16:44:59
    Discusses how to make shadows in your games.
    5 times | category: [Games and Entertainment]
    Game Design
    ON: 2007-09-03 16:40:23
    Explanation of the design of computer games. This tutorial is a must reading, for everyone who is willing to start with game-development. The tutorial explains what rules you have to follow, in order to make a good game!
    10 times | category: [Games and Entertainment]
    DOS Game Programming
    ON: 2007-09-03 16:38:13
    There are a number of tutorials available for the intermediate game programmer, but there are very few good tutorials for beginners who have never drawn a pixel on the screen. A quick search on the net reveals hundreds of sites devoted to 3D, polygons, texture- mapping and other advance topics, but the beginner has no where to get started. This tutorial is for C programmers who want to get an introduction to game programming.
    16 times | category: [Games and Entertainment]
    How to begin writing games in C++
    ON: 2007-09-03 16:36:56
    This is a tutorial about how to start writing games with C++. It also explains the important steps of creating the game "Tank 3" of www.infinitecode.com
    42 times | category: [Games and Entertainment]
    Detecting End-of-file - C++
    ON: 2007-09-03 16:28:14
    Detection of End-of-file condition is necessary for preventing any further attempt to read data from the file
    25 times | category: [File Manipulation]
    Searching for a string in a File
    ON: 2007-09-03 16:21:42
    How to find the first occurance of a string within a file, includes sample function.
    11 times | category: [File Manipulation]
    All About: File I/O in C++
    ON: 2007-09-03 16:20:17
    This is a complete File I/O tutorial that starts with the very basics, and goes to the advanced topics. Includes many code examples
    14 times | category: [File Manipulation]
    Inline functions
    ON: 2007-09-03 16:15:24
    Explains the need of inline functions, when to / not to use them and how to use them.
    9 times | category: [Development]
    Selection Sort
    ON: 2007-09-03 16:12:24
    This tutorial will show you how the Selection Sort algorithm works. It is mostly used to sort numbers, but you can sort letters as well using the ASCII numeration. The tutorial also includes a sample program that demonstrates the algorithm.
    22 times | category: [Development]
    Introduction to C++ Classes
    ON: 2007-09-03 15:22:06
    This tutorial introduces the key concepts of C++ classes. Designed for experienced C programmers who wish to learn the fundamentals of object-oriented programming.
    16 times | category: [Development]
    Horner's Algorithm
    ON: 2007-09-03 15:19:36
    This tutorial will teach you how to run the Horner's algorithm, for number conversion. It converts numbers from a specified numeric system into decimal, without using powers, which makes the whole process faster. The tutorial won't explain why these arithmetic calculations do so, but just how to run them.
    11 times | category: [Development]
    this:4/4 25records  total:93    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)