visual-studio tag

144 questions


1 answers
53 views
0
I posted it on GitHub I'm trying to upload a completely deleted repository again, but it's not going up. (I uploaded it to gihub in conjunction with Visual Studio 2019 and deleted it completely from the github site.)

The selected file was linked to Visual Studio 2019 to create and delete the repository.Then, I tried to create a repository by linking it to Visual Studio 2019 again with the same name as the same pat...

2 years ago

1 answers
96 views
0
I want to get the results of the console window into the dialog.

I want to configure the screen that appears when I press the Windows Driver Properties window using MFC.Somehow I succeeded in getting information about the type and capacity of the driverI'm at a los...


1 answers
40 views
0
Access Violation Exception in Visual Studio

#include <stdio.h>#include <string.h>int string_length(char* str) { char* ptr = str; int length = 0; while (*(ptr++) != '\0') length++; return length;}char comma(char* str) { static char ...

2 years ago

1 answers
48 views
0
I don't know since I started coding for the first time, so I'm asking you a question.

I did the same thing as the book, but what part is wrong?For your information, we're looking at the far area

2 years ago
« - 15 -

© 2024 OneMinuteCode. All rights reserved.