연산자 오버로딩 oor Engels

연산자 오버로딩

Vertalings in die woordeboek Koreaans - Engels

operator overloading

wikidata

Geskatte vertalings

Vertoon algoritmies gegenereerde vertalings

voorbeelde

wedstryd
woorde
Advanced filtering
ALGOL 68 기능은 연산자 오버로딩을 허용한다.
The ALGOL 68 specification allowed operator overloading.WikiMatrix WikiMatrix
1983년, "C with Classes"라는 이름은 가상 함수, 함수 이름, 연산자 오버로딩, 참조, 제약조건, type-safe free-store 메모리 할당 (new/delete), 개선된 자료형 검사, BCPL 스타일의 1줄 코멘트(//)를 포함한 새로운 기능들을 추가하면서 "C++"로 변경되었다.
In 1983, "C with Classes" was renamed to "C++" (++ being the increment operator in C), adding new features that included virtual functions, function name and operator overloading, references, constants, type-safe free-store memory allocation (new/delete), improved type checking, and BCPL style single-line comments with two forward slashes (//).WikiMatrix WikiMatrix
사용 예제: list<int> N; list<double> S; for (int i = 0; i < 10; i++) N.push_back(i); S << list_comprehension(3.1415 * x, x, N, x*x > 3) 다음 구현은 클래스 및 연산자 오버로딩을 사용한 head/tail 슬라이싱과 (함수를 사용한) 리스트 필터링을 위한 | 연산자를 제공한다.
Usage example: list<int> N; list<double> S; for (int i = 0; i < 10; i++) N.push_back(i); S << list_comprehension(3.1415 * x, x, N, x*x > 3) This implementation provides head/tail slicing using classes and operator overloading, and the | operator for filtering lists (using functions).WikiMatrix WikiMatrix
3 sinne gevind in 7 ms. Hulle kom uit baie bronne en word nie nagegaan nie.