studio tag

324 questions


1 answers
40 views
0
How to fold the code section without touching the scope in the Visual Studio?

When you lower the scope using brackets in the Visual Studio, it supports the ability to fold or peel the code for each lowered scope. For example,

2 years ago

1 answers
102 views
0
I'd like to synchronize the Android studio with the github project

I want to synchronize the project in my Android studio folder with the project in Github's repertoire I don't know what to do Someone said I can touch something on the option menu, so how do I do it?


2 answers
45 views
0
I'm really curious. Regarding the visual studio version

I use 2010 a lot in the field Does the existing source itself have the 2010 version, so do you continue to use that version?.....I'm a new developer, but... It was so uncomfortable to write 2015 and 2...

2 years ago

1 answers
37 views
0
When writing to a binary file with a fwrite function!

#include <stdio.h>int main(){ FILE * fp; char* a=all_new; fp=fopen(data.bin,wb+); fwrite(a,200,1,fp);}I saw the data.binThere are trash values. I want to fill up the parts that exceed 7 with CC ...

2 years ago

1 answers
40 views
0
I have a question about how to set up the Android Studio ddmsui.

I was closing my eyes and clicking and dragging, and one of the tabs disappearedAs I was touching this and that, the basic ui disappeared.I don't know how to set this up.It doesn't come out even if I ...

2 years ago

1 answers
43 views
0
C++ Builder error during Windows Twisted installation.

When installing scrapy to crawl with Python, an error occurred while installing a package called twitted.They said there was no cl.exe, so after all the rumors... I installed Visual Studio C++ Build T...

2 years ago

1 answers
40 views
0
I want to put English words in the game made by Android studio.

I want to make an English word game based on the game of catching a mole. First of all, catching a mole has been solved, but I have to put English words into this game, but it's blocked from here; Eng...

2 years ago

1 answers
88 views
0
Questions about driving differences when installing Android Marshmallow version markets and studios

Hello, seniors. I have a question regarding the Android Marshmallow version response.First of all, there is no problem with this app from lollipop to its lower version.However, there is a problem from...


1 answers
61 views
0
I wonder about the value of the repeat for.

void Start(){ for (int a = 1; a < 2; a++) { Debug.Log(a); }}According to the above repetition, I thought the output value would be 2, but it came out as 1. Is it not applied to the output value be...

2 years ago

1 answers
73 views
0
Android Studio if I have a conditional question.

I'm making an app while studying in Android studio.To summarize, turn the mockwalker to get the latitude and longitude and to get a picture that matches the latitude and longitude conditions. So far, ...

2 years ago
« - 28 - »

© 2024 OneMinuteCode. All rights reserved.