visual-studio-code tag

3 questions


1 answers
59 views
0
Compilation error related to WinMain

Compiling the code below with the visual studio code results in an error.//////////// LinkedList.h ////////////#pragma oncetypedef struct LINKEDLIST { Node* head; Node* cur; Node* before; int numOfDat...

2 years ago

1 answers
69 views
0
Visual studio code C/C++ compilation error C1034: iostream: No include path set.

To create C++ with VSCode, install the Visual C++ build tool in Visual studio build tools, set environment variables, and press Build> Executing task: cl.exe /Zi /EHsc /Fe: c:\Users\Administrator\D...


1 answers
66 views
0
This is a question related to python indication.

The Python indication through the visual studio code is displayed1) 1) ->2) - - - -There are two. What is the difference between these two marks?-- When running -print (years), there is no mistake ...


© 2024 OneMinuteCode. All rights reserved.