Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

C++ tutorial code samples for those who want to start learning the language

Notifications You must be signed in to change notification settings

sinairv/Cpp-Tutorial-Samples

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Tutorial Samples

This repository contains C++ sample codes that I adopted from various sources to help instruct programming in C++ in 2005. These samples try to help newcomers quickly find an appropriate pattern for solving their programming problems. Also they can quickly find out how a certain language construct, or a popular function is generally used.

These samples are by no means complete, nor free from deficiencies. Feel free to make them complete or introduce them to more C++ newbies or teachers. The samples cover only the standard/ISO C++ language.

To access or contribute the most recent modifications of these samples, find their github repository here: https://github.com/sinairv/Cpp-Tutorial-Samples

Running the Samples

Each sample has a separate folder of its own, and is usually in a file named Prog.cpp. If you want to build a sample with Microsoft Visual Studio, then you need to create a project and copy the sample into that project by your own.

However there's a Makefile in each directory, which makes the process of building and running the samples easier in Linux/Unix and Cygwin. In order to build each sample, simply cd to its directory and run make to build the required executable. Run make clean to clean-up your directory. Also make full, first cleans and then rebuilds each sample.

References

Beside several Internet sources, the following are the main references that I used during the course of creating these samples. Most of the samples are adopted from the first reference. Even many of the comments are quoted from it. I strongly recommend studying the first reference, if you are learning C++ as a first programming language.

[1] H. Deitel and P. Deitel, C++ How to Program, 5th ed. Prentice Hall, Jan. 2005.

[2] B. Stroustrup, The C++ Programming Language, 3rd ed. Addison-Wesley Professional, Jun. 1997.

[3] H. Schildt, C++: The Complete Reference, 4th ed. McGraw-Hill Osborne Media, Nov. 2002.

About

C++ tutorial code samples for those who want to start learning the language

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.