Share 64 bit turbo c++

thachtung87

New member
## 64 bit turbo C ++

#Turbo C ++

#C ++

#64 bit

#Programming

## 64 bit turbo C ++

Turbo C ++ là một trình biên dịch cho các ngôn ngữ lập trình C và C ++.Nó được phát triển bởi Borland vào đầu những năm 1990 và là một trong những trình biên dịch phổ biến nhất cho Windows vào thời điểm đó.Turbo C ++ là một trình biên dịch 32 bit, nhưng có thể sử dụng nó để biên dịch mã 64 bit.

Để biên dịch mã 64 bit với Turbo C ++, bạn cần sử dụng cờ `-M64`.Ví dụ: để biên dịch mã C ++ sau:

`` `C ++
#include <Istream>

int main () {
std :: cout << "Xin chào, thế giới!"<< std :: endl;
trả lại 0;
}
`` `

Bạn sẽ sử dụng lệnh sau:

`` `
TCC -M64 Hello_world.cpp
`` `

Điều này sẽ tạo ra một thực thi 64 bit có tên là `hello_world.exe`.

Lưu ý rằng Turbo C ++ là một trình biên dịch kế thừa và không còn được Borland hỗ trợ.Tuy nhiên, vẫn có thể tìm thấy các bản sao của Turbo C ++ trực tuyến.Nếu bạn đang tìm kiếm một trình biên dịch 64 bit cho Windows, có một số tùy chọn khác có sẵn, chẳng hạn như Microsoft Visual Studio hoặc Mingw-W64.

## Người giới thiệu

* [Turbo C ++ Wikipedia trang] (https://en.wikipedia.org/wiki/turbo_c++)
* [Trang web Borland Turbo C ++] (https://www.borland.com/products/turboc/)
* [Trang web Microsoft Visual Studio] (Visual Studio: IDE and Code Editor for Software Developers and Teams))
* [Trang web Mingw-W64] (MinGW-w64)
=======================================
## 64-bit Turbo C++

#Turbo C++

#C++

#64-bit

#Programming

## 64-bit Turbo C++

Turbo C++ is a compiler for the C and C++ programming languages. It was developed by Borland in the early 1990s and was one of the most popular compilers for Windows at the time. Turbo C++ was a 32-bit compiler, but it is possible to use it to compile 64-bit code.

To compile 64-bit code with Turbo C++, you need to use the `-m64` flag. For example, to compile the following C++ code:

```c++
#include <iostream>

int main() {
std::cout << "Hello, world!" << std::endl;
return 0;
}
```

you would use the following command:

```
tcc -m64 hello_world.cpp
```

This will produce a 64-bit executable called `hello_world.exe`.

Note that Turbo C++ is a legacy compiler and is no longer supported by Borland. However, it is still possible to find copies of Turbo C++ online. If you are looking for a 64-bit compiler for Windows, there are a number of other options available, such as Microsoft Visual Studio or MinGW-w64.

## References

* [Turbo C++ Wikipedia page](https://en.wikipedia.org/wiki/Turbo_C%2B%2B)
* [Borland Turbo C++ website](https://www.borland.com/products/turboc/)
* [Microsoft Visual Studio website](https://visualstudio.microsoft.com/)
* [MinGW-w64 website](https://mingw-w64.org/)
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top