Programlama

iBYS Yazılımı Nedir ?

İş Sağlığı ve Güvenliği Bilgi Yönetim Sistemi 'nın kısaltılmışıdır. Daha yeni bir terimdir. Google'da arama yaparken, google bile ısrarla "ebys…

1 ay ago

4. About PL/SQL Versions

Each version of the Oracle database comes with its own corresponding version of PL/SQL. As you use more up-to-date versions…

2 ay ago

3. So This is PL/SQL

If you are completely new to programming or to working with PL/SQL (or even SQL, for that matter), learning PL/SQL…

3 ay ago

2. The origins of PL/SQL

1.2. The Origins of PL/SQL Oracle has a history of leading the software industry in providing declarative, non-procedural approaches to…

3 ay ago

1. What is PL/SQL ?

Oracle's PL/SQL language has several defining characteristics: It is a highly structured, readable, and accessible language If you are new…

3 ay ago

Nasıl Açık Kaynak Kod Yazılımcısı Olunur ?

Bu yazının amacı çeşitli programlama tekniklerini anlatmak değil, genelde başlangıçta göz ardı edilip daha sonra hayal kırıklıklarına ve hatta projenin…

3 ay ago

Class Composition ile ilgili

#include #include class car { private: char color[15]; char model[20]; int year; plate p1; owner o1; public: car(char* c,char* m,int…

7 ay ago

Structer’dan FILE’a veri yazdirma

Bu yazmış oldugum program normal array olmayan pointer kullanmayan hatta malloc bile kullanmayan bir sturucter a kullanıcıdan veri yazip daha…

7 ay ago

DEBUG ile Programlama

Debug programı, uzantısı COM ve EXE olan doğrudan çalıştırılabilir dosyaları oluşturmanızı ve bu uzantılara sahip programları inceleyip değiştirebilmenizi sağlar.  …

8 ay ago

Csit114 Term Project

Project (CSIT114) Assignment Date: 06.01.2006 Submit Date : 23.01.2006 THE PROJECT SHOULD BE SUBMITTED DURING THE FINAL WEEK BOTH ON…

8 ay ago