|
|
Articles related to "Borland C"
Borland C Compiler Setup Tutorial to help install the free Borland C compiler, get it up and running, and write a simple command line application. borland c • c • borland c tutorial • borland c compiler • c tutorial
C Functions for Memory Handling In this C memory library tutorial, we explore the C functions for memory handling, ways in which they can be used, and some caveats linked to their use. malloc.h • memory handling • free • realloc • malloc
C Header Files In this C header file tutorial,we explore the use of header files in C,ways in which they can be used, and the philosophy for breaking up code into separate source files. source code • objects • header file • c header file • borland c
C Tutorial Conditions This C tutorial covers conditions in C programming, aimed at users of the Borland C compiler, or any other suitable C compiler. Covers if, else, case, switch and break... borland c • c • borland c tutorial • borland c compiler • c tutorial
Delphi programming news. The latest news about Borland's Delphi programming language. delphi • borland • inprise • linux • delphi 5
Functions and Parameters in C This tutorial teaches the use of functions in C/C++ programming, aimed at beginner to intermediate programmers. Parameter passing, naming and return values are covered. borland c • c • borland c tutorial • borland c compiler • c tutorial
Standard Input and Output in C In this C library tutorial, we explore stdio, standard input and output in C, both for command line input and output and file handling. stdio.h • print • scanf • fprint • fscanf
User Defined Data Types in C In this tutorial, complex and user defined data types and enumerations are explored. Designed for beginner and intermediate programmers in the C and C++ languages. borland c • c • borland c tutorial • borland c compiler • c tutorial
Using Loops in C Programming This tutorial teaches the use of loops in C/C++ programming, and is aimed at beginner to intermediate programmers. It covers counted (for) and condition tested (while and borland c • c • borland c tutorial • borland c compiler • c tutorial
Using the C String Library In this C string library tutorial, we explore the C functions for string handling, ways in which they can be used, and some caveats linked to their use. string library • string.h • stdio • source code • objects
The Borland Win32 Compiler Guide This article takes the reader through the acqisition, installation, and setup of the Borland compiler, and shows how to make and use a makefile to build Win32 programs. borland • c • programming • win32 • windows
Using threads Part I How to enhance the program by using threads? How to make an existing program multithreaded? Borland Delphi makes writing multi-threaded applications easier. This article touches upon the following: What are threads. Why to use threads. What support does the VCL provide. Creating TThread class descendant is also discussed delphi • vcl • process • thread • programming
Companies with Telecommuting Programs Find out what companies allow employees to work at home. telecommute • work at home • work from home • at home employment • employment
RTTI Part 5. Summary. RTTI is undocumented in Delphi 3,Delphi 4, Delphi 5 as well as in any version of C++ Builder. There are two places where you can find information about RTTI - typinfo.pas source file, which is located in X:\delphi\Source\VCL directory and this article. This article contains a complete listing of RTTI types, functions and procedures. thread • threads • tthread • delphi • windows
Run-time type information. Part 1 This article provides an introduction to run-time type information (RTTI). RTTI is information that Delphi stores in the compiled binary file of your application. thread • threads • tthread • delphi • windows
C Programming with Free Compilers A guide to installing and setting up free C compilers, and taking some first steps with the C programming language, in tutorial format. c programming tutorial • beginning c programming • programming example • borland • turbo c
Denial of service attacks and more from the week of 2/6 Distributed denial of service attacks deny access to major web sites, AOL previews AOL TV and Netscape 6.0, Gartner Group says 1 in 4 Windows installations will have compatability problems, and more news from the week of 2/6/2000. distributed denial of service • dos • ddos • aol tv • webtv
JavaScript, Tools, Free Downloads The best Java tools, free Java downloads, and how to get started with Java, including the difference between Java and Java Script. java • java script • java download • sun java • free java download
Revisiting High School Fiction A collection of books in the curriculum of many American schools that deserve a second read later in life, including To Kill a Mockingbird, A Separate Peace, and others high school novels • high school novels to read again • high school curriculum • recommended great books • high school fiction
Introduction To GNU C++ Here is how to get started learning and programming with C++ at a minimum cost. learning c++ • gnu compiler • using the qt libraries • coding for multi-platform applications • the gnu g++ compiler
The Win32 WinMain Function Every Windows program has to have a WinMain function, but you will probably only ever need one. Each Win32 project can use a cut'n'pasted version of this skeleton. winmain • win32 • programming • compiler • build
A (Digital) Letter To Santa This is a letter to Santa, asking for some scientific computing toys. santa • christmas • computation • simulation • java
Porting to Windows Vista - Files There are some issues to be aware of when migrating towards Vista - both in tools and code. This article deals with some file system issues. microsoft • vista • operating • system • port
Abilene, Kansas, part 1 Timothy F. Hersey, a migrant from Illinois, was the first settler to claim land near the site of the future Abilene. In July of 1857, he staked a claim on the bare west bank of Mud Creek just north of the Smoky Hill. abilene • kansas • plains • hersey • smoky hill
Sending Email with SMTP AUTH Tutorial showing use of WinSock programming to authenticate with an SMTP server, compose and forward an email message with error checking. smtp • winsock • telnet • sockets • programming
The Good, the Bad, and the Ugly about Copy Protection, Part III This is part III of my husband, <a href="http://www.suite101.com/welcome.cfm/18146">Thomas Williams</a>'s, essay on copy protection. thomas williams • copy protection • riaa • electronic frontier foundation • recording industry
The Dining Philosophers Problem. Part 1. This article is dedicated to the famous dining philosophers' problem, which was proposed by Edward Dijkstra in 1965. The problem is a classical demonstration of deadlock problems in the concurrent programming. 5 • dining • philosopher • problem • edward
TThreadComponent Imagine that your application needs to perform a time-consuming operation (such as an automation server call, saving data to a disk file, exporting data to database server, etc). While your application is busy, user relaxes in the armchair and stupidly looks at display. Is there anyone who likes it? Moreover, Windows do not even redraw an application's form. You already know how to perform operation simultaneously with threads (if not - see previous articles). Now let's look to a TThreadComponent - a native VCL component that allows quick and easy threading. The code is written by me and it was tested in several applications. It is free for Suite101 members! thread • threads • tthread • delphi • windows
Document as You Go Documentation is an important part of any application. So, don't forget to include it when generating new applications or modifying existing ones. documentation of new programs • adding comments to applications • writing applications • writing documentation • user documentation
Free Programming Tools BASIC and business style languages, C style languages, and specialist scripting environments. free cobol compilers for pc • free compilers for windows 32 • free basic interpreters and compilers • free c compiler • free c++ compiler
Frustrated NASCAR Stars2 As the 2006 NASCAR Nextel Cup season has hit full swing, there are several proverbial names in NASCAR who have yet to accelerate. Kurt Busch, Carl Edwards, Greg Biffle, Kevin Harvick, Jeremy Mayfield, and Ryan Newman have produced dismal results thus far in 2006. kurt busch • ryan newman • greg biffle • carl edwards • kevin harvick
Introduction to C# Programming For those who are mystified by C# programming, and what it seems to stand for, here is a rapid introductionary article to help evaluate this evolving technology. c# programming • csharp programming • c sharp programming • computer programming • c++ programming
NASCAR- Top Headlines In 2007 The end of the year 2006 is on the brink; therefore we have already encountered all of the top stories for the year. nascar • nextel cup • 2006 • 2007 • car of tomorrow
New Year's Quotes and Holiday Sayings New Year's Day quotations and sayings can bring inspiration and humor to writers, while adding sentiment and meaning to cards and scrapbooks. holiday quotes • holiday sayings • new year's quotes • quotes about the new year • inspirational quotes for new year
Reivers - Law on the Anglo Scots Border Marches There was more than one way to put on trial the Reivers of the Scottish\English Border brought to the Border Line to answer for their crimes. All were subject to abuse. scotland • scottish • border reivers • reivers • english scottish border
Spring Quotes and Sayings Looking for some great spring quotations? These spring sayings and quotes are great for a greeting card, an email signature, a scrapbook, craft project or spring poem. spring quotes • spring sayings • quotes about hope • spring quotations and sayings • quotes about change
Using collections. Part1. This article starts new series that is dedicated to some useful VCL classes. Now let' look at TCollection class. TCollection is a container for TCollectionItem objects. The VCL controls (such as TDBGrid, TListView, TStatusBar, etc) widely use objects derived from TCollection. thread • threads • tthread • delphi • windows
More collections. Part 1. In the previous article, we looked at the powerful VCL object - TCollection. Now I want to show you streaming capabilities of TCollection. And more, we'll create our own VCL component. thread • threads • tthread • delphi • windows
Reivers - Law on the Anglo Scottish Border The 'Day of Truce' was the basis of Border law on the Anglo\Scottish Border. It needed 'Assurance' as the Clans who attended as Witnesses were often at Feud. scotland • scottish • border reivers • reivers • wardens of the marches
RTTI Part 2. Getting object property listing. This article will continue exploration of the run-time type information (RTTI). In this article you will learn how to get the names of published properties using RTTI. getting • object • property • listing • getproplist
Ryan Newman's Career At Penske Racing Ends Penske Racing and Ryan Newman have mutually agreed to part ways following the 2008 season. ryan newman • ryan newman leaving penske racing • penske racing ryan newman • ryan newman to stewart haas racing • richard childress racing
The Good, the Bad, and the Ugly about Copy Protection, Part II This is part II of my husband, <a href="http://www.suite101.com/welcome.cfm/18146">Thomas Williams</a>'s, essay on copy protection. shift key • cd-rom • thomas williams • copy protection • digital millennium copyright act
Understanding the String Class Strings are one of the fundamental building blocks of an application. It is used in a myriad of things like displaying and storing names or any other information that may be important to the user. C# and .Net support a String class and an understanding of its features can save plenty of heartaches. strings • microsoft • .net • c#
Using threads Part II. TThread class. This article explains creation a TThread subclass in details. Program example is also included. thread • threads • tthread • delphi • windows
VC++ Express External Res Editor Visual C++ Express Edition has no visual resource editor, so we decided to show everyone how to add one in a few simple steps. visual • studio • express • microsoft • resource
Windows and message handling. Part 2 Previous article is a theoretical introduction into windows and message handling. Now let's look at the example.<br> Let's take an example from Client Message Handling article and rework it using windows and messages. thread • threads • tthread • delphi • windows
Wise White Prairie Woman, part 1 The plains were sparsely populated until the Homestead Act was passed in the early 1860s. Free land was a strong westward draw for men. Their women, wives, daughter, mothers and grandmothers were compelled to leave comfortable civilization behind and occupy their men to the plains. plains • prairie • women • homestead • grasshoppers
Client requests handling. One of common usage of threads is a client request processing.Server application should create one or more threads per client in order to process their requests concurrently without blocking. This article is dedicated to common way of creating threads that process messages (or "client requests") sequentially. thread • threads • tthread • delphi • windows |
A |
B |
C |
D |
E |
F |
G |
H |
I |
J |
K |
L |
M |
N |
O |
P |
Q |
R |
S |
T |
U |
V |
W |
X |
Y |
Z |
0-9 |
|
|
|
|
|
|
|
|