ExtraTorrent.st - The Largest Bittorent System
Latest Articles
Most searched
ExtraTorrent.st > Categories > Other torrents


Browse Other torrents

Learn C Programming For Absolute Beginners [2017, ENG] torrent


Download torrent: Magnet link
Info hash: 9EA798AB6625AB1754C6B56B7ADAFE9447BEAA53
Category: Categories > Other torrents
Trackers:
http://bt2.t-ru.org/ann?magnet
http://bt1.t-ru.org/ann
http://bt2.t-ru.org/ann
http://bt4.t-ru.org/ann
udp://tracker.opentrackr.org:1337
udp://open.stealth.si:80/announce
udp://tracker.torrent.eu.org:451/announce
udp://exodus.desync.com:6969
udp://open.demonii.com:1337/announce
udp://tracker.coppersurfer.tk:6969
udp://p4p.arenabg.com:1337
udp://tracker.internetwarriors.net:1337
Health:
 seeds: 5, leechers: 0
Torrent language:  
Total Size: 3.60 GB
Number of files:
153   
Uploader:
jagdeep
Torrent added:2017-03-28 03:36:00

Download Learn C Programming For Absolute Beginners [2017, ENG] torrent




Torrent Description
Обучающие видео » Компьютерные видеоуроки и обучающие интерактивные DVD » Программирование (видеоуроки)

Learn C Programming For Absolute Beginners
[hr]
Год выпуска: 2017
Производитель: Udemy
Сайт производителя: www.udemy.com
Продолжительность: 13:46:04
Тип раздаваемого материала: Видеоурок
Язык: Английский
[hr]
Описание: MASTER C ПРОГРАММИРОВАНИЕ С БОЛЕЕ 50 ЛЕГКО ДЛЯ ПРОСМОТРА ПРОЕКТОВ С ИСПОЛЬЗОВАНИЕМ VISUAL STUDIO!
[hr]
The Complete C Course with over 50 easy to follow projects built using C on Visual Studio

The easiest and most comprehensive way to learn and master C programming at your own pace. This course will not only teach you to master C language from the ground up, but it will also make you understand why we do things the way we do them in our code and what's the best way to write efficient, simple and performant code!. You will learn everything from programming fundamentals all the way to the complex parts like pointers, memory management, string manipulation and File IO...etc.

C is one of the most important of all programming languages. It is used to program desktop applications, compilers, tools and utilities and even hardware devices. The C language is fast and efficient – but it can be hard to learn. Unless you use this course. This course begins with a gentle introduction to C but quickly moves on to explain some of its most confusing features: everything from C's 'scoping' rules to the curious connection between arrays and memory addresses. By the end of the course you will have a deep understanding both of the C language itself and also of the underlying 'architecture' of your computer.

In this course, we'll explore the C programming language from the ground up. We'll begin with a brief section on computer basics followed by a Hello world program in C and walk-through to understand its elements and to dissect it.

You will be introduced to the main elements of C like data types, operators, arrays, strings, pointers...etc. We will cover ALL C KEYWORDS in this course, when and how to use them with coding examples!

I have dedicated entire sections for pointers, arrays and strings. This course has the most extensive details on how an why we need pointers. I guarantee you will not find any other course that covers pointers in this depth with easy to understand and follow examples.

There is even a full section on mastering Visual Studio included here for free so you can master using it for C/C++ and even C#.

This course will help you learn and master C language as well as become a professional programmer on your own pace by watching me as I introduce you to the concepts and fundamentals of programming and writing efficient code in C with easy to follow lectures that are full of hands-on practices and coding!

During this course I will share with you the tips and tricks of the trade that I learned throughout my 20+ years of professional career as a software engineer!

I will teach you C language and programming from the ground up as I assume you have no prior programming experience. I have included sections for people who have never programmed before, but for those who are already programming, they can either watch them to refresh on some fundamentals or simply chose to skip them altogether.

If you want to become a professional software developer then search no more, you have found the right course!
[spoiler="Содержание"]
├── 01_-_Introduction
│ ├── 01_-_Welcome_to_this_course_.mp4
│ ├── 02_-_About_your_instructor....mp4
│ ├── 03_-_What_is_covered_in_this_course.mp4
│ ├── 04_-_Download_The_Source_Files.txt
│ └── 4.1_-_master_c_vs_course.zip
├── 02_-_Quick_Intro_To_Computer_Basics
│ ├── 05_-_Section_Introduction.mp4
│ ├── 06_-_Important_message_about_reviews.mp4
│ ├── 07_-_CPU_GPU_and_32-bit_versus_64-bit_Processors.mp4
│ ├── 08_-_Memory_and_Storage.mp4
│ ├── 09_-_Software_-_BIOS_OS_and_Programs.mp4
│ ├── 10_-_A_quick_look_at_Programming_Languages.mp4
│ └── 11_-_A_brief_history_of_C_language.mp4
├── 03_-_Installing_and_Configuring_Visual_Studio
│ ├── 12.1_-_en_visual_studio_community_2015_with_update_3_x86_x64_web_installer_8922963.exe
│ ├── 12_-_Downloading_Visual_Studio_2015.mp4
│ └── 13_-_Installing_Visual_Studio_2015.mp4
├── 04_-_Writing_our_First_Program_-_A_Hello_World_Program_in_C
│ ├── 14.1_-_hello.c
│ ├── 14_-_Writing_Our_First_Program_Using_Visual_C_on_the_Command-Line.mp4
│ ├── 15.1_-_hello.c
│ ├── 15_-_Using_Visual_Studio_Command_Prompt_to_write_Hello_World_one_more_time.mp4
│ ├── 16.1_-_HelloWorldFromC.zip
│ ├── 16_-_Using_Visual_Studio_IDE_to_write_our_first_C_Program.mp4
│ └── 17_-_A_Deeper_Look_At_Our_First_C_Program_and_Compilation_Process.mp4
├── 05_-_Walkthrough_-_Visual_Studio_IDE
│ ├── 18_-_Section_Introduction_and_Overview.mp4
│ ├── 19_-_Visual_Studio_Start_Page.mp4
│ ├── 20_-_Visual_Studio_File_Menu.mp4
│ ├── 21_-_Edit_Menu.mp4
│ ├── 22_-_Showing_Line_Numbers_In_The_Text_Editor.mp4
│ ├── 23_-_Tabs_versus_White_Space.mp4
│ ├── 24_-_Quick_Find_in_Visual_Studio.mp4
│ ├── 25_-_Find_and_Replace_in_Visual_Studio.mp4
│ ├── 26_-_Visual_Studio_Debug_Menu.mp4
│ ├── 27_-_Build_Menu.mp4
│ └── 28_-_Visual_Studio_Solutions_and_Projects.mp4
├── 06_-_Fundamentals_and_Basics
│ ├── 29_-_Comments_in_C.mp4
│ ├── 30_-_C_Symbols_and_Keyowrds.mp4
│ ├── 31_-_Introduction_to_C_Data_Types_and_Basic_Types.mp4
│ ├── 32_-_Basic_C_Types_Continued.mp4
│ ├── 33_-_How_to_use_Basic_C_Types_with_prtinf_format_specifiers.mp4
│ ├── 34_-_C_Variables_and_Constants.mp4
│ ├── 35_-_enum_Data_Types_in_C.mp4
│ ├── 36_-_Variable_Scope.mp4
│ ├── 37_-_More_on_Block_Scope_in_C.mp4
│ └── 38_-_Understanding_and_Creating_C_Functions.mp4
├── 07_-_Operators_and_Expressions
│ ├── 39_-_Operators_and_Expressions_in_C.mp4
│ ├── 40_-_Using_Arithmetic_Assignment_Operators_in_C.mp4
│ ├── 41_-_Increment_and_Decrement_Operators_in_C_CPlusPlus.mp4
│ └── 42_-_Cast_Operator_and_Type_Casting_in_C.mp4
├── 08_-_Conditional_Statements
│ ├── 43_-_Using_if...else...conditional_statements.mp4
│ ├── 44_-_If...else...Code_Example_-_Checking_high_blood_pressure_readings.mp4
│ ├── 45_-_Using_Ternary_Operator.mp4
│ ├── 46_-_Using_switch_statement.mp4
│ └── 47_-_Using_break_keyword....mp4
├── 09_-_Loops_Jump_keywords_and_Control_Flow
│ ├── 48_-_Introduction_to_Loops.mp4
│ ├── 49_-_Understanding_For_Loops_in_C_CPlusPlus.mp4
│ ├── 50_-_Using_For_Loops_in_C_CPlusPlus.mp4
│ ├── 51_-_Stepping_through_and_debugging_a_for_Loop.mp4
│ ├── 52_-_Using_while_loops_in_C_CPlusPlus.mp4
│ ├── 53_-_Using_do...while_Loops_in_C_CPlusPlus.mp4
│ ├── 54_-_Using_continue_keyword....mp4
│ └── 55_-_Using_goto_....mp4
├── 10_-_Arrays
│ ├── 56_-_Introduction_to_Arrays.mp4
│ ├── 57_-_Working_with_single-dimension_arrays_in_C_CPlusPlus.mp4
│ ├── 58_-_Arrays_and_Functions.mp4
│ ├── 59_-_How_To_Calculate_Array_Size_in_C_CPlusPlus.mp4
│ ├── 60_-_Working_with_2D_Arrays.mp4
│ ├── 61_-_Declaring_and_Initializing_Multidimensional_Arrays.mp4
│ └── 62_-_Character_Arrays_versus_Strings.mp4
├── 11_-_Pointers
│ ├── 63_-_Introduction_and_Section_Overview.mp4
│ ├── 64_-_Address_of_Operator_and_.mp4
│ ├── 65_-_Why_Do_We_Need_Pointers.mp4
│ ├── 66_-_What_is_a_pointer.mp4
│ ├── 67_-_Using_Pointers.mp4
│ ├── 68_-_A_Closer_Look_At_How_Pointers_Work_.mp4
│ ├── 69_-_Passing_Pointers_to_Functions_-_Let_s_Implement_Swap_Function_.mp4
│ ├── 70_-_Passing_Pointers_to_Functions_-_Example_With_2_Pointers.mp4
│ ├── 71_-_Passing_By_Value_vs._Passing_By_Pointer.mp4
│ ├── 72_-_Pointers_and_Arrays.mp4
│ ├── 73_-_Pointer_Arithmetic_-_Working_with_Integer_Pointers.mp4
│ ├── 74_-_Pointer_Arithmetic_-_Printing_out_Memory_Addresses_for_Pointers.mp4
│ ├── 75_-_Pointer_Arithmetic_-_Working_with_Character_Pointers_Strings_.mp4
│ ├── 76_-_Pointers_and_Strings_-_Beware_of_Attempting_to_Modify_Read-Only_Memory_.mp4
│ ├── 77_-_Pointers_and_Strings_2_-_Printing_Out_Vowels_In_a_String.mp4
│ ├── 78_-_Pointers_and_Strings_-_Remove_Vowels_Example.mp4
│ ├── 79_-_Pointers_and_Arrays_-_Using_Pointer_Arithmetic_with_Arrays.mp4
│ ├── 80_-_Pointers_and_const_Keyword.mp4
│ └── 81_-_Void_Pointers.mp4
├── 12_-_Strings
│ ├── 82_-_Working_With_Strings_-_Reviewing_Strings_in_C_CPlusPlus.mp4
│ ├── 83_-_Using_strlen_function_to_get_length_of_string.mp4
│ ├── 84_-_Using_strcpy_and_strcat_functions.mp4
│ ├── 85_-_Using_sprintf_function.mp4
│ ├── 86_-_Using_strcmp_and_stricmp_functions_to_compare_strings.mp4
│ ├── 87_-_Using_strchr_to_search_for_characters_inside_strings.mp4
│ ├── 88_-_Using_strstr_to_search_for_a_substring_inside_another_string.mp4
│ ├── 89_-_How_to_declare_and_use_string_arrays.mp4
│ ├── 90_-_Arguments_of_main_function_-_Part_1.mp4
│ └── 91_-_Arguments_of_main_function_-_Part_2.mp4
├── 13_-_Working_with_User_Input
│ ├── 92_-_A_quick_overview_of_scanf_function.mp4
│ ├── 93_-_Getting_user_input_using_scanf_.mp4
│ └── 94_-_Important_Tips_for_Working_with_User_Input.mp4
├── 14_-_Preprocessor_Directives
│ ├── 100_-_Understanding_Conditional_Compilation.mp4
│ ├── 101_-_Using_Conditional_Compilation.mp4
│ ├── 102_-_error_preprocessor_directive.mp4
│ ├── 103_-_Using_and_operators.mp4
│ ├── 95_-_Section_Overview.mp4
│ ├── 96_-_define_directive.mp4
│ ├── 97_-_Using_define_To_Define_Symbolic_Constants.mp4
│ ├── 98_-_using_define_to_define_macros_and_avoiding_macro_pitfalls.mp4
│ └── 99_-_include_-_Angle_Brackets_versus_Double_Quotes_.mp4
├── 15_-_Working_with_Header_Files_and_Multiple_Source_Files
│ ├── 104_-_Nesting_Header_Files_and_Multiple_Inclusion_Problem.mp4
│ ├── 105_-_Forward_Declarations_in_C_CPlusPlus.mp4
│ └── 106_-_Breaking_Your_Code_Into_Multiple_Source_Files.mp4
├── 16_-_Creating_C_Libraries_Static_LIBs
│ ├── 107_-_Libraries_Overview.mp4
│ ├── 108_-_Creating_Your_First_Library_Project_.LIB_.mp4
│ ├── 109_-_Using_Our_Library_in_a_Project_-_The_Un-recommended_Approach.mp4
│ ├── 110_-_Referencing_Our_Library_When_Installed_in_a_Specific_Path_Folder_.mp4
│ └── 111_-_Using_Our_Library_From_Projects_Within_The_Same_Solution.mp4
├── 17_-_Working_with_Files_and_I_O
│ ├── 112_-_Introduction_to_File_I_O.mp4
│ ├── 113_-_Reading_and_Writing_Files_Overview_.mp4
│ ├── 114_-_Reading_and_Displaying_Text_Files_-_Part_1.mp4
│ ├── 115_-_Reading_and_Displaying_Text_Files_-_Part_2.mp4
│ ├── 116_-_Creating_Text_Files_using_File_API_in_C_CPlusPlus.mp4
│ └── 117_-_Searching_for_text_inside_a_text_file_.mp4
├── 18_-_Let_s_Talk_Binary_Manipulating_Bits
│ ├── 118_-_Bit-wise_Operators_Overview.mp4
│ ├── 119_-_Bit-wise_AND_and_operator.mp4
│ ├── 120_-_Bit-wise_OR_operator.mp4
│ ├── 121_-_Bit-wise_XOR_Operator.mp4
│ ├── 122_-_Bit-wise_NOT_~_Operator.mp4
│ ├── 123_-_Bit-wise_Right_Shifting_Operator_.mp4
│ ├── 124_-_Bit-wise_Left_Shifting_Operator_.mp4
│ └── 125_-_Using_Bit-wise_Operators_in_Code.mp4
├── 19_-_Dynamic_Memory_Allocation
│ ├── 126_-_Dynamic_Memory_Management_Overview.mp4
│ ├── 127_-_Understanding_Stack_Memory.mp4
│ ├── 128_-_Understanding_Heap_Memory.mp4
│ ├── 129_-_Stack_vs._Heap.mp4
│ └── 130_-_Using_Malloc_and_Free_In_Our_Code.mp4
├── 20_-_Structures_and_Unions
│ ├── 131_-_using_struct_keyword_in_C.mp4
│ └── 132_-_Using_union_keyword_in_C.mp4
├── 21_-_More_C_Keywords...
│ ├── 133_-_auto_keyword_in_C.mp4
│ ├── 134_-_register_keyword_in_C.mp4
│ ├── 135_-_declaring_static_variables_inside_functions_with_static_keyword_in_C.mp4
│ ├── 136_-_volatile_keyword_in_C.mp4
│ ├── 137_-_using_typepdef_keyword_in_C.mp4
│ ├── 138_-_Understanding_extern_keyword_in_C.mp4
│ ├── 139_-_Using_extern_Keyword_in_our_code.mp4
│ └── 140_-_Using_static_keyword_with_global_variables_and_functions_in_C.mp4
├── 22_-_Advanced_Topics
│ ├── 141_-_Recursion_in_C_CPlusPlus.mp4
│ ├── 142_-_Variadic_Functions_Overview.mp4
│ ├── 143_-_Let_s_Implement_a_Variadic_Function_in_C_-_Technique_1.mp4
│ └── 144_-_Let_s_Implement_a_Variadic_Function_in_C_-_Technique_2.mp4
├── 23_-_Mixing_C_with_CPlusPlus_Code
│ ├── 145_-_Overview_of_Mixing_C_with_CPlusPlus.mp4
│ └── 146_-_Creating_A_CPlusPlus_Program_That_Uses_Our_C_Library.mp4
├── 24_-_ARCHIVED
│ └── 147_-_OBSOLETE_Installing_and_Setting_up_Visual_Studio_2015_Community_Free_Edition.mp4
└── 25_-_Where_To_Go_From_Here...
└── 148_-_Where_To_Go_From_Here....mp4
[/spoiler]
Файлы примеров: отсутствуют
Формат видео: MP4
Видео : AVC, 1280x720, 1920x1080, (16:9), 30.000 fps, ~139 Kbps avg, 0.005 bit/pixel
Аудио: 48.0 KHz, AAC LC, 2 ch, ~192 Kbps
[spoiler="Скриншоты"]




































[/spoiler]

Download Learn C Programming For Absolute Beginners [2017, ENG] torrent


Related Torrents

Added  Size  S  L  Health
Download Magnet link   Udemy - Learn STM32F103C8T6 microcontroller in C with Keil uVision in Other , by
freecoursewb
4m 2.20 GB 0 1
Download Magnet link   Udemy - Learn Game Development with C# Programming and MonoGame! in Other , by
freecoursewb
6m 2.90 GB 16 8
Download Magnet link   Udemy - Learn Multithreading with Modern C++ in Other , by
xHOBBiTx
1y 2.90 GB 18 9
Download Magnet link   Udemy - 01 Day Of C + + Code Learn C + + Programming With Examples in Other , by
freecoursewb
1y 1.30 GB 15 6
Download Magnet link   Udemy - Learn C + + Programming - An Upper Intermediate Journey in Other , by
freecoursewb
1y 1.90 GB 0 0




Home - Browse Torrents
ExtraTorrent.st is in compliance with copyrights
2025 ExtraTorrent.st