Wikipedia

Search results

Sunday, November 10, 2024

Rust Environment Setup on Windows: Part-4

 

Setting up Rust on Windows OS is two step process. you need 

Make sure you select Desktop Development option in C++ while installing Visual Studio. As Rust uses Visual Studio C++ build tools for building executable files. You must be familiar with command line in order to run quires.

Most modern developing tools are using command line scripts in order to setup, configuring and creating projects. like Microsoft DOTNET Core, Python, Angular, React, NodeJS. 

You must be wondering why i have suggested Rust Rover IDE    instead of VS Code although  my first choice was also VS Code. Issue was that there was no official debugger available  for VS Code.

No comments:

Post a Comment

Creating Simple Selectable Menu in Turbo C++ [graphics mode]

 Here is simple code for creating a menu in graphics mode in turbo c++. you can select menus by pressing up and down arrow keys. #include ...