Vous êtes sur la page 1sur 3

C Programming Tutorial MP4 | 1,8 GB The Author: have experience over 10 years in programming with C.

to who want to ask about anything for this tutorials and ask the author himself, go to the link above and contact with him easily. Content: # 0 Compiler Installation [HD] Views: 6622 | 9:36 min. This is first of the series of tutorials covering the entire course of Programmi ng In C Language. This tutorial basically gets you started by downloading and in stalling a FREE C/C++ compiler and Integrated Development Environment (IDE) call ed Dev-C++. This environment will be used in all the subsequent classes in this course. # 1 Introduction This tutorial gives It also covers the so creates the very Program. # 1 Introduction This tutorial gives It also covers the so creates the very Program. Part 1 [HD] Views: 4097 | 9:35 min. an introduction to different types of programming languages. definition of Compilers, Interpretors, Assemblers etc. It al first C Program thereby showing the structure of a simple C Part 2 [HD] Views: 3446 | 9:10 min. an introduction to different types of programming languages. definition of Compilers, Interpretors, Assemblers etc. It al first C Program thereby showing the structure of a simple C

# 2 Binary Number System Part 1 [HD] Views: 3050 | 8:43 min. This tutorial covers the binary number system in detail. This is not specific to C Programming Language but it will surely help understand some of the other fea tures of C Programming later in the subsequent classes. # 2 Binary Number System Part 2 [HD] Views: 2762 | 8:21 min. [Part 2] This tutorial covers the binary number system in detail. This is not sp ecific to C Programming Language but it will surely help understand some of the other features of C Programming later in the subsequent classes. # 3 Constants, Variables and Types [HD] Views: 3043 | 8:46 min. In this tutorial we cover some of the basic elements a programming language tants, variables and types. # 4 Operators [HD] Views: 2700 | 9:31 min. In this tutorial we cover some of the operators in C. # 5 More on Variables [HD] Views: 2162 | 7:40 min. In this tutorial I provide more information on variable declaration and initiati on. This tutorial is the continuation of the previous tutorials in which I discu ss constants, variables and types. # 6 Outputting Part 1 [HD] Views: 2453 | 9:20 min. This tutorial discusses the ways to output messages and variables. # 6 Outputting Part 2 [HD] Views: 2017 | 8:58 min. [Part 2]This tutorial discusses the ways to output messages and variables. This is the continuation of the previous tutorial, be sure to watch that one first. # 7 Inputting Part 1 [HD] Views: 2267 | 9:32 min. This tutorial discusses ways to input various types of variables. # 7 Inputting Part 2 [HD] Views: 1982 | 9:30 min. [Part 2] This tutorial discusses ways to input various types of variables. This is continuation of the previous tutorial so be sure to watch that one first. cons

# 8 Conditions [HD] Views: 2239 | 9:31 min. This tutorial explains the conditions and relational operators in C. # 9 if statement Part 1 [HD] Views: 2245 | 9:30 min. This tutorial explains the use of conditions in the if statement. # 9 if statement Part 2 [HD] Views: 2007 | 8:21 min. [Part2] This tutorial explains the use of conditions in the if statement. # 10 if-else statement [HD] Views: 1916 | 9:37 min. This tutorial extends the if statement to if-else statement. # 11 if-else if statement [HD] Views: 2099 | 8:25 min. This tutorial extends the if statement even further to if-else if statement. # 12 while Loop Part 1 [HD] Views: 2225 | 8:36 min. This tutorial explains the working of the while loop. # 12 while Loop Part 2 [HD] Views: 2008 | 9:43 min. [Part 2] This tutorial explains the working of the while loop. # 13 for Loop [HD] Views: 2058 | 9:24 min. This tutorial explains the working of the for loop. # 14 do-while loop Part 1 [HD] Views: 1869 | 9:22 min. This tutorial describes the working of do-while loop. This tutorial also explain s how to choose between different kinds of loops based on your problem. # 14 do-while loop Part 2 [HD] Views: 1800 | 9:36 min. [Part 2] This tutorial describes the working of do-while loop. This tutorial als o explains how to choose between different kinds of loops based on your problem. # 15 switch statement Part 1 [HD] Views: 1993 | 8:53 min. In this tutorial you will learn about the switch statement and how it is used. # 15 switch statement Part 2 [HD] Views: 1882 | 9:44 min. [Part 2]In this tutorial you will learn about the switch statement and how it is used. # 16 Concept of Arrays [HD] Views: 3154 | 7:36 min. This tutorial explains the concept of arrays in programming languages. It also s hows how to declare and access the arrays in C. # 17 More on Arrays Part 1 [HD] Views: 2580 | 9:10 min. This tutorial continues to cover arrays in more detail. In this tutorial we writ e a small program that demonstrates the creation and use of arrays. # 17 More on Arrays Part 2 [HD] Views: 2699 | 9:40 min. [Part 2] This tutorial continues to cover arrays in more detail. In this tutoria l we write a small program that demonstrates the creation and use of arrays. # 18 Concept of Strings [HD] Views: 2796 | 9:04 min. In this tutorial we discuss the concept of Strings, how they can be visualized i n memory and how they are null terminated. # 19 More on Strings Part 1 [HD] Views: 2501 | 9:45 min. In this tutorial we continue to talk about Strings, how they are used in C progr amming and how they are input and output.

# 19 More on Strings Part 2 [HD] Views: 2529 | 9:26 min. [Part 2] In this tutorial we continue to talk about Strings, how they are used i n C programming and how they are input and output. # 20 Structures Part 1 [HD] Views: 3829 | 9:27 min. This tutorial discusses about how to create structures using structs in C. It al so talks about how to access the members of a struct. # 20 Structures Part 2 [HD] Views: 4386 | 9:34 min. [Part 2] This tutorial discusses about how to create structures using structs in C. It also talks about how to access the members of a struct. # 21 Concept of Pointers Part 1 [HD] Views: 3469 | 9:38 min. This tutorial introduces the concept of pointers. It first starts with showing a visualization of the computer memory and how the bytes are addressed. It then e xplains the concept of pointers and how they are declared in C. It also shows ho w to assign addresses to the pointers and it also talks about how to access memo ry locations using pointers. # 21 Concept of Pointers Part 2 [HD] Views: 3510 | 9:13 min. [Part 2] This tutorial introduces the concept of pointers. It first starts with showing a visualization of the computer memory and how the bytes are addressed. It then explains the concept of pointers and how they are declared in C. It also shows how to assign addresses to the pointers and it also talks about how to ac cess memory locations using pointers. # 22 Pointers and Arrays Part 1 [HD] Views: 3159 | 9:10 min. In this tutorial we learn about the relationship between Arrays and Pointers we can use pointers to access the elements of an array. how

Download Links: http://ul.to/n5e0paze/C.Programming.tutorial.part5.rar http://ul.to/aze8ck25/C.Programming.tutorial.part4.rar http://ul.to/2302958y/C.Programming.tutorial.part3.rar http://ul.to/06nzct9y/C.Programming.tutorial.part2.rar http://ul.to/gphlpp3r/C.Programming.tutorial.part1.rar

Vous aimerez peut-être aussi