Examples of using
The compiler will
in English and their translations into Vietnamese
{-}
Colloquial
Ecclesiastic
Computer
However, in this case, this is what the compiler will see.
Tuy nhiên, đây sẽ là những gì mà compiler nhìn thấy.
In fact, the compiler will create the same code in either case.
Trong thực tế, trình biên dịch sẽ tạo cùng một mã trong cả hai trường hợp.
When you try to assign i to j without any type conversion, the compiler will throw an error.
Khi bạn thử gán giá trị i cho j mà không chuyển đổi kiểu, trình biên dịch sẽ đưa ra một lỗi.
If you define B first, the compiler will complain that it doesn't know what A is.
Nếu bạn định nghĩa A trước B, trình biên dịch sẽ bảo là nó không biết B là gì.
If you try to invoke a method from the wrong class, the compiler will generate an error.
Nếu bạn thử kích hoạt nhầm một phương thức từ lớp khác, trình biên dịch sẽ phát sinh một lỗi.
C then the compiler will not recognise it as a C language program file.
C thì trình biên dịch sẽ không nhận ra nó dưới dạng tệp chương trình ngôn ngữ C.
This implies that there is a real address of a reference that the compiler will not tell you.
Điều này ngụ ý rằng có một địa chỉ thực sự của một tham chiếu mà trình biên dịch sẽ không cho bạn biết.
If a variable can be null, the compiler will force us deal with it in some way.
Nếu 1 biến có thể null, compiler sẽ bắt chúng ta đối phó với biến đó theo 1 cách nào đó.
The compiler will say something like,“Can't find a method named pow in class NewLine.".
Trình biên dịch sẽ nói kiểu như,“ Không thể tìm thấy phương thức có tên pow trong lớp NewLine.”.
There is no such type as Int or string, and the compiler will object if you try to make one up.
Không có kiểu nào gọi là Int hay string, và trình biên dịch sẽ bác bỏ nếu bạn cố gắng dựng nên một cái tên như vậy.
This is because the compiler will only generate the needed run-time type information for such objects.
Điều này là do trình biên dịch sẽ chỉ tạo ra thông tin kiểu thời gian chạy cần thiết cho các đối tượng như vậy.
The Arduino has a set amount of memory,and if your program goes too large, the compiler will give you an error.
Arduino có một khoảng bộ nhớ,và nếu chương trình của bạn quá lớn, compiler sẽ báo lỗi.
When reading this line, the compiler will create a new class(let's call it FooInt), which is equivalent to the following.
Khi đọc dòng này, trình biên dịch sẽ tạo một lớp mới( hãy gọi nó là FooInt), tương đương với những điều sau đây.
The preprocessor will skip over the entire contents of the file, and the compiler will not see it twice.
Bộ tiền xử lý sẽ bỏ qua toàn bộ nội dung của tệp và trình biên dịch sẽ không nhìn thấy nó hai lần.
Now if I try to use the method, the compiler will throw an error or issue a warning(depending on the compiler)..
Bây giờ nếu tôi cố gắng sử dụng phương thức, trình biên dịch sẽ đưa ra lỗi hoặc đưa ra cảnh báo( tùy thuộc vào trình biên dịch)..
The source files you generate in the simplified markupwill either compile into valid HTML, or the compiler will throw an error at a specific line number.
Các file nguồn mà bạn tạo trong ngôn ngữ đánh dấu được đơn giản hóa sẽ biêndịch thành HTML hợp lệ hoặc trình biên dịch sẽ phát ra lỗi ở một số dòng cụ thể.
When using type inference, the compiler will also add attributes such as pure and nothrow to a function's type, if it can prove that they apply.
Khi sử dụng suy luận kiểu, trình biên dịch cũng sẽ thêm các thuộc tính như thuần túy và không thuần túy vào kiểu của một hàm, nếu nó có thể chứng minh rằng chúng cần được áp dụng.
In other words, if a type has a method named Process(int i),and you have an extension method with the same signature, the compiler will always bind to the instance method.
Nói cách khác, nếu một kiểu có phương thức tên Process( int i), và bạn có một extension methodđược khai báo giống hệt, trình dịch của bạn sẽ luôn dùng phương thức có sẵn trong kiểu.
If a header file happens to be included twice, the compiler will process its contents twice and it will result in an error.
Nếu bạn include một tệp tieu đề 2 lần, trình biên dịch sẽ xử lý nội dung của nó hai lần và nó sẽ dẫn đến một lỗi.
The compiler will take this high-level programming language and translate it into something that's not quite as high level, but also isn't working at the level of machine code.
Trình biên dịch sẽ sử dụng ngôn ngữ lậptrình cấp cao này và dịch nó thành một thứ không khá cao, nhưng cũng không hoạt động ở cấp độ mã máy.
Installing the C/C++ compiler(C Compiler),the compiler will compile your code into machine code.
Cài đặt trình biên dịch C/ C++( C Compiler), trình biên dịch sẽbiên dịch mã của bạn thành mã máy tính.
The compiler will issue an error if an attempt is made to change a value using a const qualified pointer, but declaring such a pointer will not change the generated code.
Trình biên dịch sẽ đưa ra lỗi nếu một nỗ lực được thực hiện để thay đổi giá trị bằng cách sử dụng con trỏ đủ điều kiện const, nhưng khai báo một con trỏ như vậy sẽ không thay đổi mã được tạo.
If the old APIis accidentally used on a method call, the compiler will offer an option that will help you usethe correct modern API.
Nếu bạn vô tình sửdụng API cũ trên 1 method call, bộ phận compiler sẽ đề xuất lựa chọn Fix- It, giúp bạn sử dụng đúng API hiện đại.
A reference can be thought of as a constant pointer(not to be confused with a pointer to a constant value!) with automatic indirection,i.e the compiler will apply the* operator for you.
A tài liệu tham khảo có thể được coi là một con trỏ liên tục( không được nhầm lẫn với một con trỏ đến một giá trị không đổi!) với tự động indirection,tức là trình biên dịch sẽ áp dụng* nhà điều hành cho bạn.
This is because the compiler will generate a stack probe loop that is called every time your function is entered to make sure the stack exists because Windows uses a single guard page at the end of your stack to detect when it needs to grow the stack.
Điều này là do trình biên dịch sẽ tạo ra một vòng lặp đầu dò stack được gọi mỗi lần hàm của bạn được nhập vào để đảm bảo ngăn xếp tồn tại vì Windows sử dụng một trang bảo vệ duy nhất ở cuối ngăn xếp của bạn để phát hiện khi cần phát triển ngăn xếp.
Note: Instead of the formulation from the original RFC 1321 shown, the following may be used for improved efficiency useful if assembly language is being used-otherwise, the compiler will generally optimize the above code.
Ghi chú: Thay vì hàm hóa RFC 1321 gốc như trên, phần sau có thể được dùng để tăng độ hiệu quả( hữu ích nếu ngôn ngữ assembly được dùng- còn không,chương trình dịch sẽ tự động tối ưu hóa đoạn mã ở trên).
In the above program, we have omitted the semicolon from the printf("…") statement,hence the compiler will think that starting from printf uptill the semicolon after return 0 statement, is a single statement and this will lead to compilation error.
Trong chương trình trên, chúng ta đã bỏ qua dấu chấm phẩy từ printf("…")câu lệnh, do đó trình biên dịch sẽ nghĩ rằng bắt đầu từ printf việc tăng dấu chấm phẩy sau khi return 0 khai báo, là một câu lệnh đơn và điều này sẽ dẫn đến lỗi biên dịch..
So, if you were to call this method, pass a string as one of the arguments, like add("hello", 123),and attempt to compile the code, the compiler will stop the build process and alert you to the error.
Vì vậy, nếu bạn đã gọi phương thức này, vượt qua chuỗi như là một trong các đối số, như add(" hello", 123),và cố gắng để biên dịch mã, trình biên dịch sẽ ngăn chặn quá trình xây dựng và cảnh báo bạn về các lỗi.
In dynamically typed languages,the use case described above is less necessary(since the compiler will allow any method to be called on any object, failing at runtime if it does not exist), but the second case of looking for methods which are marked or work in a certain way is still common.
Trong các ngôn ngữ được gõđộng, trường hợp sử dụng được mô tả ở trên ít cần thiết hơn( vì trình biên dịch sẽ cho phép bất kỳ phương thức nào được gọi trên bất kỳ đối tượng nào, không chạy khi nó không tồn tại), nhưng trường hợp thứ hai tìm kiếm các phương thức được đánh dấu hoặc làm việc theo một cách nào đó vẫn còn phổ biến.
This is because the compiler will generate a stack probe loop that is called every time your function is entered to make sure the stack exists(because windows uses a single guard page at the end of your stack to detect when it needs to grow the stack, if you access memory more than one page off the end of the stack you will crash).
Điều này là do trình biên dịch sẽ tạo ra một vòng lặp đầu dò stack được gọi mỗi lần hàm của bạn được nhập vào để đảm bảo ngăn xếp tồn tại vì Windows sử dụng một trang bảo vệ duy nhất ở cuối ngăn xếp của bạn để phát hiện khi cần phát triển ngăn xếp.
Tiếng việt
عربى
Български
বাংলা
Český
Dansk
Deutsch
Ελληνικά
Español
Suomi
Français
עִברִית
हिंदी
Hrvatski
Magyar
Bahasa indonesia
Italiano
日本語
Қазақ
한국어
മലയാളം
मराठी
Bahasa malay
Nederlands
Norsk
Polski
Português
Română
Русский
Slovenský
Slovenski
Српски
Svenska
தமிழ்
తెలుగు
ไทย
Tagalog
Turkce
Українська
اردو
中文