MYCPLUS – C and C++ Programming Resources
This website is developed to help anyone who wants to learn C/C++ programming. There are plenty of resources for learners such as tutorials, source code, library references, programming syntax and C/C++ programming interview questions.
RECENT ARTICLES

Shell Sort Algorithm
Shell Sort Algorithm sorts elements in array at a specific interval. At first, it sorts the elements that are away from each other and successively reduces the interval between them. Shell Sort is named after Donald Lewis Shell who initially wrote it in a research paper called A High-Speed Sorting Procedure.

Tips to Improve Data Security
Data security is more important than ever in this day and age. To help you improve your data security, here are some practical steps from Lock Boss to implement today.

4 Games That Could Be The Next Big Game In Streaming
In 2020, Among Us showed us your game doesn’t have to be a revolutionary concept, be full of flashy graphics, have ray-tracing level fidelity, or even that much gameplay for that matter. It just has to be the right idea at the right time.

Double Pointer (Pointer to Pointer) in C
A pointer can be declared to point to another pointer which points to a variable. Here, the first pointer contains the address of the second pointer. The second pointer points to an actual memory location where the data is stored, i.e. a variable. That’s the reason why we also call such pointers as double pointers.

No Experience Needed: 5 Steps to Landing an AWS Cloud Career from Scratch
Whatever situation you are in, don’t worry: you can land a lucrative AWS cloud career without any prior experience. This quick guide will show you five steps to take when going down this career path.
C Programming Tutorials
C programming tutorials include language constructs, file handling, union and structures, pointers and data structures.
C# Programming Tutorials
C# Tutorials include .NET introduction, basic constructs, working with name spaces and exception handling.
Programming FAQs
It includes General Programming language and scripting language Questions, C and C++ Programming Questions, Java Programming Questions and Direct-X Programming Questions
Object Oriented Programming
Object oriented concepts include polymorphism, inheritance, classes/objects, Encapsulation, Data hiding and overloading.
C++ Programming Tutorials
C++ programming tutorials include basics, oop concepts, lecture notes, memory management and exception/handling.
Programming Styles
Tutorials Linux kernel coding styles, indian hill C coding styles and standards, GNU coding styles and standards.
Data Structures
There are two types of data structures available to C/C++ programmers. One is already built-in and other is complex data structures that can be implemented using built in data types.
Algorithm Programming
Data Structures and Algorithm Analysis, Binary Search Tree implementation, sorting and standard template library.
The C Programming Language (2nd Edition)
This book provides the complete guide to ANSI standard C language while showing how to take advantage of C’s rich set of operators, expressions, improved control flow, and data structures. Most importantly, it’s co-written by Dennis M. Ritchie, creator of C programming language.
Programming Resources
Here we have compiled the best resources in learning C and C++ programming that you can find.
C Source Code
C source code include small programs to understand different concepts.
C++ Source Code
C++ codes include small programs to understand basic C++ concepts.
Free Utilities
Free utilities are small applications written in different programming languages.
Programming Books
This section includes list of programming books on numbers of programming topics.
Programming Tips
C/C++ programming tips on different topics. It also includes blog posts.
The C++ Programming Language (4th Edition)
The book provides complete guide to C++ language, its features, and the design techniques used. It is authored by the creator of C++ himself, Bjarne Stroustrup. This is the new edition of the world’s most trusted and widely read guide to C++. It has also been comprehensively updated for the long-awaited C++11 standard.