c tag

1304 questions


2 answers
48 views
0
Local notification authorization will be written in English.

Applications that use local notifications will have notification permission written in English on initial startup.If anyone knows how to change it to Japanese, I would appreciate it if you could let m...

2 years ago

1 answers
111 views
0
Understanding How Ruby Handles an Array of Ruby to Dll and Receives an Array Processed by Dll in Ruby

I created the following dll in C language.void example(int*a){ for(inti=0;i<10;++i){  a[i]+=1; }}How can I pass the ruby array hoge[0,0,0,0,0,0,0,0] to this dll and receive the processed array hoge...

2 years ago

1 answers
30 views
0
I'm thinking of a program that uses prime numbers to perform prime factorization of integers.

I'm thinking of a program that uses prime numbers to perform prime factorization of integers.The function p_flag is a program for an integer I(2<=i<=n) that substitutes 1 for the array element f...

c
2 years ago

1 answers
34 views
0
About libnet ip Addresses

After receiving an answer with about the data you created with libnet, I tried and found that the ip address did not go well (when running with a different ip address and using tcpdump, both ip addres...

c
2 years ago

1 answers
40 views
0
Warning - How to work with UI Window endDisablingInterfaceAutorotationAnimated: called on...

iOS 9iPhone 5s Tap textfield to launch the software keyboard and If you press and release any keys, you will receive the following warning:2016-02-22 21:01:52.509 KeyboardTest [5568:543794] - [UIWindo...

2 years ago

1 answers
29 views
0
About Source Code Reading [Closed]

Do you want to improve this question?Edit this post and update the question to focus on one issueClosed 6 years ago.6 years agoRecently, I started studying programming languages and became interested ...

c
2 years ago

1 answers
69 views
0
How to Keep IBInspectable Strings in an Array in a Custom Class Inherited from UIView

For custom classes inherited from UIView, you can create IBInspectable properties in the following ways:@property(strong, nonatomic) IBInspectable NSSstring*customTitle;However, with this method, it i...


2 answers
27 views
0
I want to see an error, but the warning says it's an error.

If stack is empty, I tried to make an error, but I was warned.Is there a cause?if(isStackEmpty()){ error(stack is empty); exit(1);

c
2 years ago

1 answers
81 views
0
I want to prevent SQL from deleting comment statements on the c file created by pro*c precompilation

pro*c is used to develop a business application that handles Oracle databases, but if you write the SQL portion embedded with comments (bound by /* to */) in the pc file and precompile it.For example,...

2 years ago

2 answers
44 views
0
How to Determine the Cause of EXC_BAD_ACCESS in main.m

During programming with Objective-C, we encountered a runtime error of EXC_BAD_ACCESS on return UIApplicationMain(argc, argv, nil, NSSstringFromClass([AppDelegate class]) in main.m.Even if you set the...

2 years ago
« - 56 - »

© 2024 OneMinuteCode. All rights reserved.