Month: February 2008

Wallpapers for everyone

After a long time I decided to change the wallpaper from my desktop. The previous wallpaper was of my favorite actress Priety Zinta from Bollywood. I spend quite a good time while searching for nicely designed website. One of...

Read More

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.

Read More

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 implementation of these functions; this is due to the lack of knowledge about Math library provided by turbo C++.

Read More

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.

Read More

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.

Read More

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 functions to draw different shapes and lines. So here we go by starting the line function which is most important function in creating any graphics.

Read More
  • 1
  • 2