Menu
Fashion
Trendy
Drop Down
Abstract
Model
Techo
Options
Photography
Pictures
Product
Drop Menu
Crystal
Digital
Graphs
Settings
Menu
Stack Now | C, C++, Linux, Design Patterns etc
Home
Digital Art
Pics
SEO 1
SEO 2
CSS
CSS 1
CSS 2
CSS 3
CSS 4
CSS 5
Jquery
Jquery 1
Jquery 2
Fashion
Product 1
Sub Item
Sub Item
Product 2
Sub Item
Sub Item
Photography
Design
Go
Menu
Home
C
C++
Linux
Design Patterns
Programming Tips
Popular Posts
8 C++ String Functions You Must Know!
In C++, String is one of the most used class to represent a sequence of characters. String class is an instantiation of the basic_string c...
How to Print Time in Particular Format in C/C++?
You can print time in any format using strftime function in C/C++. The function declaration is as below: size_t strftime (char* buf, i...
2-Minute Guide for Patching and Generating a Patch File
Many times in the project, you need to generate a patch file or patch the file to your project. This 2 minute guide will help you how to g...
How to Write Better Programs in C/C++?
I have been coding for the past 7 years in a MNC and had experienced a lot of programming rules. Here I am sharing some of the tips with w...
Singleton Design Pattern - My View
I had used singleton design pattern in one of my projects. And in this post I will express my views about it. Singleton design pattern i...