This is the code for addition of 2 matrix in ordo 3x3. To do that, we use for looping rows and columns of the matrix. Lets see the example ...
Read More
Showing posts with label code. Show all posts
Showing posts with label code. Show all posts
A simple Pointer Example in C++
A pointer means memory address of an object. A reference is an alias for an object. In order to view the function of a pointer, lets see the...
Read More
Create a function in C++
A function is a group of statements that is executed when it is called from some point of the program. The following is its format: typ...
Read More
Array Example in C++
Array is a series of elements of the same type placed in contiguous memory locations that can be individually referenced by adding an index...
Read More
Hospital Software C++
Code hor Hospital.CPP : // PROGRAM RUMAH SAKIT // Rian Agustianto 12100913 // 24 Juni 2011 #include<iostream.h> #include<con...
Read More
Menu on Assembly
Code to create menu on assembly. Menu.ASM : INCLUDE PUSTAKA.MCR .MODEL SMALL .CODE ORG 100h Mulai : JMP Proses Kal0 DB ...
Read More
Struct Example in c++
hey, i want to share an example about using strunct in c++. this is my code : #include <iostream.h> #include <conio.h> voi...
Read More
How to create a procedure with parameter in delphi?
Hello, now we will discuss about procedure with parameter in delphi 7.0. Lets see the example below . Declare your procedure like this: ...
Read More
simple delphi function part 1
hey bro, today i want to write something about delphi function. its so simply, create a function just like create a procedure. ok, lets se...
Read More
Subscribe to:
Posts (Atom)