Tag: programming
-

Top Most Hardest programming language to learn
How hard is it to learn programming? If you are a beginner in the programming world, that is one of the most common questions that you will have in your head. Among them, the programming language you use for coding is the most important one. When we all are talking about c, c++, Java, Python,…
-

LoopBack 4: Add created and modified properties
In LoopBack 4 currently there is no feature to auto update created and modified properties like LoopBack 3. But we can do this in Loopback 4 with following way. You have to create “created” and “modified” properties key in your model file with default value function which is current timestamp. And for update “modified” key…
-

Programming Funny Jokes – Programmers Life
Here are some funny jokes dedicated to all programmers. A Programmers can better understand them. These are showcase of a programmer’s sense of humor. A Funny quote by programmer Beauty is the capacity of ladies. ButCapacity is the beauty of Gents Swami Vivekananda Beauty is the capacity of ladies. Butthinking is the capacity of programmers…
-

Linked list Program in CPP with all Functionality
This linked list program is written in the CPP language. This program have complete functionality of add, edit, view and delete features. You can run this program with cpp compiler. Read our another Article: A classic Tank Game written in CPP language
-

A classic Tank Game written in CPP language
This is a classic tank game which is written in cpp programming language. You can play it by compiling it with cpp compiler. Its very simple tank game with ability to fire bomb features. Hope you will enjoy this game. You will also like our Article: C Program to remove comments from source code
-

Some Visual Basic Script Programs
Here are some list of basic VB (Visual Basic) script programs. Which don’t require knowledge of programming languages. Everyone can run these simple Visual Basic programs on their system. 1. HAVE A GOOD DAY.VBS Save it as HAVE A GOOD DAY.VBS and Enjoy! 2. PASSWWORD PROTECT A .VBS SCRIPT The password for this is fish.…
-

C Program to remove comments from source code
A basic C Program to just remove all types comments from any source code file. Its written in c language and take file name as parameter when run it. Its read every character of code and remove comments to generate a clean code. This code can be compile and run using any compiler. It is…
-

C Program to Print Hello World without semicolon
This is a trick to print text like “Hello World” in c program without using any semicolon. There are multiple way to do this but we are doing it using if condition. Read our other Article: C Program to remove comments from source code
-

Choose Your Favorite Programming Languages
We have created a poll to get most favorite programming languages in the world which used most by Programmers. Read our other Article: Programming Funny Jokes – Programmers Life