Geometry.Net - the online learning center
Home  - Computer - Cpp
e99.com Bookstore
  
Images 
Newsgroups
Page 6     101-120 of 194    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | Next 20

         Cpp:     more books (100)
  1. An Introduction to Object-Oriented Programming With Java by C. Thomas Wu (Otani), 2003-05-21
  2. C Traps and Pitfalls by Andrew Koenig, 1989-01-11
  3. The C++ Programming Language: Special Edition (3rd Edition) by Bjarne Stroustrup, 2000-02-11
  4. CGI Programming in C and Perl by Thomas Boutell, 1996-04-19
  5. Programming in Visual C# with Visual Studio Professional Edition Software by Julia Case Bradley, Anita C Millspaugh, 2007-04-19
  6. C: The Complete Reference, 4th Ed. by Herbert Schildt, 2000-04-26
  7. C By Discovery (4th Edition) by W. D. Foster, L. S. Foster, 2004-08-25
  8. Applied C: An Introduction and More by Alice Fischer, David Eggert, et all 2000-06-02
  9. C++ for Business Programming by John C. Molluzzo, 1999-04-01
  10. C Programming for Embedded Systems by Kirk Zurell, 2000-03
  11. Problem Solving and Program Design in C (5th Edition) by Jeri R. Hanly, Elliot B. Koffman, 2006-07-15
  12. Programming C# by Jesse Liberty, 2001-07-23
  13. C for Dummies, Volume 2 by Dan Gookin, 1997-04-15
  14. Beginning with C: An Introduction to Professional Programming by Ronald T. House, 1994-01-21

101. EME Business Internet Services Include Web Design And Maintenance, Domain Name R
Offers setting up of Internet servers, domain registration, shopping carts with secure credit card facilities and database implementation.
http://www.eme.com.au/
For collectors of coins, banknotes, stamps, tokens and other collectables Australasian Numismatic Dealers Association
About Our Services Getting Started
We provide the facilities and technicals to get your business on the Internet. We can register a domain name for you and set up your own Internet site, email requirements, and on-line shopping facilities if required. Once your website is established, you can be in control of your site via a link to the server directly. You will be able to change page content, change and add extra e-mail accounts and check your website traffic statistics at any time. Alternatively, we can save you time and look after all those details for you. No matter what business you are in, we will tailor a solution for you. See the options and prices Your web site would be located on a WebCentral server which has at least 300Mb direct connection to the Internet. This means fast and reliable operation.

102. Why Functional Programming Matters
John Hughes paper, dates from 1984, circulated as a Chalmers memo.
http://www.cs.chalmers.se/~rjmh/Papers/whyfp.html
Why Functional Programming Matters
John Hughes
This paper dates from 1984, and circulated as a Chalmers memo for many years. Slightly revised versions appeared in 1989 and 1990 in the Computer Journal and the Year of Programming. This version is based on the original Chalmers memo nroff source, lightly edited for LaTeX and to bring it closer to the published versions. Please excuse the slightly old-fashioned type-setting, and the fact that the examples are not in Haskell!
Abstract
As software becomes more and more complex, it is more and more important to structure it well. Well-structured software is easy to write, easy to debug, and provides a collection of modules that can be re-used to reduce future programming costs. Conventional languages place conceptual limits on the way problems can be modularised. Functional languages push those limits back. In this paper we show that two features of functional languages in particular, higher-order functions and lazy evaluation, can contribute greatly to modularity. As examples, we manipulate lists and trees, program several numerical algorithms, and implement the alpha-beta heuristic (an algorithm from Artificial Intelligence used in game-playing programs). Since modularity is the key to successful programming, functional languages are vitally important to the real world. The paper is available as postscript and pdf , and here is a bibtex entry. There is even a

103. Learn To Program Using Python: A Tutorial For Hobbyists, Self-Starters, And All
By Alan Gauld; Addison Wesley Professional, 2001, ISBN 0201709384, has CDROM. Introduction for those learning programming basics terminology, concepts, methods to write code. Assumes no prior knowledge but basic computer skills, unintimidating, clearly written. Addison Wesley
http://www.aw.com/catalog/academic/product/1,4096,0201709384,00.html
Select a Discipline Chemistry Computer Science Economics Finance Life Science Mathematics Physics/Astronomy Statistics by Keyword by Author by Title by ISBN Advanced Search ABOUT THIS PRODUCT Description Table of Contents Features Appropriate Courses Preface ... About the Author(s) RESOURCES Discipline-Specific RELATED TITLES Other LanguagesProgramming (Computer Science) Learn to Program Using Python: A Tutorial for Hobbyists, Self-Starters, and All Who Want to Learn the Art of Computer Programming View Larger Image Alan Gauld
ISBN: 0-201-70938-4
Publisher: Addison Wesley Professional
Format: Paper Bound w/CD-ROM; 288 pp
Published: 12/08/2000
Status: Instock
US: $32.95
You Save: $3.30 (10% off)
Our Price: $29.66
Add to Cart Instructor Exam Copy Description This book is an ideal starting point for students learning the essentials of computer programming. Assuming no prior knowledge (other than basic computer operation), this unintimidating and clearly written guide introduces the student to programming terminology, fundamental concepts, and techniques for writing actual code. Python is ideal for novice programmers: it is available for free; it has simple syntax but powerful features; it supports lots of programming styles; it runs on many platforms; it has a friendly and helpful user community. Using the Python language to teach the fundamentals of computer programming, the book introduces elements of programming style and offers a look at the thinking and steps involved in designing a software solution. Several sample applications illustrate techniques and ideas in action.

104. Random Programming Languages List
Weird and obfuscated programming languages.
http://www.mines.edu/students/b/bolmstea/randlang/index.html

105. About C/C++/C#
The place to learn C/C++/C programming and objectoriented design featuring tutorials, tips, links, chat, career information and resources for C, C++ and C
http://cplus.about.com/
zJs=10 zJs=11 zJs=12 zJs=13 zc(5,'jsc',zJs,9999999,'') About C / C++ Home Essentials ... More Tutorials zau(256,152,180,'gob','http://z.about.com/5/ad/go.htm?gs='+gs,''); Learning C++ Learning C C++ Programming Learning C# ... Help zau(256,138,125,'el','http://z.about.com/0/ip/417/0.htm','');w(xb+xb);
Stay Current
Subscribe to the About C / C++ newsletter. Search C / C++ From John Kopp
Your Guide to C / C++
Sign up for my Newsletter
User Stories Applied
A review of "User Storied Applied: For Agile Software Development" by Mike Cohn. This book explains what user stories are, how to obtain good user stories, their role in agile development and extreme programming, and how they are used to plan iterations and releases of software projects. See more.
Read Archives
Advanced Topics in C++
These articles are a collection of tutorials on intermediate and advanced topics in C++ programming. For introductory material, check out the C++ Tutorial
Read Archives

Introduction to Classes

This lesson introduces classes and objects. The use of objects in C++ defines the way programs are designed and written. Classes are a software construct that can be used to emulate a real world object. Classes encapsulate data and abilities. For instance, a software model of a car, a car "class", might contain data about the type of car and abilities such as accelerate or decelerate. A class is a programmer defined data type that has data, its members, and abilities, its methods. Learn more!. This is part of the C++ Tutorial
Read Archives
Why C# This new

106. The COBOL Center
Dedicated to COBOL and to those with an investment in it. Many Internet sites have information on COBOL, but this site assembles it so you need not search the whole Web to find it. Practical help is here standards, programming, reengineering, tools, skill improvement, sample code, jobs.
http://www.infogoal.com/cbd/cbdhome.htm
HOME COMPILERS TOOLS EXAMPLES ...
OOCOBOL /Objects

This site is dedicated to COBOL and to those with an investment in COBOL. There are many Internet sites that provide information about COBOL. The COBOL Center brings that information together so that you will not need to cruise all over the Web to find it. Practical help is what you will find here. We invite you to sign our Guest Book Acucorp Announces Support for Red Hat Enterprise Linux 3 May 13, 2004 - Acucorp, Inc., an international provider of legacy application extension solutions, today announces its support for Red Hat Enterprise Linux 3, the premier Linux operating system from Red Hat, Inc. (Nasdaq:RHAT). more... Is COBOL Dying or Thriving Mike Murach , author and publisher of numerous computer books, explains the current state of COBOL - including: current and expanding uses, training, and future directions. more... COBOL Supports Microsoft .NET Environment The Microsoft .NET Environment is now supported by COBOL. Applications can be created that plug into the Windows and Internet. Check these helpful links:
  • Fujitsu netCOBOL
  • Book: COBOL and Visual Basic on .NET
  • 107. Cobol Resources
    Lists extensive links to various COBOL resources and also includes CobolReport.com, CobolUniversity.com, COBOL Web programming, ObjectOriented COBOL programming, and leading-edge COBOL books.
    http://cobolreport.com/cobolreport/cobolResources/
    Search Feedback Contact Us Membership ... Ad Info
    Cobol Resources CobolReport.com is proud to host
    Bill Klein's FAQs

    Object-Oriented Cobol

    Gene Webb's Tutorial
    Cobol Resources

    Now over 120 listings Sponsored White Papers Integrating Legacy into Extended Enterprise Transoft Intelligent Integration Adapters Transoft Component Framework From COBOL to Enterprise JavaBeans with Net Express ...
    Vendor News Briefs

    Cobol Research
    Premier research in
    Cobol is ongoing at Amsterdam Free University Here is Cobol grammar. Open-Source Cobol TinyCobol Wanna learn more about eXtreme Programming? Read the IEEE eBook Analysis/Inspect/Restructure Cobol Discussion Groups Cobol Examples, Lectures, and Tutorials ... and Status Maintained by Hector Gonzalez . Last Updated: September 15, 2003 Reproduction of material from any Object-Z pages without written permission is strictly prohibited. The COBOL Report, COBOL University, CobolReport.com and COBOL U

    108. GRAPE - Graphics Programming Environment
    A package for mathematical visualization, particularly in the fields of differential geometry and continuum mechanics. Available free by FTP but only to university departments and similiar research sites and only for nonprofit purposes.
    http://www-sfb256.iam.uni-bonn.de/grape/
    GRAPE - Graphics Programming Environment
    Welcome to the GRAPE information pages. GRAPE is a package for mathematical visualization. It has been particularly effective in the fields of differential geometry and continuum mechanics. But it will probably help to understand any other problem involving the numerics of partial differential equations or the need of advanced three-dimensional computer graphics. GRAPE is developed and distributed by the in cooperation with the Please feel free to use any of the services offered. If there is any information you still need, please don't hesitate to send us e-mail (see bottom of page for address). As part of the software development is done at the , we strongly recommend that you take a look at their World Wide Web server ( GRAPE in Freiburg ), too.

    109. MBC Network - Your Urban Family Channel
    Familyvalues oriented cable television programming for the African-American community. Feature original and syndicated shows, movies, black college sports, talk shows, and ministries.
    http://www.mbcnetwork.com/
    MBC, casting, casting call, MBC Network, mbc, mbcnetwork, african-american, BET, TV One, TVone, african, american. black, family, television, network, TV, families,
    safe haven, family television, black, college, sports, football, basketball, college sports, boxing, news, sports,
    television network, cable network, cable, Comcast, Time Warner, Direct TV, Dish Network, Cox

    110. Guide To Constraint Programming
    Online tutorial/textbook for beginners to the area of constraint programming. This area is of the set of less known software technologies, but is evolving rapidly and has a growing, significant commercial interest.
    http://ktiml.mff.cuni.cz/~bartak/constraints/
    First Edition, 1998
    ON-LINE GUIDE TO
    C ONSTRAINT P ROGRAMMING
    Some of my tutorials (with slides to download): Now you can download a survey in the form of PDF file (146 KB) or PowerPoint presentation (404 KB)
    Please use the following reference for the survey (I welcome if you inform me about your papers referring this document):
    Constraint Programming: In Pursuit of the Holy Grail
    Here is a deep survey of constraint propagation techniques: paper or presentation
    Please use the following reference for the survey:
    Theory and Practice of Constraint Propagation
    Another presentation with survey of constraint programming techniques (including backjumping and backmarking).

    111. Accelerated C++
    Contains source code and errata. (Andrew Koenig and Barbara E. Moo)
    http://www.acceleratedcpp.com/
    Accelerated C++
    Practical Programming by Example
    by Andrew Koenig and Barbara E. Moo
    Addison-Wesley, 2000
    ISBN 0-201-70353-X
    This page was last modified on 3 September 2002 Coming soon:
    • Advice to readers
    Reviews on the web
    Kenneth R. Frazer
    Francis Glassborow
    (for the Association of C and C++ Users
    Jack Klein

    Angelika Langer

    Sören Meyer-Eppler
    ...
    Peter N. Roth
    (in Dr. Dobb's Journal
    Conrad Weisert
    From the back cover
    This is a first-rate introductory book that takes a practical approach to solving problems using C++. It covers a much wider scope of C++ progamming than other introductory books I've seen, and in a surprisingly compact format. The authors present a clear, cogent introduction to C++ programming in a way that gets the student writing nontrivial programs immediately. Stephen Clamage, Sun Microsystems, Inc., and chair of the ANSI C++ committee

    112. Designing And Testing New Programming Constructs In A Data Flow VL
    article by Elena Ghittori, Mauro Mosconi, Marco Porta
    http://iride.unipv.it/research/papers/98tr-dataflow/usabilit.htm
    Designing and Testing new Programming Constructs in a Data Flow VL
    Elena Ghittori - Mauro Mosconi - Marco Porta
    Via Ferrata, 1 - 27100 - Pavia - Italy
    mauro@ipvvis.unipv.it porta@ipvvis.unipv.it
    Technical Report
    Abstract
    A powerful and useful Data-Flow Visual Programming Language (DFVPL) must provide the necessary programming constructs to deal with complex problems. The main purpose of this paper is to give a contribution to the debate on DFVPL constructs by presenting the solutions we devised for the VIPERS language. Another purpose of the paper is to illustrate the methodology we developed in order to start a comparative usability study for different implementations of control flow constructs. We stress the features of this original methodology, which is effective, easy to implement in different working contexts (even remote ones), and which gave us interesting clues about the way people inspect visual programs.
    1. Introduction

    113. Advanced Programming Languages
    Useful links about programming languages. Describes the syntax and semantics of programming.
    http://lsi.uniovi.es/~labra/APL.html
    Advanced Programming Languages
    by Jose Emilio Labra Gayo Table of Contents
  • Introduction Research Acknowledgments
  • Introduction
    This page collects my personal links in the field of Programming Languages . At first, it was devoted to functional programming . Now, I am very interested in the expressiveness of programming languages in general. With the term advanced I mean that it is oriented to researchers on programming languages I would like to add a personal comment to each link, but sometimes, I prefer to leave it blank than to include a meaningless comment. Of course, this page will always be under construction. You can contact me ( labra@lsi.uniovi.es ) for any comment or suggestion.
    Research
    Resources for Programming Language Research The Computing Research Repository (CoRR)
    A general repository of research material that contains an item about Programming Languages
    Programming Language Research , by M. Leone

    114. Paul Edwards's Programming Page
    Contains PDOS, a public domain DOS alternative.
    http://freespace.virgin.net/paul.edwards3/program.htm
    Welcome to Paul Edwards's Programming Page. Click here to download the development versions of PDOS and PDPCLIB. Click here to download the latest version of PDOS, a public domain operating system for the 386. Click here to download the latest version of PDPCLIB, a public domain C runtime library for DOS, OS/2 and MVS. Click here to download the latest version of OZPD, a collection of public domain utilities. Click here to download the latest version of PDCOMM, a public domain comms library for DOS, OS/2 and Windows/NT. Click here to download the latest version of PDPZM, a public domain implementation of zmodem for DOS and OS/2. Click here to download the latest version of PDCRC, a public domain set of CRC routines. Click here to download a port I did of rzsz (zmodem) to DOS and OS/2. Click here to download an obsolete program to process mail from a fidonet BBS. Click here to download an obsolete program to get files from a fidonet BBS. Click here to download an obsolete program to get mail from a fidonet BBS.

    115. Index Of /en
    Interpreted, dynamically typed, pure objectoriented, scripting language for fast, easy programming, from Japan. Simple, straightforward, extensible. Many features to process text files and do system management, as in Perl. More elegant than Perl, fewer parentheses than Lisp. Japan has more users of Ruby than Python. Open Source
    http://www.ruby-lang.org/en/
    Index of /en Name Last modified Size Description ... Parent Directory 05-Jun-2004 11:45 - announce.txt 29-May-2004 16:27 1k announce2.txt 04-Jun-2004 12:53 2k Apache/1.3.26 Server at www.ruby-lang.org Port 80

    116. Andrew Cooke: An Introduction To Programming Languages
    A page for people who know one language and are wondering about learning another.
    http://www.acooke.org/andrew/writing/lang.html
    previous latest addition here
    An Introduction to Programming Languages
    home
    • Introduction top
      Introduction
      Target Audience
      This web page is for people who know one language and are wondering about learning another. It describes some of the differences between common programming languages and considers why and how a new language should be learnt. It is not a detailed, scholarly exploration of all programming languages, nor does it describe the latest developments in computer science - I simply do not know enough to attempt that. Instead, I have tried to write something that is clear, unbiased, and useful to someone with no knowledge of the theory of computing. If you're not that interested in actually writing code and are looking for a more general article, focusing on the "philosophical" aspects of programming languages, then you will be much happier with this book review
      Initial Questions
      Why are there so many different programming languages? What is the difference between them? How do people learn them? Which should people learn? Should they learn more than one?

    117. Internet Programming Contest
    Duke University sponsors a programming contest that takes place in realtime over the internet.
    http://www.cs.duke.edu/~ola/ipc.html
    The Duke Internet Programming Contest
    Duke has sponsored a programming contest that takes place in real-time over the internet. The contest has been held each year since 1990. It is open to anyone , there are divisions for novice programmers, undergraduates (not necessarily novices), and an open division. The contest problems from all previous contests are available via anonymous ftp. A paper The Internet Programming Contest: A Report and Philosophy that appeared in SIGCSE '93 is also available. The founders of the contest are (in alphabetical order) Owen Astrachan Vivek Khera Dave Kotz , and Lars Nyland
    Four problems from previous contests converted to HTML. These show the uniformity with which problems are presented.
    The 200X Duke IPC Contest
    Maybe there will be a contest soon. Maybe not. See below.
    The 1994/5/6 Duke Internet Programming Contest
    Well, that's now way out of date. For archival purposes, here's the text about that contest. Due to several mitigating circumstances, the 1994 internet programming will not be held. We're sorry for the late notice, but several circumstances have forced us to cancel, rather than deal with IPC-9X. Due to more circumstances we didn't hold a contest in 1995. We have plans to hold a contest in 1996, but don't hold your breath. However, please stay tuned. When a specific date is determined, notice will be placed here. Keep practicing...

    118. EVTV Eastview High School Television
    Channel 7 at Eastview High School in Apple Valley, MN. Running 24 hour programming of video announcements and school events like pep fests, athletic events, and fine arts performances televised from our studio.
    http://www.isd196.k12.mn.us/schools/evhs/evtv.htm

    119. GameSpy.com - Articles
    An article by Tim Sweeney on the evolution and future of programming languages as it relates to game development.
    http://www.gamespy.com/legacy/articles/devweek_b.shtm
    Subscriptions Platforms Menu All Games GameSpy GameSpy Network Featured Sites PlanetGrandTheftAuto PlanetUnreal PlanetCallofDuty PlanetDOOM ... PlanetBattlefield FilePlanet Daily Download Asheron's Call: Dark Majesty Special Offer Special Features Most Wanted Games of 2004 What 40 games made our most sought after titles of '04? Find out! GameSpy Grudge
    Which Wins?
    view commentary first
    Pandora Tomorrow Far Cry
    Most Popular Video Games
  • Xbox Game Sys (Xbox) Lowest Price PlayStation 2 With Network Adapter and ATV 2 Offroad Fury (PS2) Lowest Price Halo 2 (Xbox) Lowest Price Xbox Special Edition Green Console with Halo (Xbox) Lowest Price Gran Turismo 4 (PS2) Lowest Price
  • Powered By PriceGrabber
    Tim Sweeney of Epic Games:
    A Critical Look at Programming Languages

    All this week GameSpy is opening the doors and lending an open microphone to some of the brains behind our favorite games. Find out what they have to say about the current state of gaming and its future.
    Edited By - Dave "Fargo" Kosak , Illustrations by Penny Arcade
    Tim Sweeney, Lead Programmer and Co-Founder, Epic Games

    120. XO(TM) Web Site Hosting
    As a Boston based consulting firm Application programming Solutions specializes in the design and development of Distributed Enterprise Applications.
    http://www.apps-inc.com/sys-tmpl/door/
    www.apps-inc.com Not Available
    The domain www.apps-inc.com which you are trying to access is currently unavailable. This may occur for several reasons the name may have changed, or it may have moved to a new location. Please try to access the site later, or contact the site's administrator.

    Page 6     101-120 of 194    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | Next 20

    free hit counter