c tag

1304 questions


1 answers
73 views
0
Build Error in GameKit.framework on XCode 8

I use GameKit on iOS to create an app that uses the ranking function of GameCenter.The language used is Objective-C.I was able to run the app through the build to Xcode7.When I build with Xcode 8, I g...

2 years ago

2 answers
82 views
0
Listing gcc error messages in python

How do I put gcc error messages in a row-by-row list?I want to use the gcc command file from the command line argument.#coding:UTF-8import subprocessimport sysargs=sys.argvlines = [ ]proc=subprocess.P...

2 years ago

1 answers
60 views
0
To save a photo

How do you think you can create a new folder (album) and save photos taken with objective-c in the camera roll?

2 years ago

2 answers
95 views
0
Error Use of '@import' when modules are disabled

Add GoogleMobileAds framework to your project to deploy AdMob and add it to ViewController@importGoogleMobileAds;The error Use of '@import' when modules are disabled appears.When I looked it up, it sa...

2 years ago

1 answers
81 views
0
Unable to connect in local environment

I am a beginner studying with Ruby on Rails 5 Quick Learning Practice Guide.In Chapter 5, Let's get started by rspec on page 205, the test failed and I'm struggling to move on.There is no problem look...

2 years ago

1 answers
95 views
0
Want to use SVSegmentedControl on Storyboard

Regarding SVSegmentedControl customized with UIControl, I would like to use it after adjusting the size on Storyborad, but I can't find a way.Below is the SVSegmentedControl link.https://github.com/sa...


2 answers
43 views
0
How do I record a night tour on the n×n board?

Previous Questions (N×n board counting night tours)I counted the night tours at .How can I do the following two additional points for this code?①A path satisfying the conditions is maintained.②List th...

2 years ago

1 answers
104 views
0
Change the orientation (vertical and horizontal) of the Kanji conversion candidate selection window when entering Japanese in NSTextInputClient

Instead of using NSTextView, we create custom views that input Japanese using the NSTextInputClient.When performing the Japanese Kanji conversion, the Kanji conversion candidate selection window is di...

2 years ago

1 answers
36 views
0
It's about the prototype declaration of the c language.

I recently started learning the program.#include<stdio.h># include <handy.h>void humanA();int main() { humanA(); HgGetChar(); HgClose(); return 0;}void humanA() { HgCircle (300, 75, 25); H...

c
2 years ago

2 answers
47 views
0
Processing for Bidirectional Lists Using Queues

Solving Aizu Online Judge ALDS1_3_C.Bidirectional Concatenated Lists | Algorithms and Data Structures | Aizu Online Judge I'm worried about an unknown cause error.Here's the source code:#include<st...

2 years ago
« - 47 - »

© 2024 OneMinuteCode. All rights reserved.