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 41-60 of 124
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
Views2313
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
Views1676
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
Basic features of C Language
The C programming model is that the programmer knows exactly what they want to do and how to use the language constructs to achieve that goal. The language lets the expert programmer express what they want in the minimum time by staying out of their way.
(45 ratings)
Reviews0
PriceFree
Views7086
Producing Random Numbers
This tutorial shows you how to produce random numbers using the rand and srand functions.
(0 ratings)
Reviews0
PriceFree
Views2950
LTFCrypt
posted byauthorinSecurity
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 cryptography library, to build your own file encryption program. Supported ciphers: aes, blowfish, xtea, rc5, rc6, safer+, twofish, safer-k64, safer-sk64, safer-k128, safer-sk128, rc2, des, 3des, cast5, noekeon, skipjack, khazad, and anubis. In this example source codes, the symmetric block cipher chaining mode used is CTR (Counter Mode). However, LibTomCrypt also has support for other modes such as CFB, OFB, ECB, CBC.
(3 ratings)
Reviews0
PriceUSD 24.95
Views2723
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
An introduction to pointers in C++
Pointers, from a beginner�s standpoint, can be an intimidating feature of c++. However they are also very useful which makes them an important feature to learn.
(6 ratings)
Reviews0
PriceFree
Views2265
A Tutorial On Recursion
This is my first tutorial and it will focus on the basics of recursion in C/C++
(6 ratings)
Reviews0
PriceFree
Views3318
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
Object Oriented Programming (OOP)
This Tutorial teaches you Object Oriented Programming from scratch.
(3 ratings)
Reviews0
PriceFree
Views3424
Building Web Based N-Tier Applications using C#
This article explores the N-tier and Distributed Application Architecture. Over the last decade, the way applications are designed has evolved and come a long way. We have stand-alone applications, server based applications, client server applications, web based applications, n-tier applications, distributed applications, Peer-to-peer apps, service-oriented Architectures, component based Development and the list goes on. This article discusses the advantages, disadvantages of n-tier applications and methods to implement web based n-tier Applications using C#, .NET
(7 ratings)
Reviews1
PriceFree
Views4029
Multithreading in C++
Multithreading is growing in importance in modern programming
(16 ratings)
Reviews0
PriceFree
Views6183
Cprogramming.com: Your Resource for C and C++ Programming
Cprogramming.com is a web site designed to help you learn the C or C++ programming languages, and provide you with C and C++ programming language resources. The Getting Started with the C++ language section gives advice about learning C or C++. Learn from C and C++ language tutorials, or test your programming knowledge with programming quizzes including the C++ MegaQuiz.
(6 ratings)
Reviews0
PriceFree
Views2173
MyNotes, a MFC MySQL++ client example source codes
Would you like to know how to create MySQL client applications using Visual C++ with MySQL++ class library? What is MySQL? The MySQL database server is the world's most popular open source database. Its MySQL++ C++ class library allows you to easily create clients that accesses the database, either on a local computer, LAN or the Internet. If you are looking for a full example source code for a complete MFC C++ program that uses the MySQL++ class library to access a MySQL database, then this package is for you.
(4 ratings)
Reviews1
PriceUSD 19.95
Views5372
MyBooks, a MFC MySQL client example source codes
Would you like to know how to create MySQL client applications using Visual C++ with MySQL C API? What is MySQL? The MySQL database server is the world's most popular open source database. Its C API allows you to easily create clients that accesses the database, either on a local computer, LAN or the Internet. If you are looking for a full example source code for a complete MFC C++ program that uses the MySQL C API to access a MySQL database, then this package is for you.
(6 ratings)
Reviews0
PriceUSD 19.95
Views4160
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
Views4090
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
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
Views2872
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
Results 41-60 of 124