Blog

TrueCrypt Free Open Source Encryption Software

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…

C Programming – Math.h library functions

Today I will try to explore math.h (library) header file provided to the programmers by turbo C++ compiler. Mostly people try to implement their own…

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…

Print pyramids and diamonds in C Language

This article demonstrates how you can print pyramids and diamonds using for loop and if condition. Building a pyramid in c programming is quite easy…

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.…

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

In the previous post I discussed few important functions mostly used to initialize and destroy the graphics mode in DOS environment. Today I will discuss…

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

Graphics programming in C Language is discussed rarely. Today I will discuss some important functions of graphics.h in C programming Language and in the next…

Windows Sockets Programming – WinSock Version 2.0

In this article, we will discuss some important sockets functions which are almost used in any windows application which uses the sockets. The windows API…

Welcome to C and C++ Programming Blog

This Blog is created to teach the students and the people who are new to C/C++ Programming. Articles will be added on a regular basis…