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

New Scripts | C & C++ | Tutorials & Tips

Results 81-100 of 124
C++ Tutorial - Data types
C++ practically offers most of the necessary data types except for a basic data type string. This is a big trouble in C++ without such a good feature. This c++ tutorial will discuss the basic data types necessary for c++ programming.
(3 ratings)
Reviews0
PriceFree
Views1714
Basic C++ functions
Tutorial for understanding the C++ functions. It shows you two functions that return the same result but are coded differently.
(6 ratings)
Reviews0
PriceFree
Views2039
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
Views2412
Introducing the 'for' loop
A short tutorial introducing the 'for' loop, good for C++ newbies and programming beginners.
(0 ratings)
Reviews0
PriceFree
Views1408
Introducing pointers
Pointers represent an important aspect of C++. Although, newbies often get confused with pointers, even those who know other programming languages.
(3 ratings)
Reviews0
PriceFree
Views1566
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.
(6 ratings)
Reviews0
PriceFree
Views2218
Win32 Socket Client
Socket programming in MFC is usually a bit messy. It's always clean and convenient to write the socket programs using Win32. A big advantage writing these programs in Win32 is, we can follow the same model as in any Unix C++ socket program. Also, with each and every new version of Winsock, we don't know how many bugs are going to get added to the development frameworks.
(9 ratings)
Reviews0
PriceFree
Views5144
Loops & Decisions in C language
This tutorial teaches very basics of loops and if-else statements in c language. the following statements are covered in this tutorial. 1- The if statement 2- The if - else statement 3- The conditional operators Looping is also Discussed, this includes: 1- Using a for statement 2- Using a while statement 3- Using a do-while statement
(6 ratings)
Reviews0
PriceFree
Views2638
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
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 still be used as identifiers. Indeed, C# 2.0 adds no new keywords as such keywords could conflict with identifiers in existing code.
(0 ratings)
Reviews0
PriceFree
Views2140
ppC++ documentation
posted byszzzinNetworking
This is a documentation for ppC++ - HTML-embedded C++ preprocessor. This manual is very short and clear, shows all positions of current ppC++ development state. For advanced C/C++ programmers.
(3 ratings)
Reviews0
PriceFree
Views2607
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
Views3079
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
Calculate Distance Between Two Points Using Longitude & Latitude
Tutorial and sample codes to calculate the distance between two locations. Free sample source codes in PHP, ASP, ColdFusion, C/C++, C#, Java, Perl, Visual Basic and Javascript. Longitude and latitude for United States ZIP Code and Canadian Postal Code are available in database subscription.
(0 ratings)
Reviews0
PriceFree
Views3502
Beginner C++ and Allegro Tutorials
This is a series of tutorials being developed for the c++ beginners wanting to create games. It starts from the basics and moves onto more advanced stuff.
(9 ratings)
Reviews0
PriceFree
Views2279
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
Views2639
Hello World - Intro to C++
A quick and dirty introduction to what you need to program in C++. Then takeing you through the Hello World program step by step.
(0 ratings)
Reviews0
PriceFree
Views2078
The Ultimate Introduction to C
This tutorial will guide you through an introduction to C programming. It explains to you what a compiler is and where you can get one for free. It then teaches you how to program in C, learn: Your very first C program, what pointers are and why do we use them, file operations, arrays, conditionals, control structures and much more. A must for anyone wanting to learn C programming.
(3 ratings)
Reviews0
PriceFree
Views2641
A Simple Intro to SDL
This is a simple introduction to making multi-platform games with the SDL.
(21 ratings)
Reviews0
PriceFree
Views6495
Horner's Algorithm
This tutorial will teach you how to run the Horner's algorithm, for number convertion. It converts numbers from specified numeric system into decimal, without using powers, which makes the whole process faster. The tutorial won't explain why these arithmetic calculations do so, but just how to run them.
(16 ratings)
Reviews1
PriceFree
Views3706
Results 81-100 of 124