简体   繁体   中英

Linux win32 console application development

I am new for developing win32 console application for linux. I am trying to create console application for linux, but I can not see it on my visual studio. Do I need to install any tool for developing this console application?

If yes, then can you please suggest me the name of tool?

You are asking for a Windows-based development environment that can create Linux executables . That is known as "cross-compiling" , since you are asking a Windows-based compiler to generate code for a Linux system.

Visual Studio supports Linux development via the Visual C++ for Linux Development extension, which you can download from Microsoft and install into your Visual Studio.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM