The need for logging in Software development
Logging and Debugging are the important steps during programming. Though logging is important post-development, especially to find statistics. It can also be used to detect the reasons for a system or a software crash. But logging is not just useful post-development, but it can also be useful during development especially for debugging purposes. How do [...]
Download a webpage using CURL in C
CURL is used for the data transfer to and from a data server. Curl can be used to download a webpage. Given below is the code that can be used to download any webpage of your choice to the location of your choice For this purpose, you must fill the following two constants WEBPAGE_URL : [...]
How to install cppunit in Ubuntu?
cppunit is useful to incorporate testing in your programs. To work with cppunit in ubuntu, you must first search for the packages Now since you have found out the required packages, you must install them.
How to start C/C++ Programming in Ubuntu?
If you want to start C/C++ programming in Ubuntu, there are various steps involved. When you download Ubuntu, it consists more of packages related to daily desktop activities, rather than from the development perspective. But thanks to the huge amount of community support and plenty of packages, this issue can be solved with few of [...]
Hello World: PHP
PHP is used for server side scripting. A simple hello world program will look something like this To execute this program, you must have php installed in your machine