Active Articles: 2038
Total Categories: 16
Sub Categories:616
C Programming - Expressions | ||||||||
In this tutorial you will learn about Expressin in C programming language - Arithmetic Expressions, Evaluation of Expressions, Precedence in Arithmetic Operators, Rules for evaluation of expression, Type conversions in expressions, Implicit type conversion, Explicit Conversion and Operator precedence and associativity. ... learn more
| ||||||||
| ||||||||
C++ Reference Sheet (Cheat Sheet) | ||||||||
The following is NOT a C++ Tuturial, it is more or less a cheat-sheet reference for beginers. ... learn more
| ||||||||
| ||||||||
C Language - The Preprocessor | ||||||||
In this tutorial you will learn about C Language - The Preprocessor, Preprocessor directives, Macros, #define identifier string, Simple macro substitution, Macros as arguments, Nesting of macros, Undefining a macro and File inclusion. ... learn more
| ||||||||
| ||||||||
C Programming - Linked Lists | ||||||||
In this tutorial you will learn about C Programming - Linked Lists, Structure, Advantages of Linked List, Types of linked list and Applications of linked lists. A linked list is called so because each of items in the list is a part of a structure, which is linked to the structure containing the next item. ... learn more
| ||||||||
| ||||||||
Using TinyXML with Visual C++ - A "How To" eBook | ||||||||
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 ... learn more
| ||||||||
| ||||||||
C++ tutorial on Static functions | ||||||||
Explains the concept of static functions and differences between normal functions and static functions. ... learn more
| ||||||||
| ||||||||
C Programming - Functions (Part-I) | ||||||||
In this tutorial you will learn about C Programming - Functions (Part-I) Functions are used in c for the following reasons, Function definition, Types of functions, Functions with no arguments and no return values, Functions with arguments but no return values, Functions with arguments and return values, Return value data type of function and Void ... learn more
| ||||||||
| ||||||||
C++ tutorial on arrays | ||||||||
C++ Arrays are the data structures which can be used to store consecutive values of the same data types. Check the URL for the complete explanation on C++ Arrays. ... learn more
| ||||||||
| ||||||||
C# Version 2.0 Specification | ||||||||
C# 2.0 introduces several language extensions, the most important of which are Generics, Anonymous Methods, Iterators, and Partial Types. The language extensions in C# 2.0 were designed to ensure maximum compatibility with existing code. For example, even though C# 2.0 gives special meaning to the words where, yield, and partial in certain contexts, these words can ... learn more
| ||||||||
| ||||||||
LTFCrypt | ||||||||
Would you like to use C++ to build your own file encryption program? This real-world example source code package contains a fully functional program that encrypts and decrypts text or binary files. This is an easy way for you to learn how to use Visual C++ with LibTomCrypt, a public domain and an ISO C ... learn more
| ||||||||
| ||||||||
C Programming - An Overview | ||||||||
In this tutorial you will learn about C Programming Lanuage, Overview of C, Sample program - Printing a message, Executing a C Program and Basic structure of C programs. ... learn more
| ||||||||
| ||||||||
C Programming - Operators | ||||||||
In this tutorial you will learn about Operators, Arithmetic operators, Relational Operators, Logical Operators, Assignment Operators, Increments and Decrement Operators, Conditional Operators, Bitwise Operators and Special Operators. ... learn more
| ||||||||
| ||||||||
C++ Tutorial on Copy constructors | ||||||||
C++ Copy constructor is a constructor function with the same name as the class used to make deep copy of objects. There are 3 important places where a copy constructor is called. ... learn more
| ||||||||
| ||||||||
C++ dynamic array template class | ||||||||
This article provides example of dynamic array implementation using C++ templates. It uses standard malloc/realloc memory allocation functions and simple "doubling size" resizing strategy. Our AeDynArray class interface resembles MFC standard CArray class, but uses only standard C libraries. ... learn more
| ||||||||
| ||||||||
C Programming - Data Types | ||||||||
In this tutorial you will learn about C language data types, Primary data type, Integer Type, Floating Point Types, Void Type, Character Type, Size and Range of Data Types on 16 bit machine, derived data type, Declaration of Variables, User defined type declaration, Declaration of Storage Class, auto, static, extern, register, Defining Symbolic Constants, Declaring ... learn more
| ||||||||
| ||||||||
Accessing Private Data Members in Classes | ||||||||
This code shows you how to access private data members in classes without using the friend keyword. ... learn more
| ||||||||
| ||||||||
A Comparative analysis on GNU C++ versus Forte C++ compiler for Solaris bas | ||||||||
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 ... learn more
| ||||||||
| ||||||||
C Programming - File Management | ||||||||
In this tutorial you will learn about C Programming - File management in C, File operation functions in C, Defining and opening a file, Closing a file, The getw and putw functions, The fprintf & fscanf functions, Random access to files and fseek function. ... learn more
| ||||||||
| ||||||||
Platinum Player - A Cool CD-Player with Skin Support in Dev-C++ | ||||||||
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 ... learn more
| ||||||||
| ||||||||
MySQL and C# | ||||||||
If you’ve installed it, launch your C# compiler/IDE. Next, open the project you want to add MySQL support to. Now, go to the Project menu => Add Reference. Under the .NET tab look for MySQL.Data under “Component Name.†Click “OK†and were are ready to start coding. ... learn more
| ||||||||
| ||||||||
