Error Handling in C programs using errno, perror and strerror
The perror() function produces a message on standard error describing the last error encountered during a call … Read more
The perror() function produces a message on standard error describing the last error encountered during a call … Read more
The below program initialises a static array of 7 elements and prints the values of each element … Read more
If you ever published any new post on to your blog / website, and are using rss … Read more
If you ever published any new post on to your blog / website, and are using rss … Read more
Sendy is a self hosted email newsletter application that lets you send trackable emails via Amazon Simple Email … Read more
This post describes how you can use a shell script for removed mistyped or invalid emails from … Read more
In this post, we will write simple UDP Datagram client and server in JAVA language. The client … Read more
As we have already seen, how to write UDP socket programs in JAVA, now we will write … Read more
If you are working with TCP / UDP sockets in JAVA, there is higher chances your might … Read more
Lets write a simple helloworld program and using which we will try to understand the difference between … Read more
If you want to create static library visit our another article “How to Create Static Library in … Read more
In our another post “Create meta layer using yocto scripts” we seen how you can automatically create … Read more