c tag

1304 questions


1 answers
72 views
0
I want to create an animation that moves cells horizontally when I open UITableview.

Here's an example of an amazon app, but just like this, I'm going to slide the cell a little bit with the code.I would like to realize the animation that will be restored.With UIScrollView, you can co...

2 years ago

1 answers
55 views
0
I want to change the UIButton image displayed on the pin balloon of MKMap.

The action is described in mapView:notationView:calloutAccessoryControlTapped: so that the action is taken when you click the callout now.-(void)mapView:(MKMapView*)mapViewannouncementView:(MKAnnotati...

2 years ago

1 answers
37 views
0
How OpenCL handles two-dimensional arrays

What do you want to doI have created a program to +1 in OpenCL. https://peta.okechan.net/blog/archives/2538for your reference.int index=get_global_id(0); int index2 = get_global_id(1);I would like to ...

c++ c
2 years ago

2 answers
38 views
0
A program that outputs the total amount of merchandise including shipping and shipping (tax included) when the number of merchandise is entered.

Under the conditions of 3,000 yen for a T-shirt, 1,500 yen for a face towel, and 1,000 yen for a muffler towel.The shipping cost is as follows.·If the total amount (excluding tax) is over 10,000 yen, ...

c
2 years ago

2 answers
45 views
0
About Ruby to C Language Conversion

I'm not good at C language, so please help me.I would like to convert the source code created in Ruby below into C language.n=gets.to_ian = 0i = 1US>n.times{ a=gets.to_i an + = (a-i).abs i = a}putans#...

2 years ago

3 answers
53 views
0
a code that rearranges alphabets entered using a pointer in ascending order of ASCII code

I would like to sort the random strings of the alphabet you entered in ascending order of ASCII code and print them out.exampleOriginal string: bfGageGaheifhalenbcuafuhneixlDbfuhflfi0After sorting: DG...

2 years ago

1 answers
62 views
0
About MySQL API Run Errors

When I run the source code below in Dev C++, I get the following error:How do I resolve this error message?2711 C:\Users\patch\Documents\main.cpp [Error] cannot convert 'char**(MYSQL_RES*) {aka char**...

2 years ago

2 answers
64 views
0
I would like to have Sprite above UIView in the Cocos2d-x hierarchy.

I had the opportunity to use Objective-C's UIView in Cocos 2d-x 3.2, but all UIViews are located before Sprite.All views referred to by Objective-C, as well as UIView, are hierarchically located in fr...

2 years ago

1 answers
78 views
0
I want to change the code I wrote using AVAudioPCMBuffer on swift to objective-C.

If you use AVAudioPCMBuffer in swift to write a value to the buffer and sound a sine wave http://www.tmroyal.com/playing-sounds-in-swift-audioengine.htmlIt was made by referring to .I'd like to write ...


1 answers
66 views
0
How do I highlight user-defined macro abbreviations in Vim?

First of all, I'm a beginner who just started programming, so I'm sorry that this may be a wrong question.I think I will omit the model name using typedef and using in languages such as c++, but is it...

2 years ago
« - 45 - »

© 2024 OneMinuteCode. All rights reserved.