lalbod
Blog Subscribe Syndicate Search Contact Me  
Topics
1 ASM disscusion
Ada Programming
ASP Programming
Assembly Programming
BASIC Programming
C# Programming
C/C++ Programming
Cobol Programming
Cold Fusion Programming
Delphi Programming
Disassembly
Flash Programming
Forth Programming
Fortran Programming
HTML Programming
Java Programming
Javascript Programming
JSP Programming
Lisp Programming
Logo Programming
Lua Programming
Pascal Programming
Perl Programming
PHP Programming
Prolog Programming
Python Programming
Ruby Programming
Tcl Programming
Visual Basic Programming
XML Programming
Members
Sign In

Blog - Latest Entries
<< < | 13 14 15 16 17 18 19 | > >>
Pascal Programming > Pascal Compilers
Posted: Oct.27.2007 @ 9:50 am

Pascal Compilers

 

Free Pascal Compiler

A 32 bit Pascal compiler available for different operating systems (Linux, DOS, AmigaOS, OS/2, Win32).

Borland Turbo Pascal Compiler

The earlier versions of Borland's Turbo Pascal, Turbo C and Turbo C++ are now available FREE from Borland's website (create a login ID and click the Museum link.)

GNU Pascal

Welcome to the WWW home site of GNU Pascal, the free 32/64-bit Pascal compiler!

DevPascal

Dev-Pascal is a full-featured integrated development environment (IDE), which is able to create Windows or console-based Pascal programs using the Free Pascal or GNU Pascal compilers.

GNU Pascal for Mac OS X

On this web page, you find a third prerelease of the GNU Pascal Compiler (GPC) for Mac OS X.

Pascal Pro

Pascal Pro compiler is 32-bit free compiler. It produce 32-bit code for DOS flat-memory model. It also has some extensions for more effective programming. For example PPro supports function, procedure and operators overloading.

DPas - Pascal Compiler

32 bit Pascal Compiler is an all-in-one-Compiler which produces direct executable 32 bit programs.

Pascal X

Pascal X - a complete Pascal (development) environment with a very fast compiler/interpreter for Windows 95/NT console. Includes a set of tools to assist novice programmers and can be used with English or Portuguese keywords.

Virtual Pascal v2.1

The FREE tool for 32 bit cross-platform development in Pascal.

Alice: The Personal Pascal

The PC and Atari versions of ALICE are now free. You can pick up an archive with the binaries and the source to the manuals in alice.zip on this site.

Inno Pascal

Inno Pascal is a simple Pascal compiler for Win32. It produces compact, native-code x86 executables without requiring any external assemblers or linkers. Full source code is included under the GPL license.

Lazarus

Lazarus is a free and open source development tool for the FreePascal Compiler (object pascal), which is also free and open source. The Lazarus IDE is a stable and feature rich programming environment (screenshots) for creating self-standing graphical and console applications. It currently runs on Linux, FreeBSD and Win32 and provides a customizable source editor and visual form creation environment along with a package manager, debugger and complete GUI integration with the FreePascal Compiler.

Think Pascal 4.5 (Mac)

Pascal development system for the Macintosh.

 

 

Pascal Programming > Pascal Articles
Posted: Oct.27.2007 @ 9:48 am

 

Pascal Articles

 

Pascal Newsletter - Free Delphi Newsletter

According to the website, the Pascal Newsletter is a non-periodical (almost monthly) publication distributed free of charge via email in plain text format. There is also an archive of past newsletters in zipped .txt format with source code examples.

Interview with a Pascal Architect

Great insight into the art of compiler making .

Object Pascal beats C++

A down to Earth comparison between Object Pascal and C++.

The Pascal Programming Language

This paper is a review of the Pascal programming language.

Top 10 reasons why Pascal is better than C

Pascal article.

Using Unicode with Vector Pascal

Pacal article.

Hiding the Menu Bar (Mac)

Pascal article.

THINK Pascal and CodeWarrior Pascal

Comparing THINK Pascal to CodeWarrior Pascal and migrating To CodeWarrior Pascal.

 

 

Disassembly > Disassemblers and Decompilers
Posted: Oct.27.2007 @ 9:43 am

 

Disassemblers and Decompilers

Win32 Program Disassembler

Works in the console mode. Source is also available.

PEDasm

PEDasm is a Win32 command line tool which disassembles binary files targeted for win32 X86 platforms. It outputs an asm source file.

RECReverse Engineering Compiler

REC is a portable reverse engineering compiler, or decompiler. It reads an executable file, and attempts to produce a C-like representation of the code and data used to build the executable file.

Borg Disassembler

A disassembler for Win32 PE files

dasm68.exe

A cross dissassembler that dissassembles 680xx binary code using a PC

Win32Program Disassembler

Win32 disassembler for exes and dlls (i.e. PE)

PEDasm

Symbolic disassembler for Win32.

Debuggy

Win32 disassembler and resource extractor.

 

Assembly Programming > Assembly Tutorials
Posted: Oct.26.2007 @ 11:48 pm

 

Assembly Tutorials

X86 Assembly

This is an open content wiki book about assembly language programming. The book includes sections on the history of the X86 architecture, the X86 family and programming in X86 assembly.

MIPS Assembly

This is the wikibooks entry for MIPS assembly that discusses the MIPS architecture and MIPS programming.

Programmed Introduction to MIPS Assembly Language

This is a course in assembly language programming of the MIPS processor. It emphasizes the topics needed for study of computer architecture: bits, bit patterns, operations on bit patterns, and how bit patterns represent instructions and data.

Learning Assembly

A beginner-level tutorial that introduces assembly language.

Win32 Assembler Coding Tutorial

This site also has some additional assembler and programming resources that you can access from the drop down menus at the top of the page.

101% Assembler

This site is dedicated to assembly language programming. It features some assembler tool downloads and source code examples.

Programming from the Ground Up (1.4 Mb PDF file)

A book on assembly for the newbie to the pro. It covers how the cpu works as well as writting programs.

Introduction to Assembly Language

This web page examines assembly languages in a general manner. Specific examples of addressing modes and instructions from various processors are used to illustrate the general nature of assembly language.

Assembly Language Tutor

This is an introduction for people who want to program in assembler language.

The Art of Assembly Language Programming

Online book available for Windows, DOS and Linux assembly programming. Teaches High Level Assembly (HLA) - you will need to download the HLA compiler and supporting files.

PC Assembly Tutorial

The tutorial has extensive coverage of interfacing assembly and C code and so might be of interest to C programmers who want to learn about how C works under the hood. All the examples use the free NASM (Netwide) assembler.

Assembly Language Programming

PowerPoint and HTML Presentations on Various Assembly Language Topics.

Assembly Tutorial

This is for all you folks out there, who want to learn the magic art of Assembly programming.

Linux Assembly

If you are looking for information on assembly programming under UNIX-like operating systems, this is the right place to be. Here you can find various resources, ranging from tutorials and documentation, to actual programs written in assembly language.

Linux Assembly "Hello World" Tutorial

Designed to familiarize the reader with programming in x86 assembly under Linux and how to interface assembly and higher-level language code. The tutorial will also briefly cover debugging your assembly using GDB.

Assembly Programming > Assembly Compilers
Posted: Oct.26.2007 @ 11:44 pm

 

Assembly Compilers

 

NGASM V1.3  

NGASM V1.3 is a simple and easy to code free 8086/8088 Assembler for Dos/Windows.

Lazy Assembler

LZASM is an x86 assembler for DOS and Windows that handles the TASM (Turbo Assembler) IDEAL mode and produces OMF OBJ files.

MASM 8.0

Microsoft Macro-Assembler is now free, although you have to have Visual C++ 2005 Express Edition installed on your Win2000/WinXP SP2 or Windows Server 2003 computer and it is limited to non-commercial uses by license.

RosAsm

The Bottom-Up Assembler for ReactOS includes an assembler, a disassembler, debugger and ide.

NASM Assembler

The Netwide Assembler v0.98, a free protable downloadable assembler for the Intel 80x86 mircroprocessor series, which uses the traditional INtel instruction mnemonics and syntax. Free download.

flat assembler

The flat assembler is a fast and efficient self-assembling 80x86 assembler for DOS, Windows and Linux operating systems. Currently it supports all 8086-80486/Pentium instructions with MMX, SSE, SSE2, SSE3 and 3DNow! extensions, can produce output in binary, MZ, PE, COFF or ELF format. The flat assembler is self-compilable and the full source code is included.

MASM32

MASM32 is a working development environment for programmers who want to write 32 bit Microsoft Assembler (MASM).

SpAsm Assembler

SpAsm is an Assembler for ReactOS / Win32 PE files production ( Win95/98/NT/2000).

ALINK v1.6

A linker being developed to link object files into executable programs. The ultimate purpose is to write a free and portable linker to go with NASM.

VisualASM

Assembly language IDE for programming with MASM. It is a Win32 program and was written totally in ASM. It features syntax highlighting, a customizable Tools menu, project wizards, addin components to extend and add features, and the familiar multiple do

Win32 + Assembler Source Page

If you are interested in 32-bit programming for Windows 95/98/ME/NT/2000/XP using assembler, you will find everything you need here including an Assembler, Resource Compiler, Linker, Symbolic Debugger, Editor, Help Compiler, Information, Tutorials, Sample

asm68.exe

A cross macro assembler that assembles code for the 680xx using a PC.

CodeX Assembler

CodeX Assembler is a Freeware assembler for x86 platforms that supports in the current version 1.0 and version 2.34 of the Opcode Map the instruction sets of all Intel CPUs up to the Pentium IV as well as the AMD 3D.

Flat assembler 1.46

The flat assembler is a fast and efficient self-assembling 80x86 assembler for DOS, Windows and Linux.

High Level Assembler (HLA)

This is the assembler that goes with the free book/tutorial on the assembly tutorials page.

NewBasic Assembler (NBASM)

The NewBasic Assembler, NBASM, is an x86 assembler and is near MASM 5.1x compatible. NBASM is intended for use by beginners starting to learn assembly.

QLINK

QLINK is a DOS linker and analysis tool designed to link together MS-DOS compatible .OBJ files. According to the website it can replace the MS-DOS LINK.EXE program when producing MS-DOS compatible .EXE and .COM files.

Assembly Studio (IDE)

Full IDE for x86 Assembly Language Programming, featuring TASM/TASM32 support. Designed for Windows XP/2K/NT.

C/C++ Programming > C/C++ Source Code
Posted: Oct.24.2007 @ 1:42 am | Lasted edited: Jan.22.2008 @ 5:47 pm

C/C++ Source Code

Bob Stout's SNIPPETS

General-purpose header files, miscellaneous C-callable functions, portable file operations, assorted math functions - I'd need three pages just to describe all the free source code and you can view it or download it as a ZIP or TAR file.

Mozilla Source Code

The complete C/C++ source code for the Mozilla open source web browser. You can browse the up-to-the-minute latest version of the source code online and find instructions on building the latest version.

C++ Nugget Mine

A collection of succinct C++ code examples.

BBDSoft

Several C++ class libraries libraries developed by BBDSoft are available for download. Complete source code included.

Socket Programming in C, Simple Examples

Socket Programming in C with examples of UDP, TCP and IP multicast client and servers.

Code Beach

Free and Open Source Code and Tutorials

AcmeSofties

This site contains C C++ programs provided with source codes for constructive work by programming enthusiasts.

Cobol Compiler Source Code

The C source code for a cobol compiler that is no longer under development.

C/C++ Programming > C/C++ IDE
Posted: Oct.24.2007 @ 1:41 am | Lasted edited: Oct.27.2007 @ 12:17 pm

C/C++ IDE

 
Anjuta

An Integrated Development Environment (IDE) for C and C++ on GNU/Linux. It has been written for GTK/GNOME and features a number of advanced programming facilities. These include project management, application wizards, an on-board interactive debugger, and a powerful source editor with source browsing and syntax highlighting.

Quincy 2005

Quincy 2005 uses only open-source software, in particular the MingW C/C++ compiler, and the GDB debugger. With Quincy you can develop Console C or C++ applications, Win32 GUI applications, DLLs, or static libraries. Quincy 2005 adds WinBGIm graphics and FLTK GUI applications, The included koolplot 2D plotting library is of special value to scientists and engineers.

Code::Blocks

An open-source cross-platform Integrated Development Environment (IDE) for C/C++.

BVRDE

BVRDE is an Integrated Development Environment (IDE) for C and C++. It is designed to make cross-platform development easy. Its features include project management, application wizards, an integrated interactive debugger, and a powerful source editor with source browsing and syntax highlighting. It runs on a Windows NT platform and connects to almost any UNIX / LINUX system. It requires Windows 2000 or better installed, but all the development tools (compiler, linker, debugger) should be located on the remote system.

Visual-MinGW

Visual-MinGW is an Integrated Development Environment devoted to MinGW compiler system. It provides an easy to use Open Source front end to create your own C/C++ Windows applications.

Rhide

An IDE for DJGPP and other GNU based systems.

Quincy99 IDE

Quincy 99 is an Integrated Development Environment front end for C/C++ compilers. As currently configured, Quincy 99 works with the Mingw32 port of the GCC C/C++ compiler suite. Requires Windows 95/98/NT/2000.

The V IDE for GNU C++ and Java

V is a free, multiple platform C++ gui framework designed to make it the easiest way to write C++ GUI applications available. V is available for X Athena, X Motif/Lesstif, all Windows platforms, and now including OS/2.

Developers IDE

Developers IDE is an Integrated Development Enviroment (Code Editor) to use Dos based free C/C++ Compilers in a windows enviroment.

KDevelop

C/C++ IDE for Unix publicly available under the GPL.

C/C++ Programming > Visual C++ Resources
Posted: Oct.24.2007 @ 1:40 am | Lasted edited: Oct.27.2007 @ 12:19 pm

Visual C++ Resources

Visual C++ 6 Unleashed

Visual C++ 6 Unleashed provides comprehensive coverage of the core topics for Visual C++ 6 programming. This book skips the beginning level material and jumps right in to Visual C++.

Visual C++ 2005 Express

This is available for free until November 2006. You will have to download the Windows Platform SDK from the link at the bottom of the page to build native Windows applications.

eMbedded Visual C++

Windows CE .NET includes eMbedded Visual C++ 4.0, a powerful development tool that offers considerable benefits to companies building native code applications for the next generation of Windows CE-based devices

Microsoft Visual C++ Toolkit 2003

The Microsoft Visual C++ Toolkit 2003 includes the core tools developers need to compile and link C++-based applications for Windows and the .NET Common Language Runtime. Including: Microsoft C/C++ Optimizing Compiler and Linker; C Runtime Library and the C++ Standard Library; Microsoft .NET Framework Common Language Runtime; and sample code.

CoderSource.net

CoderSource.net is an effort to provide articles, examples and relevant content on Win32, C, C++, and VC++/MFC.

Visual C++ Tutorial

These tutorials are designed to help anyone with no previous experience in Visual C++ to quickly get started in programming windows applications, in the minimum amount of time.

DevCentral Tutorials: MFC

This is a link to the main Microsoft Foundation Classes tutorial page at dev central. You will have to register for free to gain access to the tutorials .

Visual C++ Home

Microsoft homepage for Visual C++.

Visual Studio .NET 2003 C++ Tutorial

This tutorial guides you through the process of creating a simple C++ console application using Visual Studio .NET 2003.

Visual C++ Tutorial

This tutorial guides you through the process of creating a simple console application using Visual C++ 6.0

Visual C++ And MFC Library

A number of how-tos about Visual C++ and MFC.

Visual C++ Tutorials

Visual C++ provides eight tutorials to help you begin learning new areas of the development system. Each tutorial is broken into steps, and complete code is supplied for each step. You can work through the tutorials step by step or build the code.

MFC Professional

MFC / VC++ site

A Simple COM tutorial using ATL

The purpose of this tutorial is to give you an idea on how to create a COM Server using ATL, and then being able to call the server from both a Visual C++ program, and a Visual Basic program.

Active Template Library (ATL) Frequently Asked Questions

Microsoft Knowledge Base Article - Q166480

Visual C++ Debug Tutorial

How to set breakpoints, set watches, and step through an executing program line-by-line.

Brief primer on using Visual C++

Word doc.

Visual C++ Tutorial

This tutorial is meant to be a startup tool for student unfamiliar with Microsoft Visual C++. It's purpose is to be a basic introduction to creating files and using the debugger.

Getting Started with Microsoft Visual C++

This tutorial demonstrates the basic steps required to create and execute C++ programs using Microsoft's Visual C++ software package. (PDF Document)

ATL Client Application Tutorial

Tutorial that shows steps involved in writing a container application for an ActiveX control.

Visual C++ FAQ

This is the MVP's Frequently Asked Questions Page for Microsoft Visual C++. In here you'll find answers to several common asked questions about Visual C++, MFC and Windows development in C/C++, as well as other related stuff.

Visual C++ Programming Forum

Discussion group at codeguru.

Standard C++ Library Reference

Microsoft Standard C++ Library Reference.

Visual C++.net Homepage

Technical articles, documentation and such.

Using Visual C++ and intro. to debugger

Word doc.

Using Visual C++ within MS Developer studio

Text doc.

Using the debugger

Word doc.

C/C++ Programming > C/C++ Programming Libraries
Posted: Oct.24.2007 @ 1:38 am | Lasted edited: Oct.27.2007 @ 12:18 pm

C/C++ Programming Libraries

ICU

International Components for Unicode is a portable set of IBM Unicode globalization libraries for C/C++ and Java. ICU includes support for locale sensitive string comparison; date, time, number, currency, and message formatting; character set conversion; and additional features. It is avaliable under the X license, which is apparently compatible with the GPL license, although not copyleft. See the website for more details.

ImageLib: An Image Processing C++ Class Library

ImageLib is a C++ class library providing image processing and related facilities. The main set of classes provides a variety of image and vector types, with additional modules supporting scalar and vector quantisation, wavelet transforms, DCT transforms, and simple histogram operations.

PNGwriter

PNGwriter is a C++ library for creating PNG images. PNGwriter is a very easy to use open source graphics library that uses PNG as its output format. The interface has been designed to be as simple and intuitive as possible. It supports plotting and reading in the RGB (red, green, blue), HSV (hue, saturation, value/brightness) and CMYK (cyan, magenta, yellow, black) colour spaces, basic shapes, scaling, bilinear interpolation, full TrueType antialiased and rotated text support, bezier curves, opening existing PNG images and more. Documentation in English and Spanish. Runs under Linux, Unix, Mac OS X and Windows. Requires libpng and optionally FreeType2 for the text support.

CImg Library - C++ Template Image Processing Library

The CImg Library is a C++ toolkit providing simple classes and functions to load, save, process and display images in your own C++ code. It is highly portable and fully works on Unix/X11, Windows and MacOS X operating systems. It contains useful image processing algorithms for loading/saving, resizing/rotating, filtering, object drawing (text, lines, faces, ellipses,..), etc...

Boost.org

The Boost web site provides free peer-reviewed portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. The libraries are intended to be widely useful, and are in regular use by thousands of programmers across a broad spectrum of applications.

The freeodbc++ project

Libodbc++ is a c++ class library for accessing SQL databases. It is designed with standards in mind, so it provides a subset of the well-known JDBC 2.0(tm) and runs on top of ODBC. It is distributed under the LGPL. The library has shown to compile and work on Linux, FreeBSD and win32 platforms. Any environment with a reasonable compiler, standard c++ library and ODBC Driver Manager should do.

EzBasic library

EzBasic is an application development framework to develop projects in C++. The framework can be used to make programs using functions similar to Visual Basic*. The framework classes range from GUI, File Handling, Threads, String, Active-X just to name some of the important classes. And the best part is that it is free to use in your non commercial projects.

AxPipe - C++ Binary Stream Class Library

AxPipe - A binary stream abstraction C++ class framework for efficient implementation of both push and pull-model filters and all kinds of sources and sinks. Implementation-transparent optional multi-threading. Efficient reference-counted buffer handling.

GQL - Generic SQL Library

This is the homepage af the GQL Project - just another attempt to create a generic SQL interface for Linux/UNIX platforms. The CLI (call level interface) library GQL, provides an abstraction of a SQL database, which means it is a general API for all (or most) possible SQL databases. It achieves this by using individual drivers for different databases. GQL is implemented in C++, so its native interface is C++ also.

Database Template Library

"The goal of this library is to make ODBC recordsets look just like an STL container. What is more, we do this portably so the abstraction can run on multiple platforms and C++ compilers. As a user, you can move through our containers using standard STL iterators; and if you insert(), erase() or replace() records in our containers changes can be automatically migrated to the database for you."

FreeType 2 (free font library)

FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable and portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display servers, font conversion tools, text image generation tools, and many other products as well.

GNU lightning

GNU lightning is a library that generates assembly language code at run-time; it is very fast, making it ideal for Just-In-Time compilers, and it abstracts over the target CPU.

GradC++Toolbox

GradC++Toolbox is a joined package composed by several platform-independet components for command line parsing, debug and info messages starting and stopping of threads and so on.

Matrix Template Library (MTL)

The Matrix Template Library (MTL) is a high-performance generic component library that provides comprehensive linear algebra functionality for a wide variety of matrix formats.

A garbage collector for C and C++

The Boehm-Demers-Weiser conservative garbage collector can be used as a garbage collecting replacement for C malloc or C++ new. It allows you to allocate memory basically as you normally would, without explicitly deallocating memory that is no longer useful. The collector automatically recycles memory when it determines that it can no longer be otherwise accessed. Alternatively, the garbage collector may be used as a leak detector for C or C++ programs, though that is not its primary goal.

Graph Template Library GTL

GTL, the Graph Template Library GTL can be seen as an extension of the Standard Template Library STL to graphs and fundamental graph algorithms.

The Standard Function Library

The SFL (Standard Function Library) from iMatix is a portable function library for C/C++ programs. The SFL is the result of many years development, and is provided as Open Source software for the benefit of the Internet community.

Matrix TCL Pro

Matrix TCL Pro is a matrix template class library for performing matrix algebra calculations in C++ programs in easy and efficient manner for engineering / scientific works.

ClanLib

ClanLib is a medium level development kit. At its lowest level, it provides a platform independent (as much as that is possible in C++) way of dealing with display, sound, input, networking, files, threadding and such.

GNet

GNet is a simple network library. It is written in C, object-oriented, and built upon GLib. It is intended to be small, fast, easy-to-use, and easy to port.

MyLibC

MyLibC is a glibc clone for windows.

ebase - embedded C++ database library

"A portable, lightweight, and flexible C++ library that provides reliable persistent storage. It is well suited for embedded systems, personal digital appliances and small-scale database need on web."

IO95, a Win95 LFN API wrapper library

This library contains functions to access the LFN API Win95 offers in the DOSbox, it can help to make a program LFN-aware quicklier.

TidyLib

A library form of HTML Tidy (C) has been created to make it easier to incorporate Tidy into other software.

CGAL

The goal of CGAL is to make the most important of the solutions and methods developed in computational geometry available to users in industry and academia in a C++ library.

http://www.datareel.com/

"DataReel is a collection of C/C++ libraries used to rapidly develop and deploy multi-threaded database and communications applications."

G2D

A freeware 2D library for C++ with full example game and source code, online and downloadable documentation.

BBDSoft

Several C++ class libraries developed by BBDSoft are available for download. Complete source code included.

omniORB

omniORB is a robust high performance CORBA ORB for C++ and Python.

uClibc

uClibc is a C library for developing embedded Linux systems.

GetPot

Parsing comand line arguments and configuration files.

ncurses 5.2

The Ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, and more. It uses Terminfo format, supports pads and color and multiple highlights and forms characters and function-key mapping, and has all the other SYSV-c

GSL - The GNU Scientific Library

The GNU Scientific Library (GSL) is a modern numerical library for C and C++ programmers. The routines have been written from scratch by the GSL team in ANSI C.

libsmi

The core of the libsmi distribution is a library that allows management applications to access SMI MIB module definitions.

SparseLib++

SparseLib++ is a C++ class library for efficient sparse matrix computations across various computational platforms.

Dxstore Database System

The Dxstore Database System is a database management system for Linux, FreeBSD, and other operating systems. In the tradition of dbm/ndbm, it is distributed as an embeddable C or C++ library and shares with them the model of a database as a collection of key/value pairs

Introduction to the Standard Template Library

Programmer's guide and download link for the STL.

Views - a C++ Standard Template Library extension

The C++ Standard Template Library provides templates that define generic container and iterator classes. The software extends the STL by adding template classes that define views.

Ensemble

Ensemble is the next generation of the Horus group communication toolkit. Developed at Cornell University, as well as at the Hebrew University of Jerusalem.

IML++ (Iterative Methods Library) v. 1.2a

IML++ is a C++ templated library of modern iterative methods for solving both symmetric and nonsymmetric linear systems of equations.

C/C++ Programming > C/C++ Graphics Tutorials
Posted: Oct.24.2007 @ 1:35 am | Lasted edited: Oct.27.2007 @ 12:19 pm

C/C++ Graphics Tutorials

The Official Guide to Learning OpenGL

Free downloadable OpenGL book in pdf format.

Game programming with DirectX

Five chapters for C/C++ Windows programmers who want to learn to write applications that use Microsoft's API, DirectX

OpenIL in Dev-C++

Setting up a Dev-C++ Project to use OpenIL

NeHe Productions

OpenGL Tutorials, Demos, Games and More

The X-Zone

DirectX FAQ, articles and links.

DirectX Graphics C/C++ Tutorials

Microsoft's DirectX tutorials. Six tutorials covering creating a device, rendering vertices, using matrices, creating and using lights, using texture maps, and using meshes.

Basic Graphics Programming With The Xlib Library

This tutorial is the first in a series of "would-be" tutorials about graphical programming in the X window environment.

<< < | 13 14 15 16 17 18 19 | > >>
Entries 171 to 180 of 187

   
| Report Member | Free Blog BlogText.org