Month: Last updated Apr 1, 2018
Stack implementation with array
This java code basically implements stack functionality. It can Pop and Push an item in stack with the help of array. The item can only be an integer number and inernally the java program uses arrays to maintain items in stack....
Read MoreLame – MP3 Encoding Software
Posted by M. Saqib | Last updated May 11, 2020 | Free Utilities |
LAME is an educational software used for learning about MPEG Audio Layer III (MP3) encoding. The goal of the LAME project is to use the open source model to improve the psycho acoustics, noise shaping and speed of MP3. LAME is distributed as source code only.
Read MoreException Handling in C#
Posted by M. Saqib | Last updated Oct 19, 2008 | C# Programming Tutorials |
An exception usually signals an error. Thought it doesn’t always indicate an eror, it can also signal some particularly unusual even in your program that deserves special attention. Exception & Errors Handling No mater...
Read MoreFrom C to C++ – What’s new?
Posted by M. Saqib | Last updated Jun 26, 2020 | C++ Programming Tutorials |
As we begin the study of C++ and object oriented programming, a few comments are in order to help you get started. Since the field of object oriented programming is probably new to you, you will find that there is a significant amount of new terminology for you to grasp. This is true of any new endeavor and you should be warned not to be intimidated by all of the new concepts.
Read MoreWorking with Namespaces in C#
Posted by M. Saqib | Last updated Oct 19, 2008 | C# Programming Tutorials |
Every application begins with a namespace in C# .NET that has the same name as the project. Of course, you can change the namespace to anything you like in order to maintain compatibility with other projects. For example we...
Read MoreScientific Calculator Program
Posted by M. Saqib | Last updated May 11, 2020 | Free Utilities |
This graphical scientific calculator purely written in C programming language. It uses small functions to draw buttons on the screen and perform scientific operations like conversion, logarithm, and other operations. Every operation can be performed using the mouse buttons as well as keyboard. It can perform almost all the functions shown on the screen except few functions which will be implemented in the next version of this calculator code.
Read MoreStatements in C#
Posted by M. Saqib | Last updated Oct 19, 2008 | C# Programming Tutorials |
The real nuts and bolts of a programming languages is that which controls the flow of a program called statements. Types of Statements in C# C# borrows most of its statements directly from C and C++, though there are some...
Read MorePredefined Datatypes in C#
Posted by M. Saqib | Last updated Oct 19, 2008 | C# Programming Tutorials |
Here we will see the data types available in C#. Before examining the data types in C#, first we will try to understand the C# have two categories of data types. Value types Reference types Value type data type is that which...
Read MorePolymorphism
Posted by M. Saqib | Last updated Mar 9, 2020 | Object Oriented Programming |
In OOP terms, polymorphism represents the ability to resolve a reference to an object’s method at run time. Specifically, different objects could make a call to a Draw or Print method, and these methods would act differently with each object; the process can take different forms behind a common interface. One of the benefits of polymorphism is that because the interface is common to objects, any object is able to respond differently to some common set of tasks, and objects are independent of each other.
Read MoreApplication Structure
Posted by M. Saqib | Last updated Jul 12, 2009 | C# Programming Tutorials |
Let’s begin by looking at the structure of a C# application. Every C# application contains certain elements. The application begins with the hierarchical levels, listed here in order of appearance. Namespace Class Method...
Read MoreStandard Template Library
Posted by M. Saqib | Last updated Oct 19, 2008 | Object Oriented Programming |
The STL (Standard Template Library) was originally a third-party library from HP and later SGI, before its incorporation into the C++ standard. The standard does not refer to it as “STL”, as it is merely a part of...
Read MoreSubscribe for updates
Advertisement
Recent Posts
-
JavaScript – Difference Between [] and {}Last updated Jan 22, 2021 | Java Script
-
Startup 2021: Messaging App DevelopmentLast updated Jan 23, 2021 | Mobile Tech
-
Selection Sort Video – Algorithm ExplanationLast updated Jan 21, 2021 | Videos
-
Quicksort Video – Algorithm ExplanationLast updated Jan 21, 2021 | Videos
-
What Are The Best Programming Languages for Game Development?Last updated Jan 20, 2021 | Blog
-
Qfusion 3D Open Source Game EngineJan 19, 2021 | Blog
-
How to Read and Write Excel Files in C#Last updated Jan 19, 2021 | C# Programming Tutorials
-
The Pyrogenesis RTS and 3D Game EngineLast updated Jan 17, 2021 | Blog
-
Fundamental Principles of Data Integration for Database AdministratorsLast updated Jan 12, 2021 | Blog
-
What Makes Houseparty a Safe, Fun Way to Connect in 2021Last updated Jan 11, 2021 | Mobile Tech