"C & C++ ebooks and example source codes that show how to develop various Windows programs easily"
    username  password   register lostpass
search
Search

Main Menu
Home
Banners
Polls
Web Links
Submit
Popular
Top Rated

Downloads
Submit
Popular
Top Rated

News
Submit
Archive
Topics



free hit counter


Submit Site - Web Site Promotion

More Software
Software Download

Download Software

Listed in PC24hours.net!

Free Downloads Archive

SoftwareBusters

MySharpSQL 1.1 at Softlisting.com

BullDownload

PC24hours.net

5starshare Software Download

SharewareWorld

ZR Software

Free Software Downloads

Hotminer.com

Shareware Download Box

LeoFiles

Download 4 People

Best Software Downloads

Free-To-Try.com

LemonFiles.com

Soft2Have.com

Software2Have.com

Soft.EasyHTools.com

Archive of free downloads for windows.

1st Download></a></td>
</tr></table>
<br />
<!-- HTML CODE -->
<!-- HTML CODE -->
<table width=
Software Links
Computer Software
Easily Install ANY Windows; Rapidly Recover ALL Windows!

Automatic video editing software from muvee lets anyone create instant home movies and slideshows in 4 easy steps. Try it free!

www.softwareadda.com - SoftwareAdda.com

Search-Scripts.com - Web Scripts Directory Portal




FilesWeb

FilesLand.com



Free Software and Game Downloads





Free PC downloads : Shareware,  Freeware, trialware for Windows XP, Windows 2000, Windows 98, and Windows NT!

Ebooks Library

Euro Download - fresh software downloads



Computer Software

PC24hours.net - Free Downloads!

YankeeDownload.com

Necromancers Software Collection

ProgramsHome.com



Expand/Collapse
January 06, 2009 01:20 Malay Peninsula Standard Time  
Expand/Collapse

C and C++ Compilers, IDE and Tools (19)
C Libraries (5)
C++ Libraries (13)
C, C++, C# and .NET Source Codes and Tutorials (53)
Database Programming (7)
Graphics and Multimedia (13)
Hardware Interface and Device Drivers Development (3)
Internet (6)
Mono, .NET and C# (4)
Open Source and Free Software (9)
Personal Development (1)
Security and Cryptography (6)
Software Development Methods (11)
User Interface (9)
Win32 Assembly (5)
XML (1)


There are 165 Links in our Database

Latest Listings

Category: Open Source and Free Software
http://www.yeohhs.com/resources.htm "Exploratory Programming" Resources Hits: 55   Last Update: 2008/9/29
Description :  This section contains exploratory programming source codes in various computer programming languages such as Common Lisp, Scheme, Haskell, O'Caml, Forth and others.
Rate this Site | Report Broken Link | Tell a Friend | View/Send Comments
Category: C++ Libraries
http://www.cc.gatech.edu/~yannis/fc++/ FC++: Functional Programming in C++ Hits: 61   Last Update: 2008/2/29
Description :  FC++ is a library for functional programming in C++. Functional programming is a programming paradigm in which functions are treated as regular values. Thus, we can have functions that take other functions as parameters. The former functions are called "higher-order" functions. A common feature of functions is that they can be polymorphic. "Polymorphic" means that the same function can be used with arguments of many types. FC++ is distinguished from other libraries (including the C++ Standard Library) by its complete support for polymorphism: FC++ polymorphic higher-order functions can take other polymorphic functions as arguments and return polymorphic functions as results. This is particularly useful (i.e., simplifies code) in C++ where type inference is limited and we often need to pass polymorphic functions around and determine their type later.

With FC++ you can define your own higher-order polymorphic functions, but the library also contains a large amount of functionality that can be re-used as-is in C++ programs. This includes infinite ("lazy") lists, useful higher-order functions (like map, compose, etc.), a reference-counting facility that can be used to replace C++ pointers, many common logical and arithmetic operators in a form that can be used with higher-order functions, and more.
Rate this Site | Report Broken Link | Tell a Friend | View/Send Comments
Category: C and C++ Compilers, IDE and Tools
http://www.resedit.net/ ResEdit Hits: 57   Last Update: 2008/2/25
Description :  ResEdit is a free Resource Editor for Win32 programs. You can use it if you want to use dialogs, icon, version information or other types of resources. Output files can be compiled by any Win32 compiler, like MinGW and Microsoft Visual C++.
Rate this Site | Report Broken Link | Tell a Friend | View/Send Comments
Category: C, C++, C# and .NET Source Codes and Tutorials
http://www.gotw.ca/gotw/index.htm Guru of the Week Hits: 59   Last Update: 2008/1/13
Description :  Guru of the Week is a regular series of C++ programming problems created and written by Herb Sutter.
Rate this Site | Report Broken Link | Tell a Friend | View/Send Comments
Category: C, C++, C# and .NET Source Codes and Tutorials
http://aszt.inf.elte.hu/~gsd/halado_cpp/ Advanced C++ Lessons Hits: 60   Last Update: 2007/12/1
Description :  More http://aszt.inf.elte.hu/~gsd/
Rate this Site | Report Broken Link | Tell a Friend | View/Send Comments
Category: C, C++, C# and .NET Source Codes and Tutorials
http://www.see.ed.ac.uk/~sasg/Computers/Prog/Cpp/ Understanding C++: An Accelerated Introduction Hits: 60   Last Update: 2007/12/1
Description :  by Marshall Brain and Kelly Campbell
Interface Technologies, Inc.

The goal of these tutorials is to help you to gain an understanding of the fundamental concepts driving C++ in a quick and painless way. They let you begin thinking in an "object oriented way". Once you understand the fundamentals, the rest of the language is relatively straightforward because you will have a framework on which to attach other details as you need them. Once you understand its underlying themes and vocabulary, C++ turns out to be a remarkable language with quite a bit of expressive power. Used correctly, it can dramatically improve your productivity as a programmer.
Rating: 9.00 (1 vote) Rate this Site | Report Broken Link | Tell a Friend | View/Send Comments
Category: C and C++ Compilers, IDE and Tools
http://www.willus.com/ccomp.shtml Win32 C/C++ Compilers Hits: 61   Last Update: 2007/11/11
Description :  Willus.com's Win32 C/C++ Compilers Page
(Information about x86/AMD64/EM64T compilers)
Rate this Site | Report Broken Link | Tell a Friend | View/Send Comments
Category: C, C++, C# and .NET Source Codes and Tutorials
http://www.mozilla.org/hacking/portable-cpp.html C++ portability guide Hits: 60   Last Update: 2007/9/20
Description :  originally by David Williams

Updated and maintained by Scott Collins, Christopher Blizzard, and David Baron

What follows is a set of rules, guidelines, and tips that we have found to be useful in making C++ code portable across many machines and compilers.
Rate this Site | Report Broken Link | Tell a Friend | View/Send Comments
Category: C, C++, C# and .NET Source Codes and Tutorials
http://www.wxwidgets.org/develop/standard.htm Programming Style Guide - wxWidgets Hits: 61   Last Update: 2007/9/20
Description :  This guide is intended for people who are (or intending to start) writing code for inclusion into the wxWidgets library.

The guide is separated into two parts: the first one addresses the general compatibility issues and is not wxWidgets-specific. The advices in this part will hopefully help you to write programs which compile and run on greater variety of platforms. The second part details the wxWidgets code organization and its goal it to make wxWidgets as uniform as possible without imposing too many restrictions on the programmer.
Rate this Site | Report Broken Link | Tell a Friend | View/Send Comments
Category: C, C++, C# and .NET Source Codes and Tutorials
http://www.arilect.com/upp/forum/index.php?t=msg&th=1592&start=0& My Simple U++ Application Hits: 58   Last Update: 2006/11/13
Description :  This is a U++ program (version 0.0.1 alpha) released for testing and comments.

Features implemented
1. Splash screen
2. About dialog
3. Menu and popup menu
4 Toolbar
5. Status bar
6. Options dialog
7. Help (using Topic++)
8. Shows how to use the most frequently used controls.
9. use of .rc file to embed program icon and version info.
10. use of custom USC for UPX compression and file deletion.

This program is meant as a simple template program which I will use to explore the various aspects of U++.

I'm still new to U++ so I would appreciate any ideas or suggestions on this simple template. I want to get it right so that later I will write an article that explains how this program works.

Thanks in advance
Yeoh
--
P.S. MyUppApp is built using Ultimate++ Dev version.
Rate this Site | Report Broken Link | Tell a Friend | View/Send Comments

- Page Created in 0.08 Seconds | 54 Queries | 45 Files Loaded: 270.41 Ko | Raw HTML: 48.75 Ko -