CCNA: Cisco Certified Network Associate
This Study Guide was developed to meet the exacting requirements of today’s Cisco certification candidates. In addition to the engaging […]
The difference between a programmer who plateaus and one who keeps growing often comes down to the resources they invest in. The right book at the right moment reframes how you think about a problem. The right tool eliminates hours of friction. The right library gives you a foundation to build on rather than starting from scratch. Knowing where to find quality resources — and which ones are actually worth your time — is itself a valuable skill.
MYCPLUS has been curating programming resources for developers since 2004, building one of the most comprehensive collections of programming books, developer tools, compilers, libraries and learning materials available on a single site. This Resources hub brings together over 145 articles covering two core areas — an extensive Books section with reviews and recommendations across every major programming topic, and a Tools section covering the compilers, IDEs, static analysis tools, libraries and developer utilities that help programmers work more effectively.
Every resource in this section has been selected with the MYCPLUS developer audience in mind — working programmers, computer science students and software engineers who want reliable recommendations rather than generic lists. Whether you are looking for the best C++ book, a new compiler to try or a library to solve a specific problem — start here.
This Resources hub covers two core areas for developer learning and productivity:
Programming book recommendations — curated reviews and recommendations across C, C++, Java, Python, JavaScript, algorithms, data structures, software development and computer science fundamentals
Developer tools and compilers — guides to compilers, IDEs, debuggers, build tools and the development environment tools that make C, C++ and other language development more productive
Libraries and frameworks — practical overviews of programming libraries, STL resources, algorithm libraries and the reusable code foundations that save developers significant development time
Static code analysis tools — reviews and comparisons of code analysis tools that automatically detect bugs, vulnerabilities and code quality issues in C, C++ and other language codebases
Software development utilities — productivity tools, text editors, version control clients, profilers and the developer utility software that professional programmers rely on daily
Learning and reference materials — syntax references, cheat sheets, online learning resources and curated study materials for programmers building skills across multiple languages and disciplines
Trusted by developers and computer science students since 2004 — the MYCPLUS Resources section curates over 145 books, tools and learning materials with honest recommendations designed to help programmers at every level find the resources that genuinely accelerate their development.
This Study Guide was developed to meet the exacting requirements of today’s Cisco certification candidates. In addition to the engaging […]
Synopsis VHDL is a leading hardware description language. This text teaches VHDL through a series of practical examples, building in
For undergraduate courses in Advanced Digital Logic and Advanced Digital Design in departments of electrical engineering, computer engineering, and computer
Put a hacker in a room with a Furby for a weekend and you’ll hear a conversation that’s fairly one-sided
A longtime favorite among PC users, the third edition of the book now contains useful information for people running either
Fantasy painting has a long tradition.It went through a stylistic revolution in the 1980s with the widespread adoption of airbrush
One makes cinematographers out of the masses; the other gives the masses a medium on which to distribute their masterworks–and
Had it with gray, dull Photoshop books that put you to sleep? Jump-start your education and master Photoshop fundamentals and
Whether you?re new to 3D Studio Max or you’re an experienced developer working on your next game, Modeling a Character
This is an automated software system written in C programming language for Bank Management which can handle accounts for customers. It uses files to handle the daily transactions, account management and user management. Its not a complete accounting software just like implemented in the banks, but still it can manage the accounts of the customers using the files at back end. It has a nice graphical layout written in C Language.
LibGD is an open source Graphics library for the creation of images dynamically by programmers. GD is written in C, and “wrappers” are available for Perl, PHP and other languages. GD is commonly used to generate charts, graphics, thumbnails, and most anything else, on the fly. While not restricted to use on the web, the most common applications of GD involve website development. It allows to quickly draw images complete with lines, arcs, text, multiple colors, cut and paste from other images, and flood fills, and write out the result as a PNG or JPEG file.
The SFL (Standard Function Library) is an open source portable function library for C/C++ programs. Written by iMatix, the SFL provides about 450 functions for compression, encryption, encoding, datatype conversion and formatting, dates, times, calendars, internet programming (MIME, CGI) and many more.