Master The C Programming Language

seeders: 4
leechers: 10
updated:

Download Fast Safe Anonymous
movies, software, shows...
  • Downloads: 147
  • Language: English
  • tag: Udemy , C ,

Files

Master The C Programming Language Master The C Programming Language 12. Command Line Arguments & File processing
  • 3. Command line tool with files.mp4 (77.3 MB)
  • 1. Command Line arguments introduction.mp4 (14.7 MB)
  • 2. Command line tool - 1.mp4 (24.9 MB)
  • READ_ME.txt (0.5 KB)
  • 1. Introduction
    • 1. Introduction.mp4 (4.5 MB)
    • 2. Your first Program.mp4 (31.9 MB)
    • 3. HelloWorld with VisualStudio Code.mp4 (14.2 MB)
    • 4. Structure of the program.mp4 (15.1 MB)
    • 5. Special Note.html (0.7 KB)
    • 6. Introduction Quiz.html (0.1 KB)
    • READ_ME.txt (0.5 KB)
    2. First Steps in Programming
    • 1. Addition of two numbers.mp4 (47.9 MB)
    • 2. FormatSpecifiers.mp4 (16.4 MB)
    • 3. Problem - Basic Arithmetic Operators.mp4 (5.3 MB)
    • 4. Solution - Basic Arithmetic Operators.mp4 (31.1 MB)
    • 5. Operators Quiz - Part 1.html (0.1 KB)
    • 6. Problem - Average of three numbers.mp4 (1.8 MB)
    • 7. Solution - Average of three numbers.mp4 (32.6 MB)
    • 8. Problem - Calculate Percentage.mp4 (1.4 MB)
    • 9. Solution - Calculate Percentage.mp4 (39.5 MB)
    • 10. Datatypes and Expression Evaluation.mp4 (45.0 MB)
    • 11. Datatypes Quiz.html (0.1 KB)
    • 12. Increment and Decrement Operators.mp4 (33.7 MB)
    • 13. Operators - Part 1.mp4 (24.2 MB)
    • 14. Operators - Part 2.mp4 (42.2 MB)
    • 15. Operators Quiz.html (0.1 KB)
    3. Branching and Looping
    • 1. If statement.mp4 (34.9 MB)
    • 2. Nested If.mp4 (45.2 MB)
    • 3. Simple If.mp4 (40.1 MB)
    • 4. Introduction to block.mp4 (32.0 MB)
    • 5. Switch.mp4 (50.3 MB)
    • 6. Branching Quiz.html (0.1 KB)
    • 7. While.mp4 (29.4 MB)
    • 8. DoWhile.mp4 (24.4 MB)
    • 9. For.mp4 (24.2 MB)
    • 10. Looping Quiz.html (0.1 KB)
    4. Programming Exercises on Loops
    • 1. Problem 1 with Solution.mp4 (18.7 MB)
    • 2. Problem 2 with Solution.mp4 (46.4 MB)
    • 3. Problem 3 with Solution.mp4 (23.3 MB)
    • 4. Problem 4 with Solution.mp4 (44.1 MB)
    • 5. Problem 5 with Solution.mp4 (9.7 MB)
    • 6. Problem 6 with Solution.mp4 (39.2 MB)
    • 7. Problem 7 with Solution.mp4 (51.7 MB)
    • 8. Problem 8 with Solution.mp4 (31.1 MB)
    5. Functions
    • 1. Introduction to functions.mp4 (29.5 MB)
    • 2. Problem 2 with Solution.mp4 (37.6 MB)
    • 3. Execution Flow Explained.mp4 (32.6 MB)
    • 4. Functions Quiz.html (0.1 KB)
    • 5. Problem 3 with Solution.mp4 (37.1 MB)
    • 6. Problem 4 with Solution.mp4 (60.6 MB)
    • 7. Problem 5 with Solution.mp4 (41.7 MB)
    • 8. Problem 6 with Solution.mp4 (58.6 MB)
    • 9. Recursive Functions.mp4 (38.8 MB)
    • 10. Global Variables.mp4 (13.6 MB)
    • 11. Static local variables.mp4 (19.8 MB)
    6. Pointers - Basics
    • 1. Introduction to pointers.mp4 (58.2 MB)
    • 2. Pointers Quiz.html (0.1 KB)
    • 3. Multilevel indirection.mp4 (38.6 MB)
    • 4. Pointers Quiz 2.html (0.1 KB)
    • 5. Pointer Usage 1.mp4 (38.8 MB)
    • 6. Swap two variables.mp4 (44.4 MB)
    • 7. Introduction to dynamic memory allocation.mp4 (49.8 MB)
    7. Single Dimensional Arrays
    • 1. Introduction to Arrays.mp4 (44.2 MB)
    • 2. Example to find the biggest of the array.mp4 (25.3 MB)
    • 3. Example to search for an element in an array.mp4 (73.0 MB)
    • 4. Search modified to use Dynamic Memory Allocation.mp4 (14.8 MB)
    • 5. Sorting an Array.mp4 (74.6 MB)
    8. Character and Strings
    • 1. Introduction to char.mp4 (33.0 MB)
    • 2. Strings.mp4 (37.3 MB)
    • 3. Exercise Problem 1 with Solution.mp4 (24.5 MB)
    • 4. Exercise Problem 2 with Solution.mp4 (58.3 MB)
    • 5. Exercise Problem 3 with Solution.mp4 (21.1 MB)
    9. Double Dimensional Arrays
    • 1. Introduction to Double Dimensional Arrays.mp4 (46.1 MB)
    • 2. Matrix Addition.mp4 (27.9 MB)
    • 3. Matrix Multiplication.mp4 (50.7 MB)
    • 4. String Sort.mp4 (40.7 MB)
    10. Structures and Unions
    • 1. Introduction to Structures.mp4 (31.3 MB)
    • 2. Pointers to Structures.mp4 (40.2 MB)
    • 3. Unions.mp4 (24.8 MB)
    • 4. Typedef.mp4 (23.5 MB)
    11. Modularize Your Code
    • 1. External variable declarations.mp4 (36.6 MB)
    • 2. External function declarations.mp4 (25.7 MB)
    • 3. Modularize the code.mp4 (26.6 MB)
    13. Preprocessor directives
    • 1. Introduction to #define.mp4 (23.2 MB)
    • 2. Defining macros with #define.mp4 (28.2 MB)
    • 3. Conditional compilation and phases of program translation.mp4 (19.3 MB)
    14. Pointers - Advanced
    • 1. Constant Pointers and Pointer to Constants.mp4 (27.4 MB)
    • 2. Constant Pointers - Quiz.html (0.1 KB)
    • 3. Void pointers (Generic Pointers).mp4 (21.4 MB)
    • 4. Pointer Arithmetic Basics.mp4 (20.6 MB)
    • 5. Generalizing Code using Void Pointers.mp4 (32.1 MB)
    • 6. Void Pointers - Quiz.html (0.1 KB)
    • 7. Function Pointers.mp4 (24.9 MB)
    • 8. Develop flexible code with Function Pointers.mp4 (28.0 MB)
    • 9. Function Pointers - Quiz.html (0.1 KB)
    15. Source
    • 1. Source Code for Download.html (0.0 KB)
    • 1.1 Source.zip (58.1 KB)
    16. What's next
    • 1. Bonus Lecture OFFER Coupons for my other courses.html (2.0 KB)
    • READ_ME.txt (0.5 KB)

Description

Master The C Programming Language



Description

C Programming Language is one of the most popular and powerful programming language. It is still the most sought programming language by developers. In my opinion if you are looking to get started with programming it would be great to get started with C as it helps you understand the fundamentals in depth and build a very strong founding for a bright career as a software developer.

If you are a beginner or someone who is looking to get started with programming then this C language course is an ideal choice for you. Through this course you will start building the essential programming skills using simple and easy to understand examples, once you are done with the course you gain in depth understanding of the constructs in C programming language.

There is a myth about programming, people tend to feel that programming is tough, but programming is fun provided you understand the basics right, this course will work on those basics and tries to remove all those myths by explaining you the topics with simple and easy to understand examples. Having said that it is also important for you to set aside a time slot for programming on a day to day basis.

It is important to understand any topic with "why?" perspective so that it helps you apply the skills better. Hope and wish you will find this C Programming course useful and informative.

Who this course is for:

Beginners to professionals who are looking to get started or fine tune their C Programming language skills.



Download torrent
2.6 GB
seeders:4
leechers:10
Master The C Programming Language


Trackers

tracker name
UDP://TRACKER.LEECHERS-PARADISE.ORG:6969/ANNOUNCE
UDP://TRACKER.COPPERSURFER.TK:6969/ANNOUNCE
UDP://TRACKER.OPENTRACKR.ORG:1337/ANNOUNCE
UDP://TRACKER.ZER0DAY.TO:1337/ANNOUNCE
UDP://EDDIE4.NL:6969/ANNOUNCE
udp://vibe.community:6969/announce
udp://valakas.rollo.dnsabr.com:2710/announce
udp://udp-tracker.shittyurl.org:6969/announce
udp://u.wwwww.wtf:1/announce
udp://tracker2.dler.org:80/announce
udp://tracker1.bt.moack.co.kr:80/announce
udp://tracker0.ufibox.com:6969/announce
udp://tracker.zerobytes.xyz:1337/announce
udp://wassermann.online:6969/announce
µTorrent compatible trackers list

Download torrent
2.6 GB
seeders:4
leechers:10
Master The C Programming Language


Torrent hash: 10B15ACA2D016F449BF3771652D81D3CF4CC93A3