stunnix c

Atari Lite-C 1.5
Create multimedia and graphics applications, 2D and 3D games. more>>
Atari Lite-C 1.5 is a new and attractive game where you create multimedia and graphics applications, 2D and 3D games,even without previous programming knowledge. It is a new game development system by Conitec and Atari, Inc. Sounds, images, movies, user interfaces, 2D and 3D models, collision detection, rigid body physics, multitasking, and DirectX 9 functions are already a native part of the language. So you can immediately achieve results with a few lines in lite-C that would require hundreds of source code lines with normal C/C++ compilers.
Enhancements:
- Contains a faster renderer,
- An improved collision system,
- Many new commands and engine functions.
Spetniks C++ Compiler Shell 3
Spetniks C++ Compiler Shell inputs the filenames you specify and sends them, along with any other options, to the Borland compiler. The compiler runs along with the linker in a separate DOS window, wh more>>
Music game C 11.18
Compare Piano for Kids.Piano for Kids. more>> Compare Piano for Kids.Piano for Kids. Piano for Kids Subject: Music Art Piano for Kids--Professor Rhythm and his amazing magic piano will make learning to read music and play.Piano For Kids, though, focuses on the 12 and under age group. Other cities are starting Piano For Kids affiliate organizations.Piano for Kids San Francisco Children?s Chorus Saxophone Ensemble Piano for Kids..<<less
C++ sets class 1.0
C++ sets class can be used to perform set operations in your programs more>>
The sets class supports the following set operations by means of C++ operator overloading:
union
The union of two sets A, B is the set of all elements which belong to either A or B. In the sets class, the symbol + is the binary union operator:
A + B = {x: x is in A -or- x is in B }
intersection
The intersection of two sets A, B is the set of all elements which belong to both A and B. The symbol * is the binary intersection operator:
A * B = {x: x is in A -and- x is in B }
example
Let A = {1, 2, 3, 4} and B = {3, 4, 5, 6}. Then
A + B = {1, 2, 3, 4, 5, 6}
A * B = {3, 4}
complement
In set theory, sets are subsets of a fixed universal set U. In the sets class, U is the set of elements numbered from 1 to MAX_WORDS * WORD_SIZE. In the class declaration file below, the following definitions are made:
#define MAX_WORDS 2
#define WORD_SIZE ( 8 * sizeof( unsigned long ) )
These parameters make the range of U, 1 to 64 in sets. To increase or decrease the size of U, change the defined value of MAX_WORDS.
The complement of set A is the set of elements belonging to U but not belonging to A. The symbol ~ is the unary complement operator:
~A = {x: x is in U, x is not in A }
example
Let A = {1, 2, 3, 4} and B = {3, 4, 5, 6}. Then
~A = {5, 6, 7, . . .}
~B = {1, 2, 7, 8, 9, . . .}
difference
The difference of two sets A, B is the set of all elements which belong to A less those in B. The symbol - is the binary difference operator:
A - B = {x: x is in A, x is not in B}
example
Let A = {1, 2, 3, 4} and B = {3, 4, 5, 6}. Then
A - B = {1, 2}
It can be shown that A - B = A * ~B.
symmetric difference
The symmetric difference of two sets A, B is the set of all elements which belong to A or to B, but not both.

Pregnancy Kal C 1.0
A cool tool for pregnant womens. Your companion during pregnancy. The software calculates your due date based on your last due date. You get a detailed day by day report about the progress of the chil more>>
You can use the inbuilt article library with a simple search feature

Control C 1.3
Monitor all data on your clipboard. more>> What is ControlC? Its pretty simple actually. Have you ever copied something on a webpage or in an email that you later needed to look at again but couldnt remember where you saw it?
Have you ever copied a link to a webpage and couldnt for the life of you remember the link later on?
ControlC fixes that. Anytime you copy textual content, ControlC will upload that text to our server to store under your account. When the text is uploaded, it is encrypted using your password as the key (which we will never have access to). When you need to retrieve the text, or would like to share it with other users, you can login to your account and make the items public, or simply review them for your own needs.
You can search other users copied links and text to find other people that share the same interests as you. You can make friendship relationships with other users, and star items of interest to make finding them again easy. You are encouraged to social interact with other users on our site - you will be surprised what you can find when you do!<<less
Personal C Sharp 3.05
Personal C Sharp simplifies C# programming. more>> Although the main objective of Personal C Sharp has been to enable a person who has no extensive
software experience to use the .NET library to create his / her own programs for personal use, it
has evoluted to a very strong tool. Now it can be used to create sophisticated software projects
in an amazingly short time with an extraordinary ease and simplicity.
Making programming code as easy and short as possible and reducing things to memorize
enables you to devote all your mental power and attention to your programming creativity and
reduces the chance for errors.
Here is what Personal C# can do for you:
** Provides you with ability to create professional drawings which include different shape
and image objects, Affine transformation and 3D effects with the shortest code possible.
** Provides you with an easy way to create and work with window controls. Layout and event
handling have been dramatically simplified.
** Provides an easy way to perform networking jobs like retrieving web pages and searching their
contents, checking, receiving and sending e-mail messages programmatically and also uploading
and downloading files to / from ftp sites.
** Provides you with easy to create and use Sequencial and Random Access Files in addition to a
file type which can be used as a database for small applications.
** Provides you with an extremely simple way to create thread safe objects.
** Allows you to write hardware troubleshooting programs easily since it allows your program
to exit, run any external utility or script then return back and work on the output text
which the external program has generated.
** Provides you with ability to create professional web pages which makes use of all PC#s
power in generating graphics dynamically, doing tasks which include networking and other
features.
See sample at www.famsoft.org
<<less
Pelles C 5.00.1
Development kit for writing Windows and Windows Mobile applications. more>> Pelles C is a complete development kit for Windows and Windows Mobile. It contains among other things an optimizing C compiler, a macro assembler, a linker, a resource compiler, a message compiler, a make utility and install builders for both Windows and Windows Mobile.
It also contains an integrated development environment (IDE) with project management, debugger, source code editor and resource editors for dialogs, menus, string tables, accelerator tables, bitmaps, icons, cursors, animated cursors, animation videos (AVIs without sound), versions and XP manifests.
The compiler is based on LCC (by Chris Fraser and David Hanson), and the install builder for Windows is based on NSIS. Both are heavily modified.
Features:
Support for 32-bit Windows (X86), 64-bit Windows (X64), and Windows Mobile (ARM).
Support for the C99 standard.
Integrated source code editor with call tips and symbol browsing.
Integrated source-level debugger.
Project management.
Inline assembler for X86 and ARM.
Integrated resource editor.
Integrated bitmap, icon and cursor editor.
Integrated animated cursor and video editor.
Integrated hex-dump editor.
Support for custom controls in the dialog editor.
Support for custom project wizards.
Pelles C is free! (but this site, and all the work, isnt - so donations are welcome)<<less
Pelles C 4.0.5 is a utility to design Windows and Pocket PC applications. It contains among ... an optimizing C compiler, a linker, a resource compiler, a message compiler, a make utilityLicense:Freeware
Chilkat XML C++ Library
Chilkat XML C++ Library - non-validating XML parser component more>>
Main features:
- Load/save XML files to an in-memory document object model (DOM).
- Add name/value attribtes to nodes.
- Compress nodes or entire sub-trees using in-memory Zip compression.
- AES encrypt the content of a node.
- Numerous methods for iterating over the nodes in a document.
- Numerous methods for searching and sorting nodes in a document.
- API designed to make it easy to do frequently encountered tasks when working with XML.
- Makes it easy to handle binary data (such as image data) within XML files.
i-Covers 2005 c
i-Covers is a product featuring a search engine for movie covers on the Internet. more>>
i-Covers 2005 c is a product featuring a search engine for movie covers on the Internet. Have a database on the Web allowing you to search through 13000 movie covers. The perfect freeware to seek, find and download movie covers.
SS FileSplit 2-C
FileSplit is a file splitting utility. The program can split files by size and by number. It can split files to floppies too. more>>
SS FileSplit will find the free space in the inserted floppy disk and will write a segment of that much size to the floppy.
The process continues till the entire file is split and transferred to floppies. The same program can be used to join split files.
To join the split segments the user need to select only the first split segment. The program will find and join the remaining of the segments. The segments can also be joined to the original file without FileSplit >> simple copy /b seg1 + /b seg2 .... targetfile will join the segment files to original file
Backupator 1.20 C
Backupator is easy to use with intuitial interface application for performing periodical backups. It puts icon it the tray. Has option to compress using rar (rar.exe must be on the path). Designed for more>>

VidSplitter 2.0 c
Do you have large video files and want to split to small pieces in order to record them to several CD or DVD? VidSplitter is that you are loking for video splitting. VidSplitter is a complete Video sp more>>
VidSplitter does not requires any technical experience and is very easy to use. thets why any even newbie to video splitter can manage it.
Oceantiger C# Designer 1.7
generate & edit C# documents more>> With this source code editor and IDE you will be able to edit and compile C# documents. It has tools for generating C# code either by template, auto completion or by generating with one of the wizards in the program.
The user interface is clear and compact so it easy to learn, and you can have many documents open at a time with tabbed editing.
It also has code folding which makes it easier to view and edit the code.<<less
C# sourc code editor and IDE with an easy and clear user interface. Oceantiger C# Designer 1.6 - ...With this source code editor and IDE you will be able to edit and compile C
C# sourc2 code editor and IDE with an easy and clear user interface. C# sourc2 code editor and IDE with an easy and clear user interface. With this source code editor