C and C++ Basic to Advance Video Training DVD | Zipri.in
                      C and C++ Basic to Advance Video Training DVD

C and C++ Basic to Advance Video Training DVD

Quick Overview

Rs. on ShopcluesBuy
Product Price Comparison

C Programming is still a very valuable skill - and its also surprisingly easy to pick up. Don't be intimidated by C's reputation as scary - we think this course makes it easy as pie! This course is in Hindi.

Conditional Constructs: If/else and case statements have a surprising number of little details to be aware of. Conditions, and working with relational and logical operators. Short-circuiting and the order of evaluation

Loops: For loops, while and do-while loops, break and continue. Again, lots of little details to get right.

Data Types and Bit Manipulation Operations, again full of little gotchas that interviewers and professors love to test.

Pointers: Memory layout of pointers and variables, pointer arithmetic, arrays, pointers to pointers, pointers to structures, argument passing to functions, pointer reassignment and modification - complete with visuals to help you conceptualize how things work.

Strings: Strings, Character pointers, character arrays, null termination of strings, string.h function implementations with detailed explanations.

Structs and Unions: These seem almost archaic in an Object-Oriented world, but worth knowing, especially in order to nail linked list problems.

Linked lists: Visualization, traversal, creating or deleting nodes, sorted merge, reversing a linked list and many many problems and solutions, doubly linked lists.

IO: Both console and file IO

Typedefs, macros

 

C++ is general purpose, compiled, object-oriented programming language and its concepts served as the basis for several other languages such as Java, Python, Ruby, Perl etc. C++ is not just a powerful programming language. It's also the basis of many other popular languages, so this knowledge will serve you well, even when you're not using C++. 1) This is by far the most comprehensive C++ Programming course you'll find here, or anywhere else. 2) This C++ Programming tutorial Series starts from the very basics and covers advanced concepts as we progress. This course breaks even the most complex applications down into simplistic steps. 3) It is aimed at complete beginners, and assumes that you have no programming experience whatsoever. 4) This C++ Programming tutorial Series uses Visual training method, offering users increased retention and accelerated learning. The goal of this course is to provide you with a working knowledge of C++. We'll start with the basics, including syntax, operators, loops, and functions. This Course will explain you how to use data structures and create your own Functions. This Course will show you the details of the powerful object and template systems so you can create useful classes and objects. Finally, we will cover the unique and powerful Standard Template Library, which provides you with some of the most flexible container classes available anywhere.

 

Bonus - C++ Example Codes and Exercise

Example 1: Write a C++ program to Make Simple calculator

Example 2: C++ program to Arrange 10 Numbers In Ascending Order

Example 3: C++ program to calculate (n, x). 1+ (nx/1!) - (n(n-1)x^2/2!)....

Example 4: Write a C++ program for Matrices

Example 5: Write a C++ program that gets two strings from input and stores them in variable

Example 6: Write a C++ program to Solve Quadratic equation

Example 7: C++ program for Calculation of the Surface and The Volume of a Cone

Example 8: C++ Program to show Fibonacci Series

Example 9: C++ Program to Find Perfect Number

Example 10: C++ program to find prime numbers in a given range

Example 11: C++ program to find Armstrong number

Example 12: C++ program to convert a string into upper-case or lower-case

Example 13: C++ program to find HCF and LCM of two numbers

Example 14: C++ Program for Printing 1 to 1000 without loop

Example 15: C++ example for pass by reference

Example 16: C++ Program to print half Pyramid

 

Example 17: Write a C++ program that can print a temperature conversion