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

Results 101-120 of 124
C Programming - Managing Input and Output Operations
In this tutorial you will learn about Single character input output, String input and output, Formatted Input For Scanf, Input specifications for real number, Input specifications for a character, Printing One Line, Conversion Strings and Specifiers, Specifier Meaning.
(0 ratings)
Reviews0
PriceFree
Views1768
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.
(0 ratings)
Reviews0
PriceFree
Views1455
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.
(0 ratings)
Reviews0
PriceFree
Views1677
C Programming - Constants and Variables
In this tutorial you will learn about Character Set, C Character-Set Table, Special Characters, White Space, Keywords and Identifiers, Constants, Integer Constants, Decimal Integers, Octal Integers, Hexadecimal integer, Real Constants, Single Character Constants, String Constants, Backslash Character Constants [Escape Sequences] and Variables.
(0 ratings)
Reviews0
PriceFree
Views1547
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.
(0 ratings)
Reviews0
PriceFree
Views2069
Producing Random Numbers
This tutorial shows you how to produce random numbers using the rand and srand functions.
(0 ratings)
Reviews0
PriceFree
Views2950
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 products.
(0 ratings)
Reviews0
PriceFree
Views1846
Industrial Strength C++
This free ebook defines a C++ coding standard that should be valid and usable for almost all programmers. ISO 9000 as well as the Capability Maturity Model (CMM) states that coding standards are mandatory for any company with quality ambitions. Developing such a coding standard is, however, a non-trivial task, particularly for a complex multi- paradigm language like C++. In this ebook we give you a good start for a programming standard for a particular company or project. Such a standard is often written by the most experienced programmers in a company. If a quality manager responsible for the development of such a standard instead select this book as the base for the coding standard, experienced programmers can be relieved from this arduous task and instead continue to do what they prefer to do, designing the company products. This ebook should also be of great interest for quality aware C++ programmers trying to find ways of improving their code.
(0 ratings)
Reviews0
PriceFree
Views1269
Using the Deque class in Recursive Algorithms
This snippet focuses on the uses of the STL deque class in a recursive algorithm, namely to solve a maze.
(0 ratings)
Reviews0
PriceFree
Views1984
Function and Class Templates Tutorial
This tutorial shows you how to reduce typing, reuse code and speed up development using Templates.
(0 ratings)
Reviews0
PriceFree
Views2586
One Source Code,different Results, MACROS v/s FUNCTIONS
his one's basically shows that MACROS when used in different compilers can give different results. This one teaches you to analyse C++ code and read it in Assembly and draw Conclusions about the results. Really interesting if you read it completely...
(0 ratings)
Reviews0
PriceFree
Views2402
Count Instances of Process or Application in C/C++
This article describes how to count the number of instances of a process that are currently running on the system. It is written in C++ for Windows, but could be ported to other systems and languages easily. (Linux, Visual Basic/VB, C, Unix, MacOS) The system just needs to support interprocess semaphores. The idea can be extended to count any resource, such as a thread, file, data structure, or network object.
(0 ratings)
Reviews0
PriceFree
Views1449
Program Library HOWTO
tutorial/howto about programming and using static, dynamic and shared libraries on GNU Linux
(0 ratings)
Reviews0
PriceFree
Views971
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.
(0 ratings)
Reviews0
PriceFree
Views1208
Introducing the 'for' loop
A short tutorial introducing the 'for' loop, good for C++ newbies and programming beginners.
(0 ratings)
Reviews0
PriceFree
Views1408
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
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
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
Views2079
Casting in C++
The new C++ standard is full of powerful additions to the language: templates, run-time type identification (RTTI), namespaces, and exceptions to name a few. This tutorial discusses one of the minor extensions: the new C++ casting operators.
(0 ratings)
Reviews0
PriceFree
Views2419
An introduction to C
This tutorial starts with the basics, and goes through the most important concepts in C. A nice tutorial for beginners in C/C++.
(0 ratings)
Reviews0
PriceFree
Views3175
Results 101-120 of 124