Searching...
Friday 18 December 2015

If you dont know about C Language

01:29
vkeep.blogspot.com

About the C preprocessor
https://youtu.be/TSMNxYzV-qo

Defining constants
https://youtu.be/2UQON_teH0w

Including files
https://youtu.be/Ry5JcYEDbuc

Exploring conditional compilation
https://youtu.be/TgOMZhfNGFQ

Defining macros
https://youtu.be/9zgMSkSAaTw

Macro caveats
https://youtu.be/gp1dYM-dbHc

Working with line continuation using the backslash
https://youtu.be/9cg64R73xCw

Including files only once
https://youtu.be/Tie5flcKi-k

About the data types
https://youtu.be/RDMeAPm2E_Q

Introducing integer types
https://youtu.be/NwPYEwzm3Xc

Understanding floating point types
https://youtu.be/siuM9b4pqaI

Working with characters and strings
https://youtu.be/poRC1N_IPto

Using strings
https://youtu.be/SnkI7pCtkgI

Creating character escape sequences
https://youtu.be/my1QfPc0KgQ

Working with qualifiers
https://youtu.be/WjnJh3enQJ0

Using the C++ reference type
https://youtu.be/uBfSrPO1tPs

Working with structured data
https://youtu.be/GLRrm_fzyHg

Introducing bit fields
https://youtu.be/dsoZhoqXERA

Working with enumerations
https://youtu.be/2UjZQXJklf4

Using unions
https://youtu.be/IaRidAE-wYE

Defining types with typedef
https://youtu.be/weAfYQiGAzA

Introducing the void type
https://youtu.be/AmtKUKuTvHY

Understanding the auto type
https://youtu.be/jT1mEjXi0R4

Exploring the assignment operator
https://youtu.be/EbJGKopeI1E

Using arithmetic operators
https://youtu.be/k5YpXmTBwXs

Working with increment and decrement operators
https://youtu.be/tve38QQ4Vwo

Using comparison relational operators
https://youtu.be/vNNYeCmyAZQ

Using logical operators
https://youtu.be/9SLOveNG4gA

Exploring bitwise operators
https://youtu.be/OHvjZXeEWqI

Working with compound assignment operators
https://youtu.be/PYfg3kqwEh0

Using the array subscript operator
https://youtu.be/KJIYCHqvM0s

Using pointers, members, and indirection operators
https://youtu.be/4LPJzjtaJAY

Exploring the function call operator
https://youtu.be/vb-GyY9x2qc

Working with the ternary conditional operator
https://youtu.be/4Py4Y_ODBs8

Determining the size of a type with sizeof
https://youtu.be/FlA6RVdOvMU

Determining the type of an object with typeid
https://youtu.be/wktzOLdgbiA

0 comments:

Post a Comment