Programmer's Heaven - For C C++ Pascal Delphi Visual Basic Assembler C# .Net java JSP ASP ASP.NET Javascript developers!

Members
Username:

Password:

Auto-login

Register
Why register?
Forgot Password?
Blogs new Blog section
Jobs
Webtools
Message Boards
FAQ
CodePedia
Free Magazines
User search
What's New
Top lists
RSS Feeds RSS Feed

Submit content
Contact Us
Link To Us
Help



Advanced Search
Newsletter
E-mail:


More information
Current area: HOME -> C / C++ -> C++ Tutorials Articles Adds this page to your personal favorites
  C++ Tutorials
64-bits for C++ Developers: from /Wp64 to Viva64
The development of the 64-bit solutions market has given some new tasks in the field of their verification and testing. The article describes one of such tools - Viva64. It's a lint-like static code analyzer assigned for exposure of errors related with the peculiarities of the 64-bit platforms. The prerequisites for the creation of such an analyzer and its connection with the "Detect 64-Bit Portability Issues" regime in C++ compiler Visual Studio 2005 are covered in the article.
Visits: 907 Updated: 2007-10-28  Rating: (Not Rated)  More info & Ratings
A Short Introduction to Problem Solving and Programming
A Short Introduction to Problem Solving and Programming Tutorial in C++ - Qt Designer, Pascal - Delphi, Java - Swing on Windows and Linux
Visits: 2207 Updated: 2007-1-30  Rating: (Not Rated)  More info & Ratings
Advertisment
An Introduction to C++
A beginners guide to c++, consisting of 8 concise chapters for downloading. Also includes instructions on getting and seeting up the Borland compiler.
Visits: 11832 Updated: 2005-6-16  Rating: 
C Source codes
We now start some study corners, where we will try to teach some basics of the computer languages, with analyzing the programming logic and the syntaxes of the same, by providing the worked examples. Hereby we are presenting some basic worked examples, and its executable outputs of C compiler. One can find the downloadable source code and executable files packed in a .zip format in each links.
Visits: 2303 Updated: 2007-5-18  Rating: 
C++ and Object Orientation
This tutorial covers the basics of C++ and Object orientation. - Encapsulation - Data Hiding - Constructors and Destructors as Special Functions of C++ - Dynamic Memory Allocation - Polymorphism and Polymorphic Functions - Overloading Operators
Visits: 9147 Updated: 2005-8-25  Rating: 
C++ From Scratch
This is the first in a series of columns in which we'll explore the fundamentals of C+.
Visits: 17694 Updated: 2001-9-23  Rating: 
C++ From Scratch - Encapsulation
This is the second in a series of columns explores the fundamentals of C++.
Visits: 9648 Updated: 2001-9-23  Rating: 
C++ Program Flow
Usually the code is executed one line at a time in ascending order. Using functions we can disrupt this flow but there are also other tools available, such as "for", "while" and "do while" statements, which allow us to do this in a different way. This tutorial will explain their use by creating a simple program to draw boxes make out of the "|" characters from the console.
Visits: 1246 Updated: 2005-11-13  Rating: (Not Rated)  More info & Ratings
C++ Ripped Apart
C++ tutorial covering computer science background, syntax, data types, operators, type conversion, logical expressions, control structures, formatting output, functions, pointers, arrays, array-type problems, user-defined types, header files, structures, enum types, graphics, classes, function/operator overloading, static variables, and much more. A must read for any student learning C++. Tutorial content derived from college level notes, examples, and projects.
Visits: 8770 Updated: 2003-12-18  Rating: 
C++ tutorials
This tutorial was written for those people who want to learn how to program in C++.
Visits: 77753 Updated: 2001-3-26  Rating: 
Detail about How VPTR and Virtual table works
Assumption: 32-bit Machine. Here I am going to explain How Virtual table, Virtual pointer for Virtual functions are internally working.
Visits: 29 Updated: 2008-3-10  Rating: (Not Rated)  More info & Ratings
How to PING
Introduces Internet Control Message Protocol (ICMP) and how to generate ICMP packets to send a "ping" in C++.
Visits: 7506 Updated: 2004-4-17  Rating: (Not Rated)  More info & Ratings
Introduction to Classes in C++
The data types we have applied so far to our variables were used to identify individual items. To create more advanced and complete objects, C++ allows you to group these identifiers and create a newly defined Class. We will discuss Defining a class, initializing, class members data/functions and how to interact with calss objects.
Visits: 3338 Updated: 2005-8-25  Rating: 
Mouse programming in C/C++
This is an article which describes interfacing of the mouse using C/C++ programming. It contains information about: calling the mouse, hiding the mouse, setting the position of the mouse, restricting the mouse position
Visits: 1079 Updated: 2007-5-18  Rating: 
Object Oriented Programming Concepts
Object oriented programming related terms and oop concepts. A very detailed discussion along related other items!
Visits: 2164 Updated: 2004-11-15  Rating: (Not Rated)  More info & Ratings
OOP C++ Templates Tutorial
This tutorial will teach you how to minimize typing time, debugging time and increase readability using Templates in C++. Both Function and Class Templates are explained.
Visits: 4034 Updated: 2004-1-2  Rating: (Not Rated)  More info & Ratings
OS Development Series
This is a series of on going tutorials developed specifically for beginner systems developers. Its aim is to provide the best and most informative information on developing a basic 32bit graphical operating system using NASM and C++ - Step by Step, and from the ground up. This is a step by step series that is currently in development.
Visits: 75 Updated: 2008-1-9  Rating: (Not Rated)  More info & Ratings
Persistent Data: File Input and Output
Persistence is important, particularly to programmers. Data should be persistent as well; that is, it should survive when the program is finished. This article will show you how to make your data persistent by saving it to a file.
Visits: 936 Updated: 2005-11-13  Rating: (Not Rated)  More info & Ratings
Pointers to C++ Member Functions
How a poorly understood feature of the C++ language can improve the structure and performance of your programs.
Visits: 3342 Updated: 2003-2-22  Rating: (Not Rated)  More info & Ratings
Polymorphism in C++ plus. Machine code implementation
Teaches Polymorphism in C++ Including a special section showing how the compiler implements a virtual table by disassembly of a program that uses Polymorphism.
Visits: 2521 Updated: 2004-7-8  Rating: 
Programming - Other: Callbacks in C++
This text is a direct result of a few tests I did to get a better understanding of typesafe C++ callbacks. There are some excellent texts out there (see the links section), but they are presenting the final solution, without any lead as to why it is that way. More specifically, they point out the problems that their solution is avoiding, but they're not saying why another, more trivial solution, is bad. You'll quickly find out if you try to implement it, or, if you're a C++ expert, it'll be immediately obvious. However, if you're not an expert and have no time to implement, this text may help. I did some implementation work, and this text shows what the results are: instead of presenting the final solution and then explaining it top-down, we'll just work to the final solution by eliminating whatever doesn't work, and adding new desirable features as we go, in other words, building the templates bottom up.
Visits: 2461 Updated: 2004-2-18  Rating: (Not Rated)  More info & Ratings
Programming in C++
C++ tutorial covering comp sci background, syntax, data types, operators, type conversion, logical expressions, control structures, formatting output, functions, pointers, arrays, array-type problems, user-defined types, header files, structures, enum types, graphics, classes, function/operator overloading, static variables, and much more. A must read for anyone learning C++.
Visits: 19736 Updated: 2003-5-26  Rating: 
Some examples of the 64-bit code errors
While porting 32-bit software to 64-bit systems there may appear some errors in the code of applications which were written in C++ language. The cause for these hides in the alteration of the base data types (to be more exact, in the relations between them) with the new hardware platform.
Visits: 772 Updated: 2007-10-28  Rating: (Not Rated)  More info & Ratings
SortKeyToMultiValueContainer C++ Container Template
This article proposes my personal approach to the problem of storing and retrieving data in memory through the lmtl::SortKeyToMultiValueContainer class template. Don't expect to find a replacement of STL, but a class template written to solve a special problem and that can be useful in building generic data structures.
Visits: 1731 Updated: 2004-8-11  Rating: 
Temporary Variables: Chasing Temporaries Away
There are situations in C++ when it is good to return the result of a function by value rather than by reference. There is usually a price to be paid, however...unless the compiler can be made to help.
Visits: 602 Updated: 2005-10-26  Rating: (Not Rated)  More info & Ratings
Temporary Variables: Temporaries Are Not Necessarily Evil
In earlier articles, we learned about the problems the passing of objects by value can cause in C++. Returning objects by value, on the other hand, is not necessarily evil.
Visits: 523 Updated: 2005-10-26  Rating: (Not Rated)  More info & Ratings
The cplusplus.com tutorial
This is a Complete C++ language tutorial Written by Juan Soulié.
Visits: 39087 Updated: 2000-11-3  Rating: 
The forgotten problems of 64-bit programs development.
Though the history of 64-bit systems development makes more than a decade, the appearance of 64-bit version of OS Windows raised new problems in the sphere of development and testing applications. In the article there are considered some mistakes connected with 64-bit C/C++ code development to Windows. The reasons are explained according to which these mistakes didn't find their reflection in the articles devoted to the migration tasks and are unsatisfactorily detected by the majority of static analyzers.
Visits: 6326 Updated: 2007-10-28  Rating: (Not Rated)  More info & Ratings
The WATCOM C/C++ Programmer's FAQ
This a great Watcom C/C++ Frequently Asked question document.
Visits: 6939 Updated: 2001-3-20  Rating: (Not Rated)  More info & Ratings
Who's Afraid of C++? - the WWW version
If you're a programmer in a language other than C++, and want to upgrade your skills, then this book is something for you.
Visits: 18941 Updated: 2001-3-16  Rating: (Not Rated)  More info & Ratings


Found a broken link? Please report it to us.

  See also  
 Files
   C Sourcecode
    Various sourcecode
   C++ Articles & Tutorials
    Textfiles & Tutorials
   C++ Sourcecode
    Various Source
 Articles
   C++ Articles & Tutorials
    Visual C++ Articles
    General C++ Articles
 

Sponsored Links 
Build IT Knowledge with Current & Trusted Content
Helps Employees Develop & Hone New Technical Programming Skills. Sign Up & Get Full Access.
Check Out IT Certification Preparation Materials
Sign Up With SkillSoft & Get Access to Training Materials for Over 50 Professional Certifications.
PureCM Software Configuration Management
Version control and integrated issue tracking - powerful and easy to use. Get your FREE trial now!
CSTSOFT Instrumentation .NET & ActiveX Components
A collection of 13 instrumentation .NET/ActiveX/VCL components including Gauge,Knob,LED,Trend etc.
Software Localization Tool Sisulizer
Localize DotNet, C++ Builder, Delphi, C/C++, Visual Basic & Java apps & html help. Try Sisulizer now
Buy a link now

Advertisement

  Free Magazine  
Free Magazines
eWeek The essential technology information source for builders of e-business....
subscribe now


Newsletter Submit Content About Advertising Awards Contact Us Link to us    
© 1996-2008 Community Networks Ltd All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited. Violators of this policy may be subject to legal action. Please read Terms Of Use and Privacy Statement for more information. Development by ASP.NET Konsult - Synchron Data.