Computer Programming 2nd Part By Tamim Shahriar Subeen Pdf !full!

Computer Programming, Part 2 by Tamim Shahriar Subeen is an advanced-level sequel to his popular introductory book on C programming. While the first volume focuses on the basics of syntax and logic, this second part delves deeper into how software interacts with hardware and complex data management. Core Topics Covered

The book transitions from basic logic to more technical and professional programming concepts:

Computer Memory: Detailed exploration of bits, bytes, and memory addresses.

Pointers: Comprehensive coverage including null pointers, void pointers, and function pointers.

Built-in Functions: Usage of specialized functions like qsort for sorting and bsearch for binary searching.

Advanced Programming: Techniques for creating custom header files, measuring program execution time, and generating random numbers.

System Interaction: Understanding macros, constants, enumerations, and command-line arguments.

Compilation & Debugging: A breakdown of the stages a program undergoes during compilation and professional debugging techniques using tools like Code::Blocks. Target Audience This book is specifically designed for: Students who have completed Computer Programming, Part 1.

Learners who have practiced problem-solving from Subeen's "52 Programming Problems and Solutions".

Anyone looking to strengthen their foundational knowledge of memory management and C programming. Where to Access Computer Programming 2nd Part By Tamim Shahriar Subeen Pdf

Official Digital Version: The author provides a free online version at cpbook.subeen.com .

Purchase Physical Copies: It is available at major Bangladeshi retailers such as Rokomari and Daraz .

Open Source Repositories: Some users maintain GitHub repositories containing exercise solutions and book-related resources. Computer-Programming-Part-2-by-Tamim-Shahriar-Subeen

theanasuddin / Computer-Programming-Part-2-by-Tamim-Shahriar-Subeen Public * Code. * Issues. * Actions. * Security.

কম্পিউটার প্রোগ্রামিং বই - সুবিন ডট কম

You're looking for a resource on computer programming!

"Computer Programming 2nd Part" by Tamim Shahriar Subeen appears to be a popular guide, especially in Bengali-speaking regions. While I couldn't find a direct link to the PDF, I can provide some general information about the book and its contents.

About the Author: Tamim Shahriar Subeen is a well-known author in Bangladesh, famous for writing books on computer programming and technology. His books are widely used by students and professionals in the country.

Book Overview: The book "Computer Programming 2nd Part" is likely a follow-up to the author's first part, which covers the basics of computer programming. The second part probably delves deeper into programming concepts, covering topics such as: Computer Programming, Part 2 by Tamim Shahriar Subeen

  1. Data structures (arrays, linked lists, stacks, queues, etc.)
  2. Algorithms (sorting, searching, graph traversal, etc.)
  3. Object-Oriented Programming (OOP) concepts
  4. Programming languages (C, C++, Java, etc.)
  5. Problem-solving strategies

Why is this book interesting? This guide is interesting for several reasons:

  1. Comprehensive coverage: The book likely provides a thorough explanation of programming concepts, making it a valuable resource for students and beginners.
  2. Practical approach: As a programming guide, it probably includes many examples, exercises, and projects to help readers practice and reinforce their understanding.
  3. Relevance to local context: As the book is written in Bengali, it may be particularly useful for students and professionals in Bangladesh and other Bengali-speaking regions.

If you're interested in computer programming and are looking for a resource in Bengali, "Computer Programming 2nd Part" by Tamim Shahriar Subeen might be a helpful guide. You can try searching online for the PDF or look for a physical copy in bookstores or libraries.

Do you have any specific questions about computer programming or would you like more information on related resources?

Review: Computer Programming (Part 2) by Tamim Shahriar Subeen Computer Programming (2nd Part)

is the advanced follow-up to Tamim Shahriar Subeen’s highly popular introductory book, designed to help Bengali-speaking students transition from basic syntax to deeper computer science concepts using the C programming language. While the first volume focuses on fundamentals like loops and conditions, this second part dives into how computers actually manage data and execute complex logic. Key Content and Chapters

The book covers several critical topics that are essential for intermediate programmers and those interested in competitive programming:

Computer Memory: Understanding how data is stored and managed.

Pointers: Detailed exploration of memory addresses and pointer arithmetic.

Structures and Unions: Learning how to create complex data types. Data structures (arrays, linked lists, stacks, queues, etc

Debugging: Practical techniques for finding and fixing errors in code.

Advanced Programming: "Majar Kichu Program" (Interesting Programs) and miscellaneous advanced topics. Where to Access

While many students look for a PDF version, it is highly recommended to support the author by purchasing a hard copy for the best learning experience.

Official Online Version: You can read many chapters of the 2nd part for free on the official cpbook.subeen.com website.

GitHub Resources: Community-maintained examples and chapter summaries are available on theanasuddin's GitHub.

Purchase Physical Copies: Authentic editions are published by Dimik Prokashoni and can be found at major retailers: Rokomari Daraz Bangladesh PBS About the Author

Tamim Shahriar Subeen is a well-known figure in the Bangladeshi tech community, recognized for making programming accessible in Bengali. He has a background in software engineering from Shahjalal University of Science and Technology and has contributed significantly to the Bangladesh Math Olympiad and various open-source projects.

Computer-Programming-Part-2-by-Tamim-Shahriar-Subeen - GitHub

Since the exact 2nd part is not officially titled the same for all editions (often the 2nd part focuses on Data Structures & Advanced Algorithms in C), this content reflects the logical progression after his first book (which covers basic C, loops, arrays, functions, strings, and basic file I/O).


2. Author’s Official Website

Tamim Shahriar Subeen has occasionally released free PDFs of older editions for personal use. Visit his blog (www.subeen.com) or his Facebook page for announcements.

Chapter 1: Review of Fundamentals (Brief)

1.1 Recap of variables, data types, operators
1.2 Conditional logic (if-else, switch)
1.3 Loops (for, while, do-while)
1.4 Arrays (1D & 2D)
1.5 Functions and parameter passing
1.6 Strings and string functions

Chapter 6: Trees