c programming language
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1480
Scriptol PHP Compiler
Compiler to PHP from the object oriented and high-level Scriptol programming language. It is very easy to learn, universal and allows to build dynamic web page, scripts and applications. Uses Java or more>> Compiler to PHP from the object oriented and high-level Scriptol programming language. It is very easy to learn, universal and allows to build dynamic web page, scripts and applications. Uses Java or GTK to make GUI based programs. Editor and complete reference manual included.<<less
Added: 2001-11-30 License: Other Free / Open Source License Price: FreeAdditionalInfoMozilla1.1
2995 downloads
Scriptol to C++ or binary compiler
Scriptol is a modern, object oriented and XML oriented programming language. It is designed to be easy to learn and universal. You can declare XML documents exactly as classes, create instances, acces more>> Scriptol is a modern, object oriented and XML oriented programming language. It is designed to be easy to learn and universal. You can declare XML documents exactly as classes, create instances, access directly data. Scriptol uses XUL, Java or GTK to make GUI based programs. A complete reference manual is included. Compatible with BCC, MingW, Visual C++, GCC.<<less
Added: 2002-07-04 License: Other Free / Open Source License Price: FreeAdditionalInfoMozilla1.1
2670 downloads
Free Game Programming Classes v1.5
This site offers free classes in game programming that mainly focusing on C++ and DirectX. It also has classes on 3d modeling and animation. more>> This site offers free classes in game programming that mainly focusing on C++ and DirectX. It also has classes on 3d modeling and animation.<<less
Added: 2004-04-03 License: Free Non-Commercial Price: $0.00USD
13 downloads
Other version of Free Game Programming Classes
License:Free for non-commercial use
Pro Clan Manager 0.2
Pro Clan Manager gives you the ability to set up and run your own professional clan, game team website with no previous knowledge of web design or any other web programming language. Choose from a range of different styles to change the look and more>> Pro Clan Manager gives you the ability to set up and run your own professional clan, game team website with no previous knowledge of web design or any other web programming language. Choose from a range of different styles to change the look and functionality of your site and make it original and stand out from the rest. Login and talk to your team members through your site while adding pictures to your screenshots gallery.<<less
Added: 2004-05-03 License: GPL Price: $0.00USD
13 downloads
Other version of Pro Clan Manager
License:GPL
Apache-MySQL-PHP 1.3
All informations about apache http server, mysql database and php programming language.Including articles, tutorials, manuals, references, php script sites, mysql related sites, apache informations sites and some download tools to make better more>> All informations about apache http server, mysql database and php programming language.Including articles, tutorials, manuals, references, php script sites, mysql related sites, apache informations sites and some download tools to make better programming.Also there is some other informations related to computer science and internet technology such as definitions of terms and search engine tips and tricks.PHP, MySQL and Apache Web Links Directory is included.<<less
Added: 2004-09-23 License: Other Price: 0.00
14 downloads
Other version of Apache-MySQL-PHP
License:Other Free / Open Source License
AndreaPHP Programming
AndreaPHP provides free PHP source code, webmaster resources, scripts, tips and tricks, programming techniques, discussion board and downloads all for free more>> AndreaPHP provides free PHP source code, webmaster resources, scripts, tips and tricks, programming techniques, discussion board and downloads all for free<<less
Added: 2005-05-11 License: Freeware Price: Free
1627 downloads
Dr.Queks notes on Perl
This page is designed to help novice programmers learn the Perl programming language and will get you started with cgi scripting.Specifically, its designed to help them learn enough to customize cgi s more>> This page is designed to help novice programmers learn the Perl programming language and will get you started with cgi scripting.Specifically, its designed to help them learn enough to customize cgi script with a little perl knowledge.This tutorial will walk you through the basics of creating CGIs with Perl.<<less
Added: 2005-08-01 License: Freeware Price: Free
1547 downloads
CXS - Compact XML Serialization 1.0
CXS is an XML appliccation for data serialization which offers the possibility of transfering complex data structures between programming languages. CXS is aimed to offer a representation of data structures which is compact (few bytes) and effectively more>> CXS is an XML appliccation for data serialization which offers the possibility of transfering complex data structures between programming languages. CXS is aimed to offer a representation of data structures which is compact (few bytes) and effectively to parse in different programming environments. CXS supports the serialization of the following data types: * scalar types: string, integer, double (aka. float), boolean * compound types: array (numerical), hash (associative array), object * special types: null * resource types: RecordSet, binarystream The basic idea for CXS was to build up a serialization language for Flash (client) - PHP (server) communication which can be handled easily by both languages and keeps traffic as low as possible.<<less
Added: 2005-08-07 License: GPL Price: $0.00USD
13 downloads
Other version of CXS - Compact XML Serialization
License:GPL
mikeroq.be 1.1
Site for getting help with php, asp, c++, java, visual basic, and other programming languages in hope to better expand the programmers knowledge. Also get scripts and programs, source code, and tutorials on the above languages and more. more>> Site for getting help with php, asp, c++, java, visual basic, and other programming languages in hope to better expand the programmers knowledge. Also get scripts and programs, source code, and tutorials on the above languages and more.<<less
Added: 2005-12-05 License: Freeware Price: $0.00USD
11 downloads
Other version of mikeroq.be
License:Freeware
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
C Programming - File Management
In this tutorial you will learn about C Programming - File management in C, File operation functions in C, Defining and opening a file, Closing a file, The getw and putw functions, The fprintf & fscan more>> In this tutorial you will learn about C Programming - File management in C, File operation functions in C, Defining and opening a file, Closing a file, The getw and putw functions, The fprintf & fscanf functions, Random access to files and fseek function.<<less
Added: 2006-06-04 License: Freeware Price: Free
1305 downloads
C Programming - Structures and Unions
In this tutorial you will learn about C Programming - Structures and Unions, Giving values to members, Initializing structure, Functions and structures, Passing structure to elements to functions, Pas more>> In this tutorial you will learn about C Programming - Structures and Unions, Giving values to members, Initializing structure, Functions and structures, Passing structure to elements to functions, Passing entire function to functions, Arrays of structure, Structure within a structure and Union.<<less
Added: 2006-06-01 License: Freeware Price: Free
1289 downloads
C Programming - Functions (Part-II)
In this tutorial you will learn about C Programming - Functions (Part II) Nesting of functions, Recursion, Functions and arrays, The scope and lifetime of variables in functions, Automatic variables, more>> In this tutorial you will learn about C Programming - Functions (Part II) Nesting of functions, Recursion, Functions and arrays, The scope and lifetime of variables in functions, Automatic variables, External variables, Multi-file programs, Static variables and Register variables.<<less
Added: 2006-06-01 License: Freeware Price: Free
1265 downloads
C Programming - An Overview
In this tutorial you will learn about C Programming Lanuage, Overview of C, Sample program - Printing a message, Executing a C Program and Basic structure of C programs. more>> In this tutorial you will learn about C Programming Lanuage, Overview of C, Sample program - Printing a message, Executing a C Program and Basic structure of C programs.<<less
Added: 2006-05-30 License: Freeware Price: Free
1263 downloads
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
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above c programming language search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed