Main > Free Download Search >

Free c and c 3 script

c and c 3

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1750
C and C++ Resources

C and C++ Resources


A directory of C and C++ books, development software, jobs, magazine articles, online communities, programmers, scripts & programs, tutorials, and web sites. more>> A directory of C and C++ books, development software, jobs, magazine articles, online communities, programmers, scripts & programs, tutorials, and web sites.<<less
Added: 2003-06-27 License: Other Free / Open Source License Price: Free
2332 downloads
C and C++ Programming blog

C and C++ Programming blog


This blog is created to discuss my experience in computer programming specially C and C++ and web development. more>> This blog is created to discuss my experience in computer programming specially C and C++ and web development.<<less
Added: 2008-02-26 License: Freeware Price: $0.00USD
11 downloads
C and C++ Programming Forums

C and C++ Programming Forums


Share tips, tutorials and your experience on C and C++ programming forums. Discuss your programming problems including C/C++, Visual C++, web development and other programming languages. more>> Share tips, tutorials and your experience on C and C++ programming forums. Discuss your programming problems including C/C++, Visual C++, web development and other programming languages.<<less
Added: 2009-03-22 License: Freeware Price: $0.00USD
14 downloads
Cprogramming.com: Your Resource for C and C++ Programming

Cprogramming.com: Your Resource for C and C++ Programming


Cprogramming.com is a web site designed to help you learn the C or C++ programming languages, and provide you with C and C++ programming language resources. The Getting Started with the C++ language s more>> Cprogramming.com is a web site designed to help you learn the C or C++ programming languages, and provide you with C and C++ programming language resources. The Getting Started with the C++ language section gives advice about learning C or C++. Learn from C and C++ language tutorials, or test your programming knowledge with programming quizzes including the C++ MegaQuiz.<<less
Added: 2005-08-07 License: Other Free / Open Source License Price: Free
885 downloads
C Threads 3.6

C Threads 3.6


C Threads 3.6 offers you a wonderful application which provides process scoping, a feature that has been greatly missed in the linux community. more>>

C Threads 3.6 offers you a wonderful application which provides process scoping, a feature that has been greatly missed in the linux community. The aim of this library, is to provide the programmer with an easy to use class, that can be further inherited to provide a rich set of threaded functionality rarely seen in a linux environment.

Full C is provided, without any wrapping around underlying C code, which gives more compact and faster objects. The library provides process scoping, a feature that has been greatly missed in the linux community. This feature allows different programs to share memory and control variables, for synchronization and direct data communications.

It has the ability to simulate asynchronous I/O on file descriptors. An example provided with the library, shows how to communicate with a modem with an asynchronous method where data is obtained and stored in a priority queue, giving the main process full ability to handle other tasks. Such an I/O class, can be used to handle data input from several different file descriptors simultaneously, but is limited to handling only one server file descriptor per class.

<<less
Added: 2007-06-21 License: GPL - GNU Public License Price: GPLGNUPublicLicense
1 downloads
C++ Fraction class 1

C++ Fraction class 1


This is a very simple fraction class which allows you to keep those decimals in radical form rather than decimal. more>> This is a very simple fraction class which allows you to keep those decimals in radical form rather than decimal.<<less
Added: 2006-06-17 License: Freeware Price: $0.00USD
13 downloads
C Ray Tracer

C Ray Tracer


C Ray Tracer accepts commands from a text file and generates a output file and calculates the direction of thousands of beams of light. more>> <<less
Added: 2008-02-15 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
13 downloads
Notepad C

Notepad C


This allows you to compile a text editor that has the same features like the all-time useful Windows Notepad. more>> <<less
Added: 2007-06-04 License: Freeware Price: Freeware
1 downloads
Checkers in C++

Checkers in C++


Fully working game including double and triple jumping, kings and colourful graphics. Designed for 2 human players. more>> Fully working game including double and triple jumping, kings and colourful graphics. Designed for 2 human players.<<less
Added: 2003-11-05 License: Free for non-commercial use Price: FreeAdditionalInfoFreetodownloadanduseforpersonaluse.Donotsellasifyourownwork,norpretenditisyourworkforeducationalgainplaigarism.Contactmeforanyspecialuses.
2231 downloads
C Programming - Arrays

C Programming - Arrays


In this tutorial you will learn about C Programming - Arrays - Declaration of arrays, Initialization of arrays, Multi dimensional Arrays, Elements of multi dimension arrays and Initialization of multi more>> In this tutorial you will learn about C Programming - Arrays - Declaration of arrays, Initialization of arrays, Multi dimensional Arrays, Elements of multi dimension arrays and Initialization of multidimensional arrays.<<less
Added: 2006-06-01 License: Freeware Price: Free
1262 downloads
GNU Common C 2.3.2

GNU Common C 2.3.2


PLEASE REVIEW AND EDIT CAREFULLY GNU Common C is a portable and highly optimized class framework for writing C applications that need to use threads and support concurrent sychronization. more>>

GNU Common C 2.3.2 brings you a powerful class framework which is used for writing C applications needed to use threads and support concurrent synchronization and that use sockets, XML parsing, serialization, config files, thread-optimized String and data structure classes, etc.

This framework offers a class foundation that hides platform differences from your C application so that you need not write platform specific code.

GNU Common C has been ported to compile nativily on most platforms which support either posix threads, or on Microsoft Windows.

<<less
Added: 2007-06-21 License: GPL - GNU Public License Price: GPLGNUPublicLicense
1 downloads
C to C++ Converter

C to C++ Converter


Scripts to convert automatically in six steps, your C project to C++. GNU GPL licence. Manual included. more>> Scripts to convert automatically in six steps, your C project to C++. GNU GPL licence. Manual included.<<less
Added: 2005-12-05 License: GPL Price: Free
1419 downloads
Chilkat Bounce C Library

Chilkat Bounce C Library


Chilkat Bounce C Library recognizes a variety of bounced email messages and can extract the email address from a bounced email. more>>

Chilkat Bounce C Library is a powerful tool designed to recognize a variety of bounced email messages and can extract the email address from a bounced email.

Major Features:

  1. Recognize hard bounces and return the bounced email address.
  2. Recognize soft bounces and return the bounced email address.
  3. Recognize "sender blocked" bounces.
  4. Recognize auto-reply emails, such as "out-of-office" email.
  5. Recognize transient messages, such as "Delivery Status / No Action Required".
  6. Recognize subscribe and unsubscribe requests.
  7. Recognize virus email notifications.
  8. Recognize Anti-SPAM challenge/response emails.
  9. Recognize email address change notification messages.

Requirements:

  • - VC++ 8.0
<<less
Added: 2007-10-30 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
16 downloads
C Programming - Pointers

C Programming - Pointers


In this tutorial you will learn about C Programming - Pointers, Pointer declaration, Address operator, Pointer expressions & pointer arithmetic, Pointers and function, Call by value, Call by Reference more>> In this tutorial you will learn about C Programming - Pointers, Pointer declaration, Address operator, Pointer expressions & pointer arithmetic, Pointers and function, Call by value, Call by Reference, Pointer to arrays, Pointers and structures, Pointers on pointer.<<less
Added: 2006-05-30 License: Freeware Price: Free
1320 downloads
php Scratch And Win Professional 3.0

php Scratch And Win Professional 3.0


Give your website visitors a reason to come back to your site with this unique and random game. A Perfect application for your site. This application features Random.Org integration, a template design, definable max plays per day, and a very secure more>> Give your website visitors a reason to come back to your site with this unique and random game. A Perfect application for your site. This application features Random.Org integration, a template design, definable max plays per day, and a very secure design. Very easily, you can install and customize this program for your purposes. (Updated: 12-29-2006) - Ver 3.0 Changes: Optimized application and redesigned admin interface.<<less
Added: 2003-01-27 License: Commercial Price: $0.00USD
14 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5