Publisher: 8
The business plan - Biznes plan
Praca zbiorowa
Seria kieszonkowych poradników językowo-biznesowych pomoże Ci poszerzyć słownictwo i wiedzę w różnych dziedzinach. Książeczki zawierają tematycznie zgromadzone pojęcia i zagadnienia, a także ich tłumaczenia. Bądź specjalistą w swojej dziedzinie, również w kręgach obcojęzycznych!
The Busted Ex-Texan and Other Stories
W.H.H. Murray
The rumble of merry conversation mixed with the mumble of a stream; and from time to time a piece of a sweet song broke from melodious lips, short, energetic, melodious like a bobolink, rushing up from clover heads. And before the mighty shadow, gloomily lying on the great plain on the prairies, stretching east for a thousand miles, turned into darkness, active, happy workers gave the bivouac the kind of skillful ordering that a trained group always gives to any place.
The Butler Did It and Other Plays - With Audio Level 1 Oxford Bookworms Library
Bowler, Bill
A level 1 Oxford Bookworms Library graded reader. This version includes an audio book: listen to the story as you read. Retold for Learners of English by Clare West. How do you get a licence if you want to keep a monkey? What can you do if your wife has a lover? How can you see into the future? Where can you go for an exciting but cheap holiday somewhere hot and far away? How can you persuade your girlfriend or boyfriend to marry you? The characters in these six original short plays are looking for answers to these questions. While trying to solve their problems, people get into some very funny situations. Each play gives an amusing view of life today, and there is often an unexpected ending.
The Butler Did It and Other Plays Level 1 Oxford Bookworms Library
Bowler, Bill
A level 1 Oxford Bookworms Library graded reader. Retold for Learners of English by Clare West. How do you get a licence if you want to keep a monkey? What can you do if your wife has a lover? How can you see into the future? Where can you go for an exciting but cheap holiday somewhere hot and far away? How can you persuade your girlfriend or boyfriend to marry you? The characters in these six original short plays are looking for answers to these questions. While trying to solve their problems, people get into some very funny situations. Each play gives an amusing view of life today, and there is often an unexpected ending.
Sam Morley
Solve complex problems in C++ by learning how to think like a computer scientist. This book introduces computational thinking—a framework for solving problems using decomposition, abstraction, and pattern recognition—and shows you how to apply it using modern C++ features. You'll learn how to break down challenges, choose the right abstractions, and build solutions that are both maintainable and efficient. Through small examples and a large case study, this book guides you from foundational concepts to high-performance applications. You’ll explore reusable templates, algorithms, modularity, and even parallel computing and GPU acceleration. With each chapter, you’ll not only expand your C++ skillset, but also refine the way you approach and solve real-world problems. Written by a seasoned research engineer and C++ developer, this book combines practical insight with academic rigor. Whether you're designing algorithms or profiling production code, this book helps you deliver elegant, effective solutions with confidence.
Rainer Grimm
Standard template library enables programmers to speed up application development using the built-in data structures and algorithms in their codes. The C++ Standard Library is a comprehensive guide to the updated library of classes, algorithms, functions, iterators, and containers and serves as the best reference to the current C++ 17 standard. Starting with the introduction and history of the standard library, this book goes on to demonstrate how quickly you can manipulate various C++ template classes while writing your applications. You'll also learn in detail the four types of STL components. Then you'll discover the best methods to analyze or modify a string. You'll also learn how to make your application communicate with the outside world using input and output streams and how to use the non-owning string objects with regular strings. By the end of this book, you'll be able to take your programming skills to a higher level by leveraging the standard C++ libraries.
The C# Workshop. Kickstart your career as a software developer with C#
Jason Hales, Almantas Karpavicius, Mateus Viegas
C# is a powerful, versatile language that can unlock a variety of career paths. But, as with any programming language, learning C# can be a challenging process. With a wide range of different resources available, it’s difficult to know where to start.That's where The C# Workshop comes in. Written and reviewed by industry experts, it provides a fast-paced, supportive learning experience that will quickly get you writing C# code and building applications. Unlike other software development books that focus on dry, technical explanations of the underlying theory, this Workshop cuts through the noise and uses engaging examples to help you understand how each concept is applied in the real world.As you work through the book, you'll tackle realistic exercises that simulate the type of problems that software developers work on every day. These mini-projects include building a random-number guessing game, using the publisher-subscriber model to design a web file downloader, creating a to-do list using Razor Pages, generating images from the Fibonacci sequence using async/await tasks, and developing a temperature unit conversion app which you will then deploy to a production server.By the end of this book, you'll have the knowledge, skills, and confidence to advance your career and tackle your own ambitious projects with C#.
Dale Green, Kurt Guntheroth, Shaun Ross Mitchell
C++ is the backbone of many games, GUI-based applications, and operating systems. Learning C++ effectively is more than a matter of simply reading through theory, as the real challenge is understanding the fundamentals in depth and being able to use them in the real world. If you're looking to learn C++ programming efficiently, this Workshop is a comprehensive guide that covers all the core features of C++ and how to apply them. It will help you take the next big step toward writing efficient, reliable C++ programs.The C++ Workshop begins by explaining the basic structure of a C++ application, showing you how to write and run your first program to understand data types, operators, variables and the flow of control structures. You'll also see how to make smarter decisions when it comes to using storage space by declaring dynamic variables during program runtime.Moving ahead, you'll use object-oriented programming (OOP) techniques such as inheritance, polymorphism, and class hierarchies to make your code structure organized and efficient. Finally, you'll use the C++ standard library?s built-in functions and templates to speed up different programming tasks.By the end of this C++ book, you will have the knowledge and skills to confidently tackle your own ambitious projects and advance your career as a C++ developer.