C Programming: Test Your Skills

C Programming: Test Your Skills

Author: Kamthane Ashok

Publisher: Pearson Education India

Published: 2010-09

Total Pages: 358

ISBN-13: 9788131732090

DOWNLOAD EBOOK

C Programming: Test Your Skills is specifically designed to be used as the supplementary resource for learning C Programming. It is ideal for self practice or test preparation and hones one's problem solving abilities through varieties of exercises.


C Programming: Test Your Skills: Test Your Skills

C Programming: Test Your Skills: Test Your Skills

Author: Kamthane, Ashok

Publisher: Pearson Education India

Published:

Total Pages: 356

ISBN-13: 813175393X

DOWNLOAD EBOOK

C Programming: Test Your Skills is specifically designed to be used as the supplementary resource for learning C Programming. It is ideal for self practice or test preparation and hones one's problem solving abilities through varieties of exercises


Interactive Object Oriented Programming in Java

Interactive Object Oriented Programming in Java

Author: Vaskaran Sarcar

Publisher: Apress

Published: 2016-12-19

Total Pages: 228

ISBN-13: 1484225449

DOWNLOAD EBOOK

Discover object oriented programming with Java in this unique tutorial. This book uses Java and Eclipse to write and generate output for examples in topics such as classes, interfaces, overloading, and overriding. Interactive Object Oriented Programming in Java uniquely presents its material in a dialogue with the reader to encourage thinking and experimentation. Later chapters cover further Java programming concepts, such as abstract classes, packages, and exception handling. At each stage you’ll be challenged by the author to help you absorb the information and become a proficient Java programmer. Additionally, each chapter contains simple assignments to encourage you and boost your confidence level. What You Will Learn Become proficient in object oriented programming Test your skills in the basics of Java Develop as a Java programmer Use the Eclipse IDE to write your code Who This Book Is For Software developers and software testers.


Intermediate C Programming

Intermediate C Programming

Author: Yung-Hsiang Lu

Publisher: CRC Press

Published: 2024-02-06

Total Pages: 433

ISBN-13: 1003832695

DOWNLOAD EBOOK

Revised for a new second edition, Intermediate C Programming provides a stepping-stone for intermediate-level students to go from writing short programs to writing real programs well. It shows students how to identify and eliminate bugs, write clean code, share code with others, and use standard Linux-based tools, such as ddd and valgrind. This second edition provides expanded coverage of these topics with new material focused on software engineering, including version control and unit testing. The text enhances their programming skills by explaining programming concepts and comparing common mistakes with correct programs. It also discusses how to use debuggers and the strategies for debugging as well as studies the connection between programming and discrete mathematics. Including additional student and instructor resources available online, this book is particularly appealing as a classroom resource.


Expert C Programming

Expert C Programming

Author: Peter Van der Linden

Publisher: Prentice Hall Professional

Published: 1994

Total Pages: 379

ISBN-13: 0131774298

DOWNLOAD EBOOK

Software -- Programming Languages.


Modern C++ Programming with Test-Driven Development

Modern C++ Programming with Test-Driven Development

Author: Jeff Langr

Publisher: Pragmatic Bookshelf

Published: 2013-10-10

Total Pages: 565

ISBN-13: 1680504029

DOWNLOAD EBOOK

If you program in C++ you've been neglected. Test-driven development (TDD) is a modern software development practice that can dramatically reduce the number of defects in systems, produce more maintainable code, and give you the confidence to change your software to meet changing needs. But C++ programmers have been ignored by those promoting TDD--until now. In this book, Jeff Langr gives you hands-on lessons in the challenges and rewards of doing TDD in C++. Modern C++ Programming With Test-Driven Development, the only comprehensive treatment on TDD in C++ provides you with everything you need to know about TDD, and the challenges and benefits of implementing it in your C++ systems. Its many detailed code examples take you step-by-step from TDD basics to advanced concepts. As a veteran C++ programmer, you're already writing high-quality code, and you work hard to maintain code quality. It doesn't have to be that hard. In this book, you'll learn: how to use TDD to improve legacy C++ systems how to identify and deal with troublesome system dependencies how to do dependency injection, which is particularly tricky in C++ how to use testing tools for C++ that aid TDD new C++11 features that facilitate TDD As you grow in TDD mastery, you'll discover how to keep a massive C++ system from becoming a design mess over time, as well as particular C++ trouble spots to avoid. You'll find out how to prevent your tests from being a maintenance burden and how to think in TDD without giving up your hard-won C++ skills. Finally, you'll see how to grow and sustain TDD in your team. Whether you're a complete unit-testing novice or an experienced tester, this book will lead you to mastery of test-driven development in C++. What You Need A C++ compiler running under Windows or Linux, preferably one that supports C++11. Examples presented in the book were built under gcc 4.7.2. Google Mock 1.6 (downloadable for free; it contains Google Test as well) or an alternate C++ unit testing tool. Most examples in the book are written for Google Mock, but it isn't difficult to translate them to your tool of choice. A good programmer's editor or IDE. cmake, preferably. Of course, you can use your own preferred make too. CMakeLists.txt files are provided for each project. Examples provided were built using cmake version 2.8.9. Various freely-available third-party libraries are used as the basis for examples in the book. These include: cURL JsonCpp Boost (filesystem, date_time/gregorian, algorithm, assign) Several examples use the boost headers/libraries. Only one example uses cURL and JsonCpp.


CogAT Practice Test (Grade 2)

CogAT Practice Test (Grade 2)

Author: Bright Minds Publishing

Publisher: Bright Minds Publishing

Published: 2013-01-01

Total Pages: 106

ISBN-13: 1478247843

DOWNLOAD EBOOK

This book is a great resource for students who are planning to appear for the CogAT test for getting into Grade 2 (i.e. current 1st grade students). This book also includes useful tips for preparing for the CogAT test. This books has one full length test similar in format to the actual test that will be administered in the CogAT Test. This test has been authored by experienced professional, verified by educators and administered to students who planned on appearing for the CogAT test. This book has 9 sections as listed below Section 1: Picture Analogies Section 2: Sentence Completion Section 3: Picture Classification Section 4: Number Analogies Section 5: Number Puzzles Section 6: Number Series Section 7: Figure Matrices Section 8: Paper Folding Section 9: Figure Classification We have responded to feedback from our customers. The book now includes additional challenging problems that your child can solve to prepare for the test. The book also includes explanation all 9 sections and the bonus problems in this book.


Interview Questions In C Programming

Interview Questions In C Programming

Author: Kanetkar/dani

Publisher:

Published: 2008-04

Total Pages: 0

ISBN-13: 9788183332934

DOWNLOAD EBOOK

As most of you are aware, the road to a successful career in Software starts with a series of Written Technical Tests conducted by most IT companies in India. These companies test you fundamental skills in programming and design in three major areas- C Programming, Data Structures and C++ Programming. Most of you may have prepared for that "dream test" without knowing the exact pattern, the level and the difficulty of questions that appear in such tests. As a result, you are not able to give your best performance in these tests. This "Interview Questions" series addresses these concerns and is aimed at giving you the necessary practice and confidence to help you crack these tests. This series presents a whole gamut on questions on different topics in each of these three subjects- C. DS and C++. This volume is dedicated to topics like : Contents Data types Operators Pointers Advanced Storage Classes Arrays Structures Control Instructions Functions Pointer Concepts Preprocessor Directives Strings Unions