Applied Cryptography: Protocols, Algorithms, and Source Code in C, 20th Edition
From the world's most renowned security technologist, Bruce Schneier, this 20th Anniversary Edition is the most comprehensive reference on cryptography ever written and original work on cryptography. Cryptographic techniques have applications far beyond the obvious...
MCAD/MCSD Self-Paced Training Kit: Microsoft .NET Core Requirements, Exams 70-305, 70-315, 70-306, 70-316, 70-310, 70-320, and 70-300
Three things struck me about this set as soon as I received it and started working through the material. First, these books can be used for both learning and preparing for the certification exams. Second, if you buy the set from Amazon and you intend to take the...
Microsoft Visual C++ .NET Deluxe Learning Edition
Teach yourself how to develop applications with Microsoft Visual C++ .NET-with tools and instruction, straight from the source! This DELUXE LEARNING EDITION contains Microsoft’s popular Step by Step tutorial and fully-supported, standard-edition software for Visual C++ .NET in a single, economical package.
C Program of Library Management System
This is a C program to implement Library Management System by which a librarian can operate a simple library. It uses Linked List, Stack and Pointers to implement different features of the library system. The program also uses struct data structure to add records in the library.
Memory as a Programming Concept in C and C++
Assuming readers have a basic familiarity with C or C++, Frantisek Franek describes the programming techniques, methods and tools available to develop effective memory usage. The overwhelming majority of "bugs" and crashes in computer programming stem from problems of...