No cover art

Vaticone O. C++ System Programming Cookbook. Practical recipes 2020

Size
4 MB
Seeders
0
Leechers
1
Files
89
Category
Added
02/23/20 at 4:08pm GMT+1
Status
Not verified
Infohash
1fffdb9eb7fabcc9087299e108c29cd9b59869ad

Description
Textbook in PDF format

A problem-solution-based guide to help you overcome hurdles effectively while working with kernel APIs, filesystems, networks, threads, and process communications
C++ is the preferred language for system programming due to its efficient low-level computation, data abstraction, and object-oriented features. System programming is about designing and writing computer programs that interact closely with the underlying operating system and allow computer hardware to interface with the programmer and the user. The C++ System Programming Cookbook will serve as a reference for developers who want to have ready-to-use solutions for the essential aspects of system programming using the latest C++ standards wherever possible.
This C++ book starts out by giving you an overview of system programming and refreshing your C++ knowledge. Moving ahead, you will learn how to deal with threads and processes, before going on to discover recipes for how to manage memory. The concluding chapters will then help you understand how processes communicate and how to interact with the console (console I/O). Finally, you will learn how to deal with time interfaces, signals, and CPU scheduling.
By the end of the book, you will become adept at developing robust systems applications using C++.
Learn
Get up to speed with the fundamentals including makefile, man pages, compilation, and linking and debugging
Understand how to deal with time interfaces, signals, and CPU scheduling
Develop your knowledge of memory management
Use processes and threads for advanced synchronizations (mutexes and condition variables)
Understand interprocess communications (IPC): pipes, FIFOs, message queues, shared memory, and TCP and UDP
Discover how to interact with the console (console I/O)

File list
  • Vaticone O. C++ System Programming Cookbook. Practical recipes 2020
  • Code/.DS_Store 6 KB
  • Code/Chapter01/first_script.sh 198 B
  • Code/Chapter01/hello.cpp 94 B
  • Code/Chapter01/Makefile 127 B
  • Code/Chapter01/open_file.c 433 B
  • Code/Chapter01/TO_ADD.txt 0 B
  • Code/Chapter02/atomic/atomic.cpp 467 B
  • Code/Chapter02/concurrency/concurrency_01.cpp 286 B
  • Code/Chapter02/concurrency/concurrency_02.cpp 702 B
  • Code/Chapter02/concurrency/concurrency_03.cpp 447 B
  • Code/Chapter02/concurrency/concurrency_04.cpp 656 B
  • Code/Chapter02/filesystem/filesystem_01.cpp 156 B
  • Code/Chapter02/filesystem/filesystem_02.cpp 217 B
  • Code/Chapter02/lambda/lambda_01.cpp 209 B
  • Code/Chapter02/lambda/lambda_02.cpp 244 B
  • Code/Chapter02/moveSemantics/move_01.cpp 211 B
  • Code/Chapter02/moveSemantics/move_02.cpp 533 B
  • Code/Chapter02/moveSemantics/move_03.cpp 439 B
  • Code/Chapter02/primitiveTypes/primitives.cpp 1.2 KB
  • Code/Chapter02/smartPointer/shared_ptr.cpp 733 B
  • Code/Chapter02/smartPointer/unique_ptr_01.cpp 639 B
  • Code/Chapter02/smartPointer/unique_ptr_02.cpp 647 B
  • Code/Chapter03/daemon_01.cpp 664 B
  • Code/Chapter03/process_01.cpp 1006 B
  • Code/Chapter03/process_02.cpp 946 B
  • Code/Chapter03/process_03.cpp 1.1 KB
  • Code/Chapter03/process_04.cpp 243 B
  • Code/Chapter03/thread_01.cpp 870 B
  • Code/Chapter04/alignedStorage.cpp 249 B
  • Code/Chapter04/alignedStorage2.cpp 493 B
  • Code/Chapter04/allocators.cpp 1001 B
  • Code/Chapter04/automatic.cpp 270 B
  • Code/Chapter04/automaticDynamic.cpp 270 B
  • Code/Chapter04/dynamic.cpp 306 B
  • Code/Chapter04/isAligned.cpp 838 B
  • Code/Chapter04/mmap_allocate.cpp 615 B
  • Code/Chapter04/mmap_read.cpp 840 B
  • Code/Chapter04/mmap_write.cpp 1.1 KB
  • Code/Chapter04/shared_ptr.cpp 543 B
  • Code/Chapter04/shared_ptr2.cpp 822 B
  • Code/Chapter04/unique_ptr.cpp 468 B
  • Code/Chapter04/unique_ptr2.cpp 592 B
  • Code/Chapter05/conditionVariable.cpp 1.3 KB
  • Code/Chapter05/lock_guard.cpp 630 B
  • Code/Chapter05/posixMutex.cpp 1.1 KB
  • Code/Chapter05/posixSemaphore.cpp 1.1 KB
  • Code/Chapter05/producerConsumer.cpp 2.1 KB
  • Code/Chapter05/promiseFuture.cpp 1.1 KB
  • Code/Chapter05/unique_lock.cpp 710 B
  • Code/Chapter06/fifo_chat_user1.c 730 B
  • Code/Chapter06/fifo_chat_user2.c 686 B
  • Code/Chapter06/mq_chat_user_1.c 1.2 KB
  • Code/Chapter06/mq_chat_user_2.c 1.2 KB
  • Code/Chapter06/pipe.c 1.2 KB
  • Code/Chapter06/shm_chat_user1.c 1.3 KB
  • Code/Chapter06/shm_chat_user2.c 1.3 KB
  • Code/Chapter07/clientTCP.cpp 1.7 KB
  • Code/Chapter07/clientUDP.cpp 1.5 KB
  • Code/Chapter07/serverTCP.cpp 1.8 KB
  • Code/Chapter07/serverUDP.cpp 1.5 KB
  • Code/Chapter08/console_01.cpp 332 B
  • Code/Chapter08/console_02.cpp 225 B
  • Code/Chapter08/console_03.cpp 203 B
  • Code/Chapter08/console_04.cpp 226 B
  • Code/Chapter08/console_05.cpp 243 B
  • Code/Chapter08/console_06.cpp 406 B
  • Code/Chapter08/console_07.cpp 269 B
  • Code/Chapter08/file_01.cpp 246 B
  • Code/Chapter08/file_01.txt 270 B
  • Code/Chapter08/file_02.cpp 241 B
  • Code/Chapter08/file_03.cpp 456 B
  • Code/Chapter08/file_03.txt 270 B
  • Code/Chapter08/file_console_05.txt 330 B
  • Code/Chapter09/chrono_01.cpp 849 B
  • Code/Chapter09/linux_time_01.cpp 1.7 KB
  • Code/Chapter09/sleep.cpp 1.9 KB
  • Code/Chapter10/signal_ignore.cpp 227 B
  • Code/Chapter10/signal_send.cpp 369 B
  • Code/Chapter10/signal_trap.cpp 442 B
  • Code/Chapter10/signal_uncatchable.cpp 227 B
  • Code/Chapter10/signal_uncathable.cpp 224 B
  • Code/Chapter11/schedAffinity.cpp 2.2 KB
  • Code/Chapter11/schedGetInterval.cpp 823 B
  • Code/Chapter11/schedNice.cpp 397 B
  • Code/Chapter11/schedParameters.cpp 1.3 KB
  • Code/Chapter11/schedYield.cpp 467 B
  • Code/LICENSE 1 KB
  • Code/README.md 85 B
  • Vaticone O. C++ System Programming Cookbook. Practical recipes 2020.pdf 4 MB

Rating
Not rated yet
Log in to rate

Comments

No comments yet.


Similar torrents
NameSizeDate
1.5 GB10/28/259181337
661 MB09/11/2646333
6 MB11/05/2133121
1.4 GB09/11/2628711
660 MB08/14/262073
1.2 GB09/11/262043
1.4 GB11/07/221631
2.1 GB11/30/2216222
1.3 GB07/19/2616229
2.2 GB08/13/261608
4 MB11/23/221569
595 kB01/27/241492
773 MB07/23/261487
492 kB07/23/241290
1.4 GB09/11/261289