Home  |  Login  |  Modify Tutorials  |  Add Tutorials  |  Getting Rated  |  Contact us
Search TutorialsBulletin.com Top Rated Tutorials Most Popular Tutorials Latest Added Tutorials TutorialsBulletin.com

CATEGORIES



SPONSERED



Click "Subscribe" to get notified of new Scripts under this category. 

Basics of function templates

Home > C and CPP > Programming in C and CPP
This tutorial covers the basics of using function templates in C++. It shows you how to create themplates and how they work.
Hits: 101  Date: 2005-06-09  Rate: 0.0  Vote: 0  Report Broken Link!  Rate It!

Introduction to the C++ Standard Template Library

Home > C and CPP > Programming in C and CPP
The C++ language is not a simple language. In fact, many would argue it is a somewhat overcomplicated language. Nevertheless it can be used to write beautiful code. On top of that it is so widespread that example code and libraries (free ones, too) are all over the Internet.
Hits: 82  Date: 2006-03-20  Rate: 0.0  Vote: 0  Report Broken Link!  Rate It!

MiniMax Game Trees

Home > C and CPP > Programming in C and CPP
The Minimax Game Tree is used for programming computers to play games in which there are two players taking turns to play moves. In the most basic sense, the minimax tree is just a tree of all possible moves. For instance, take a look at the following minimax tree of all the possible first two moves of Tic-Tac-Toe (the tree has been simplified by removing symmetrical positions
Hits: 82  Date: 2006-01-17  Rate: 0.0  Vote: 0  Report Broken Link!  Rate It!

Loops

Home > C and CPP > Programming in C and CPP
Loops are used to repeat a block of code. Being able to have your program repeatedly execute a block of code is one of the most basic but useful tasks in programming -- many programs or websites that produce extremely complex output (such as a message board) are really only executing a single task many times. (They may be executing a small number of tasks, but in principle, to produce a list of messages only requires repeating the operation of reading in some data and displaying it.) Now, think about what this means: a loop lets you write a very simple statement to produce a significantly greater result simply by repetition.
Hits: 77  Date: 2006-01-16  Rate: 0.0  Vote: 0  Report Broken Link!  Rate It!

Using the printf() function

Home > C and CPP > Programming in C and CPP
A guide to the famous printf() function in C. Shows you how to output data in several ways. The tutorial is not yet complete but will be continued soon.
Hits: 75  Date: 2006-03-30  Rate: 0.0  Vote: 0  Report Broken Link!  Rate It!

Programming CGI in C/C++

Home > C and CPP > Programming in C and CPP
I am not, and will not claim to be an expert with C, C++ or CGI. For a programmer, there are many ways to achieve the same result, and many are going to be better than mine. The examples on this page are intended to illustrate a point, and I do not claim them to be efficient or even beautiful examples of good coding practice. I have learned quite a bit more over the past year (Updated 06/10/98) and I hope to get some of my information posted whenever I can find the time to do so.
Hits: 75  Date: 2005-12-22  Rate: 0.0  Vote: 0  Report Broken Link!  Rate It!

C and Cpp Programming in C and Cpp

Home > C and CPP > Programming in C and CPP
Well though this is not an advanced topic, and just simple malloc()s, for()'s, free()'s and we're done, but it's an interesting topic, I think.I do most of my coding on Notepad, and frankly speaking it simply r0x! It's clean and it's fast, but a damn problem is that Unix editors understand n's, and notepad doesn't understand n, and therefore everything appears to be in one line, and you have to use something like word pad to cure that, DAMN!
Hits: 74  Date: 2005-12-21  Rate: 0.0  Vote: 0  Report Broken Link!  Rate It!

Pointers to C++ Member Functions

Home > C and CPP > Programming in C and CPP
Pointers to Member Functions are one of C++'s more rarely used features, and are often not well understood even by experienced developers. This is understandable, as their syntax is necessarily rather clumsy and obscure.While they do not have wide applicability, sometimes member function pointers are useful to solve certain problems, and when they do apply they are often the perfect choice, both for improved performance and to make the code sensible. They work very well to cache the result of a frequently made decision, and to implement a different sort of polymorphism.
Hits: 71  Date: 2006-03-30  Rate: 0.0  Vote: 0  Report Broken Link!  Rate It!

Introduction to Object Oriented Programming

Home > C and CPP > Programming in C and CPP
For those wishing to delve into the world of OOP using C++. You should have a little bit of programming experience to get the most from this tutorial.
Hits: 69  Date: 2006-02-28  Rate: 0.0  Vote: 0  Report Broken Link!  Rate It!

Structures

Home > C and CPP > Programming in C and CPP
Before discussing classes, this lesson will be an introduction to data structures similar to classes. Structures are a way of storing many different values in variables of potentially different types under the same name. This makes it a more modular program, which is easier to modify because its design makes things more compact. Structs are generally useful whenever a lot of data needs to be grouped together--for instance, they can be used to hold records from a database or to store information about contacts in an address book. In the contacts example, a struct could be used that would hold all of the information about a single contact--name, address, phone number, and so forth.
Hits: 69  Date: 2006-01-17  Rate: 0.0  Vote: 0  Report Broken Link!  Rate It!

Pages : 1 2 3 4

MOST POPULAR


TOP RATED


SITEMAP

 

HOME :: LOGIN :: MODIFY TUTORIALS :: ADD TUTORIALS :: GETTING RATED :: CONTACT US

Site Designed and Hosted by PLANET WEBSOFT

Partners :  AddScript   ScriptsFinder   RhymeStore   TemplateThemes   AddScripts   VDC   DentistIndia   eBimaa
Website Scripts   Free Web Hosting   Top5 Web Hosts