সি প্রোগ্রামিং/সূচিপত্র: সংশোধিত সংস্করণের মধ্যে পার্থক্য

বিষয়বস্তু বিয়োগ হয়েছে বিষয়বস্তু যোগ হয়েছে
Jayantanth (আলোচনা | অবদান)
C Programming/Contents কে সি প্রোগ্রামিং/সূচীপত্র এ সরানো হয়েছে: বাংলা
Jayantanth (আলোচনা | অবদান)
+
৩ নং লাইন:
==Table of contents ==
=== Introduction ===
:{{stage short|50%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Why learn C?|Why Learn C]]
:{{stage short|50%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/History|History]]
:{{stage short|50%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/What you need before you can learn| What you need before you can learn]]
:{{stage short|50%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Using a Compiler|Using a Compiler]]
:{{stage short|50%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/A taste of C| A Taste of C]]
 
=== Beginning C ===
:{{stage short|25%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Compiling|Basics of Compilation]]
:{{stage short|75%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Structure and style|Programming Structure and Style]]
:{{stage short|75%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Variables|Variables]]
:{{stage short|75%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Simple Input and Output|Simple Input and Output]]
:{{stage short|25%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Simple math|Simple Math in C]]
:{{stage short|75%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Further math|Further Math in C]]
:{{stage short|75%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Control|Program Flow]]
:{{stage short|50%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Procedures and functions|Procedures and Functions]]
:{{stage short|50%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Error handling|Error Handling]]
:{{stage short|50%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Preprocessor|The Preprocessor]]
:{{stage short|25%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Libraries|Libraries]]
:{{stage short|50%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Standard libraries|Standard libraries]]
:{{stage short|75%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/File IO|File I/O]]
:{{stage short|75%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Beginning exercises|Exercises]]
 
=== In-depth C ideas ===
 
:{{stage short|75%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Arrays|Arrays & Strings]]
:{{stage short|50%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Pointers and arrays|Pointers and relationship to arrays]]
:{{stage short|50%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Memory management|Memory Management]]
:{{stage short|75%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Strings|String Manipulation]]
:{{stage short|50%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Complex types|C complex types]]
:{{stage short|50%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Networking in UNIX|Sockets and Networking (UNIX)]]
:{{stage short|50%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Common practices|Common Practices]]
:{{stage short|25%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Serialization|Serialization and X-Macros]]
:{{stage short|00%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Coroutines|Coroutines]]
:{{stage short|25%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Typecasting|Typecasting]]
 
=== C and beyond ===
:{{stage short|50%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Weaknesses of C | Weaknesses of C]]
:{{stage short|25%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Language extensions|Language Overloading and Extensions]]
:{{stage short|25%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Mixing languages|Combining Languages]]
:{{stage short|00%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Code library|Commented Source Code Library]]
 
=== Computer Programming ===
৪৯ নং লাইন:
The following are C adaptations of articles from the [[Computer programming]] book.
 
:{{stage short|00%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Statements|Statements]]
 
=== C Reference Tables ===
 
This section has some tables and lists of C entities.
: {{stage short|75%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Reference Tables|C References - The Whole List]]
::* [[Cসি Programmingপ্রোগ্রামিং/Reference Tables#List of Keywords|C Keywords]]
::* [[Cসি Programmingপ্রোগ্রামিং/Reference Tables#List of Standard Headers|Standard C Headers]]
::* [[Cসি Programmingপ্রোগ্রামিং/Reference Tables#Table of Operators|C Operator Precedence Table]]
::* [[Cসি Programmingপ্রোগ্রামিং/Reference Tables#Table of Data Types|C Data Types]]
: {{stage short|00%|Mar 10, 2009}} [[Cসি Programmingপ্রোগ্রামিং/Compilers|C Compilers Reference List]]
 
 
[[Category:Cসি Programmingপ্রোগ্রামিং]]