Blog

Find the best C and C++ programming tutorials, articles, and resources on MYCPLUS. Get expert advice and source code for your projects.

Microsoft Word 2019 Book
Blog

Microsoft Word 2019 Step by Step

Microsoft Word 2019 Step by Step by Joan Lambert is a must-have guide for anyone looking to master Microsoft Word 2019. Whether you’re a beginner or an experienced user, this book offers clear, step-by-step instructions to help you navigate Word’s features with ease. From basic document creation to advanced formatting and collaboration tools, this book covers it all. Its practical approach and hands-on exercises make it an invaluable resource for improving productivity and efficiency.

,
Quicksort in C
Blog

Quicksort Implementation in C

Quicksort is a widely used sorting algorithm known for its efficiency and simplicity. Developed by Tony Hoare in 1960, this sorting technique follows the “divide and conquer” paradigm which makes it a powerful tool for organizing data in ascending or descending order. Programmers find quicksort to be an excellent introduction to sorting algorithms due to its straightforward implementation and elegant design.

, ,
Programming Tips for CC++ Programmers
Blog

Top Programming Tips for C/C++ Programmers

In this article, we’ll explore a curated set of programming tips to enhance your proficiency in C and C++. From optimizing performance to writing clean and maintainable code, these tips serve as guiding beacons for programmers. Let’s delve into the world of C and C++ and uncover the secrets that can transform your coding skills.

,
Blog

Wallpapers for everyone

After a long time I decided to change the wallpaper from my desktop. The previous wallpaper was of my favorite

Base 64 Encoding and Decoding
Blog

TrueCrypt Free Open Source Encryption Software

TrueEncrypt is a free open Source Encryption Software written in C++ programming language. If you haven’t used TrueCrypt before but need to protect confidential information and documents then I can totally propose to use this Free Software. The latest version has the ability to encrypt the whole drive on windows operating system. So without the password (which you set to encrypt the drive), you can not run your windows operating system.

, ,
GitHub Copilot and Microsoft Visual Studio 2022
Blog

GitHub Copilot and Microsoft Visual Studio 2022

In the ever-evolving landscape of software development, tools that enhance productivity and streamline the coding process are highly sought after. GitHub Copilot and Visual Studio 2022 have emerged as powerful allies for C++ programmers and provides an integrated and efficient development environment.

graphics.h Reference
Blog

Graphics Library (graphics.h) Reference (part 3)

In the previous two posts (Graphics Library Reference part 1 and part 2) I have discussed few important functions of graphics.h library in C Programming. As promised here is the sample C language program which will demonstrate the use of graphics functions using C language and draw some geometrical shapes on the console. If you have followed the previous two posts the you will not find the source code difficult to compile and execute. If you still experience any problems using the source code or compiling the code the please do let me know, and I will try to figure it out.

, ,
Scroll to Top