The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal
  New Listings
New Listings
Most Popular
Most Popular
Top Rated
Top Rated
Discussion
Discussion
Link to Us!
Link To Us
Search For:         
   
 
Sponsors


Categories

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Ruby on Rails
Tools and Utilities
Web Hosting
XML

Sponsor Links


Home :: C and C++ :: Tips and Tutorials :: Programming in C and C++
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 43    Displaying: 21 - 40 Pages:   1 2 3

   A Comparative analysis on GNU C++ versus Forte C++ compiler for Solaris bas   Hits: 1290 

 
This document describes a quantitative & qualitative comparison of Forte & GNU C++ compiler. We begin by discussing the advantages and disadvantages of both the compilers. These compilers are then compared, and analyzed for conformance to ISO C++ standard, execution speed , executable size, compile time, productivity, binary code compatibility & integration with third party products.


Free   Version: n/a   Platform(s): n/a   Updated: Sat Jan  7 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Experts Advice - C-C++   Hits: 1011 

 
If you have any Queries related to C-C++ programming you can ask the expert and they will help you out for the problem or will refer you to some other sites where you can find the solution to your problem.


Free   Version: n/a   Platform(s): linux, windows   Updated: Tue Mar  8 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

    Using TinyXML with Visual C++ - A "How To" eBook   Hits: 3299 

 
Would you like to know how to create XML-enabled applications using Visual C++ with TinyXML? What is TinyXML? TinyXML is a simple, small C++ XML parser that can be easily integrated into your applications. Are you looking for a way to create compact and yet very powerful applications with built-in XML parsing capabilities without having to use other heavy-weight bloated XML parsers? You will have full control over the size of your XML-enabled applications without having to use external DLLs and other bloated libraries. Are you a shareware programmer having trouble finding a XML parser that suits your unique needs? Why not use TinyXML? If you answered "Yes" then download this sample eBook to see what it can do for you.


Commercial   Version: 1.0   Platform(s): windows   Updated: Fri Aug  5 2005

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Graphics.h - C Language Reference   Hits: 1784 

 
Graphics programming in C Language is discussed rarely. This tutorial discusses some important functions of graphics.h in C Language, at the end there is a simple program to demonstrate the use of graphics functions.


Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon May 19 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (1) Visitor Ratings

   Arrays in C language   Hits: 2612 

 
A tutorial covering array declaration, accessing array elements, entering data, initializing arrays, and multidimentional arrays. This tutorial also includes code examples for demonstration.


Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Oct  6 2008

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Industrial Strength C++   Hits: 692 

 
This free ebook defines a C++ coding standard that should be valid and usable for almost all programmers. ISO 9000 as well as the Capability Maturity Model (CMM) states that coding standards are mandatory for any company with quality ambitions. Developing such a coding standard is, however, a non-trivial task, particularly for a complex multi- paradigm language like C++. In this ebook we give you a good start for a programming standard for a particular company or project. Such a standard is often written by the most experienced programmers in a company. If a quality manager responsible for the development of such a standard instead select this book as the base for the coding standard, experienced programmers can be relieved from this arduous task and instead continue to do what they prefer to do, designing the company products. This ebook should also be of great interest for quality aware C++ programmers trying to find ways of improving their code.


Version: n/a   Platform(s): n/a   Updated: Sat Dec  8 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Functions in C Language   Hits: 2689 

 
This tutorial covers how to write simple functions in C language. Then how to pass values to the functions, functions signaure and its return types etc.


Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Jun 14 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Introduction to Classes in C++   Hits: 2583 

 
To create more advanced and complete objects, C++ allows you to group these identifiers and create Classes. We will cover how to Define & declare a class, initialize a class, its constructors and destroctors, class member functions & private functions and finally how to declare objects from a class.


Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Jun 14 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Object Oriented Programming (OOP)   Hits: 2410 

 
This Tutorial teaches you Object Oriented Programming from scratch.


Version: n/a   Platform(s): n/a   Updated: Sun Feb  5 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Accessing Private Data Members in Classes   Hits: 1892 

 
This code shows you how to access private data members in classes without using the friend keyword.


Version: 1.0   Platform(s): linux, windows, freebsd   Updated: Sun Feb  5 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Function and Class Templates Tutorial   Hits: 1857 

 
This tutorial shows you how to reduce typing, reuse code and speed up development using Templates.


Version: 1.0   Platform(s): windows   Updated: Sun Feb  5 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Polymorphism in C++ with Disassembly Proof   Hits: 1532 

 
Shows how to combine inheritance with virtual functions to make the most of polymorphism. ALSO CONTAINS PROOF OF EXISTENCE OF VIRTUAL TABLES AND HOW COMPILER IMPLEMENTS THEM WITH THE HELP OF DISASSEMBLED LISTINGS.


Version: 1.0   Platform(s): windows   Updated: Sun Feb  5 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Producing Random Numbers   Hits: 1926 

 
This tutorial shows you how to produce random numbers using the rand and srand functions.


Version: n/a   Platform(s): n/a   Updated: Sat Feb  4 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   C++ Reference Sheet (Cheat Sheet)   Hits: 3339 

 
The following is NOT a C++ Tuturial, it is more or less a cheat-sheet reference for beginers.


Version: n/a   Platform(s): n/a   Updated: Sat Nov 26 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Program Library HOWTO   Hits: 488 

 
tutorial/howto about programming and using static, dynamic and shared libraries on GNU Linux


Version: n/a   Platform(s): linux, freebsd   Updated: Mon Nov  8 2004

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Understanding C++ data types   Hits: 2363 

 
Data types can be a little tricky sometimes, and difficult to understand, this book explains how data types work, and also shows you how to use them by giving examples. Even someone with an IQ under 25 can understand C++ data types using this book.


Version: 1.0   Platform(s): windows   Updated: Mon Oct 18 2004

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Polymorphism in C++   Hits: 415 

 
This Tutorial also includes a V_TABLE Proof by going into the Disassembled Listing of a Program that we create that uses Polymorphism.


Version: n/a   Platform(s): windows   Updated: Mon Oct 18 2004

Listing Details
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Transforming a string into ASCII   Hits: 1889 

 
Transforming a string into ASCII code using int() and the 'while' loop. Good for beginners in programming and C++.


Version: n/a   Platform(s): n/a   Updated: Tue Jun  1 2004

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Platinum Player - A Cool CD-Player with Skin Support in Dev-C++   Hits: 1571 

 
Platinum Player is a Cool Advanced CD-Player that features Full Skin Support! It contains all of the basic features as a regular CD Player like Previous, Next, Pause, Play, Stop, Eject, Playlist, and more... It contains some advanced features as well suchas "Set as Default CDPlayer, Repeat Track (Song), Repeat Disc, Always on Top, Key Shortcuts, and more..." This CDPlayer was Written and Programmed By Michael J. Hardy using Dev-C++ v5 Beta 8. It has been fully Tested By Mike Hardy's Wife (Kara L. Hardy) and has been Rated a 10/10 from Programmers Heaven. Please Download the Source and the program Email Mike Hardy at scoobyto@fidnet.com and give him your oppinions...


Version: v2.1 (Freeware)   Platform(s): Win 95/98/NT/ME   Updated: Thu Dec  4 2003

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   n to rn converter   Hits: 1475 

 
This tutorial pertains to people who're really bogged down with those files which are in one straight line, and ofcourse which are opened in notepad. The reason is \n can't be understood by Notepad and hence needs to \r\n'd. This tutorial shows you how to do that exactly.


Version: n/a   Platform(s): n/a   Updated: Sat Oct  4 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

  Total: 43    Displaying: 21 - 40 Pages:   1 2 3

Share


Register | FAQ/Support | Contact Us | About Us | Getting Rated | Link to Us | Bookmark Us | Advertising Info | Terms of Use | Privacy Policy
Copyright © 2008 iNET Interactive. All rights reserved.
Other iNET Interactive Sites:
Web Hosting Talk | dBForums | Mac Forums | Hosting Catalog