Termin
|
O’zbek tilidagi sharhi
|
Ingliz tilidagi sharhi
|
!=
|
Teng emas operatori; mantiqiy inkor amali qiymati bilan birhil.
|
The inequality operator; compares values for inequality returning a bool.
|
#define
|
Makro deriktivalarni belgilash
|
a directive that defines a macro.
|
#include
|
Bir source fayl ichida boshqa bir faylag murojatni amalga oshirish mexanizmi
|
a mechanism for textual inclusion of one source file into another.
|
+=
|
add-and-assign operatori; masalan a+=b vazifazi jihatdan a=a+b bilan bir xil
|
add-and-assign operator; a+=b is roughly equivalent to a=a+b.
|
.c file
|
Dastur jodini o’zida jamlovchi fayl
|
file containing definitions.
|
.cpp file
|
Dastur jodini o’zida jamlovchi fayl
|
file containing definitions.
|
.h file
|
Sarlavha fayli
|
header file
|
address
|
Hotira manzili
|
a memory location
|
aggregate
|
Konstruktorsiz massiv yoki struktura
|
an array or a struct without a constructor
|
algorithm
|
Hisoblashning aniq ketma-ketligi
|
a precise definition of a computation.
|
and
|
&& mantiqiy “va” (ko’paytirish) operatori sinonimi
|
synonym for &&, the logical and operator.
|
ANSI
|
Amerika milliy standart agentligi.
|
The American national standards organization.
|
application
|
Umumiy maqsadga ega dasturlar to’plami
|
a collection of programs seen as serving a common purpose (usually providing a common interface to their users)
|
bit
|
0 yoki 1 qiymatga ega birlik hotira
|
a unit of memory that can hold 0 or 1.
|
bool
|
Mantiqiy tip. Bu tip faqat rost yoki yolg’on qiymat qabul qiladi
|
the built-in Boolean type. A bool can have the values true and false.
|
Borland C++ Builder
|
C++ tilida visual dasturlashga ihtisoslashtirilgan IDE muhiti.
|
Borland's implementation of C++ together with proprietary libraries for Windows programming in an IDE
|
bug
|
Xatolik termini
|
colloquial term for error.
|
byte
|
Xotiradagi bir nechta belgilar yig’indisi
|
a unit of memory that can hold a character of the C++ representation character set.
|
C++
|
Tizimli dasturlashni protsedurali qo’llab quvvatlovchi dasturlash tili.
|
a general-purpose programming language with a bias towards systems programming that supports procedural programming, data abstraction, object-oriented programming, and generic programming.C++ was designed and originally implemented by Bjarne Stroustrup.
|
char
|
Belgili tip. Har bir belgi 8 bit, ya’ni baytga teng.
|
character type; typically an 8-bit byte.
|
char*
|
Char massiviga ko’rsatkich
|
pointer to a char or an array of char. Typically assumed to point to a C-style string.
|
cin
|
Standart kiritish oqimi
|
standard istream.
|
class
|
Foydalanuvchi belgilaydigan tur, sinf. Sinf foydalanuvchi funksiyasi, foydalanuvchi ma’lumotlari va kontentlari bo’lishi mumkin.
|
a user-defined type. A class can have member functions, member data, member constants, and member types.
|
compiler
|
C++ da yozilgan buyruqlarni mashina tiliga o’girib beruvchi vosita.
|
the part of a C++ implementation that produces object code from a translation unit.
|
const
|
Faqatgina bir marta qiymat berish mumkin bo’lgan o’zgaruvchilarni e’lon qilsh.
|
attribute of a declaration that makes the entity to which it refers readonly.
|
copy()
|
Nusxa olish operatori
|
Copy operator
|
UML
|
Унификация қилинган моделлаштириш тили
|
Unified Modeling Language
|
OMG
|
Объектларни бошқариш гуруҳи
|
Object Management Group
|
4GL
|
Тўртинчи авлод тили
|
Fourth-Generation Language
|
ANSI
|
Америка миллий стандартлаш институти
|
American National Standards Institute
|
AMPS
|
|
Advanced Mobile Phone Service
|
ERP
|
Корхона ресурсларини режалаштириш
|
Enterprise Resource Planning
|
CRM
|
Мижозлар билан ўзаро муносабатларни бошқариш
|
Customer Relations Management
|
SQL
|
Тузилмалашган сўровлар тили
|
Structured Query Language
|
OLAP
|
Хақиқий вақтда маълумотларга аналитик ишлов бериш
|
On-Line Analytical Processing
|
OLTP
|
Хақиқий вақтда транзакцияларга ишлов бериш
|
On-Line Transaction Processing
|
TCO
|
Эгалик қилишнинг ялпи қиймати
|
Total Cost of Ownership
|
JIT
|
Айни вақтида
|
Just-In-Time
|
LAN
|
Локал ҳисоблаш тармоғи
|
Local Area Network
|
MAN
|
Махаллий ҳисоблаш тармоғи
|
Metropolitan Area Network
|
WAN
|
Худудий ҳисоблаш тармоғи
|
Wide Area Network
|
ISO
|
Ҳалқаро стандартлаштириш ташкилоти
|
International Organization for Standardization
|
API
|
амалий дастурлаштириш махсус интерфейси
|
Application Programming Interface
|
WWW
|
Умумжаҳон ўргамчак тўри
|
World Wide Web
|
ASCII
|
Ахборот алмашишнинг Америка стандарти
|
American Standard Code for Information Interchange
|
LIFO
|
«Охирида келди, биринчи кетди» принципи
|
Last In, First Оut
|
FIFO
|
«Биринчи келди, биринчи кетди» принципи
|
First In, First Оut
|
PDA
|
персонал рақамли котиб
|
Personal Digital Assistant
|