Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Most Popular Scripts | C & C++ | Tutorials & Tips | Programming in C & C++

Results 1-20 of 50
Data Structures in C++
This tutorial teaches how to implement Data Structures as classes using C++. Stacks,Queues,Circular Queues,Linked Lists,Stacked Linked List,Queued Linked List,Circular Linked List,Double Linked List and Binary Trees are explained.
(66 ratings)
Reviews0
PriceFree
Views16954
Graphics.h - C Language Reference
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.
(49 ratings)
Reviews1
PriceFree
Views8213
Understanding C++ data types
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.
(42 ratings)
Reviews0
PriceFree
Views3077
Functions in C Language
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.
(36 ratings)
Reviews0
PriceFree
Views5329
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.
(21 ratings)
Reviews0
PriceFree
Views3681
Introduction to Classes in C++
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.
(21 ratings)
Reviews0
PriceFree
Views3937
Arrays in C language
A tutorial covering array declaration, accessing array elements, entering data, initializing arrays, and multidimentional arrays. This tutorial also includes code examples for demonstration.
(15 ratings)
Reviews0
PriceFree
Views3480
Experts Advice - C-C++
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.
(9 ratings)
Reviews0
PriceFree
Views1564
C Programming - Structures and Unions
In this tutorial you will learn about C Programming - Structures and Unions, Giving values to members, Initializing structure, Functions and structures, Passing structure to elements to functions, Passing entire function to functions, Arrays of structure, Structure within a structure and Union.
(9 ratings)
Reviews0
PriceFree
Views2363
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 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.
(9 ratings)
Reviews0
PriceUSD 14.95
Views4089
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.
(9 ratings)
Reviews0
PriceFree
Views1656
C++ Reference Sheet (Cheat Sheet)
The following is NOT a C++ Tuturial, it is more or less a cheat-sheet reference for beginers.
(9 ratings)
Reviews0
PriceFree
Views4449
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. This type of list is called a linked list since it can be considered as a list whose order is given by links from one item to the next.
(9 ratings)
Reviews0
PriceFree
Views2806
A Critique of C++
An intermediate tutorial designed for experienced C++ programmers.
(8 ratings)
Reviews0
PriceFree
Views3610
C Programming - Dynamic Memory Allocation
In this tutorial you will learn about C Programming - Dynamic Memory Allocation, Dynamic memory allocation. Memory allocations process, Allocating a block of memory, Allocating multiple blocks of memory, Releasing the used space and To alter the size of allocated memory.
(6 ratings)
Reviews0
PriceFree
Views2256
Accessing Private Data Members in Classes
This code shows you how to access private data members in classes without using the friend keyword.
(6 ratings)
Reviews0
PriceFree
Views2870
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 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 [email protected] and give him your oppinions...
(6 ratings)
Reviews0
PriceFree
Views2066
qsort: sorting array of strings, integers and structs
qsort() is standard C function for sorting arrays. It is defined by ISO C standard, and implemented in most C/C++ standard libraries(stdlib.h). This article contains an example of using qsort() for sorting integers, strings and structs.
(6 ratings)
Reviews0
PriceFree
Views1907
C Programming - Pointers
In this tutorial you will learn about C Programming - Pointers, Pointer declaration, Address operator, Pointer expressions & pointer arithmetic, Pointers and function, Call by value, Call by Reference, Pointer to arrays, Pointers and structures, Pointers on pointer.
(6 ratings)
Reviews0
PriceFree
Views1726
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 Variable as Constant and Volatile Variable.
(3 ratings)
Reviews0
PriceFree
Views2312
Results 1-20 of 50