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

Top Rated Scripts | C & C++ | Tutorials & Tips | Programming in C & C++

Results 1-20 of 50
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
Views2253
learn programming 123
A step by step tutorial on programming in c and c++. Topics covered: Introduction to C/C++ Compilers, Input and Output and Libraries, Using Different Data Types, Initialise Variables and Arithmetic Operators, Declaring Constants and Preprocessor Directives, Comments, Errors, clrscr(), writing good readable programs, One Dimensional Arrays and Strings, Relational Operators, the switch statement and use of indentation, for Loops, while and do...while Loops, Functions and Local and Global Variables.
(3 ratings)
Reviews0
PriceFree
Views2635
Transforming a string into ASCII
Transforming a string into ASCII code using int() and the 'while' loop. Good for beginners in programming and C++.
(3 ratings)
Reviews0
PriceFree
Views2408
Polymorphism in C++
This Tutorial also includes a V_TABLE Proof by going into the Disassembled Listing of a Program that we create that uses Polymorphism.
(3 ratings)
Reviews0
PriceFree
Views786
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
Views2308
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
Views3678
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
Views16939
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
Views1560
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
Views2063
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
Views2865
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
Views3068
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
Views8208
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
Views4084
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
Views2359
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
Views3928
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
Views1653
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
Views4445
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
Views5326
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
Views1903
Object Oriented Programming (OOP)
This Tutorial teaches you Object Oriented Programming from scratch.
(3 ratings)
Reviews0
PriceFree
Views3418
Results 1-20 of 50