144 questions
Thank you for your help.In Win10, while writing the code for C# in VScommunity, you can code the form from another project.When you copy it, for some reason, the normal code and the Designer code are ...
From PowerShell the specified project in the solutionI would like to build via VisualStudio.DTE.It doesn't work I probably need to go down the hierarchy of solution folders in the solution I don't kno...
Developing APIs for Visual Studio 2013, C#.The purpose of the API is to send a message to your phone, which was initially a TimeOut error, but req.Timeout=System.Threading.Timeout.Infinite;When I adde...
I am currently programming in Visual Studio Windows Forms (C#).The program you want to create is ·Select one of the choices in the combo box→ Enter a number in the text box → Press the button That's i...
I'm asking you a question because I saw such a strange code.I don't know why ([](){})()); is compiled normally in the source code belowI'm not a function pointer, I'm not an operator.But if you run it...
Hi, everyone. Mac, C++ are both beginners.I have to submit my school assignment by next week. Regardless of whether you're using a Mac, Ask them to submit 'Visual Studio Project Folder' and 'cpp' file...
I want to keep the Circle object going up in the y-axis direction.It worked well in the x-axis direction, but when I changed the character to the y-axis, the circle did not move. What's wrong?
There's a sample project that's quite complicated to locate multiple header files, set up libraries, set up preprocessors, and so on.If we can copy the existing project and modify the contents of the ...
#include <stdio.h>#include <malloc.h>typedef struct Point2D { int inint; char inchar[10];};void structinput(struct Point2D *p, int su) { int count = 1; for (int i = 0; i < su; i++) { p...
#include <stdio.h>int main(void) { char ar[] = {a,b,c,d,e,f,/0}; printf(%s\n, ar); return 0;}I wrote it like this In Visual Studio, You cannot initialize an entity in the char * format using a v...
« | - 12 - | » |
© 2024 OneMinuteCode. All rights reserved.