c tag

1304 questions


2 answers
95 views
0
How do I compile sqlite-1.0.1 that was released 19 years ago?

I'd like to read the SQLite source code and learn how to do it.I'm only interested in the most basic features of DB, and sqlite-1.0.1 has only about 10,000 lines of source code, so I think it's easier...

2 years ago

1 answers
42 views
0
About Using the removeFromParentViewController to Release

This is my first time using this place.I am currently developing a game using xcode6 objective-c.Memory release is not working.After transitioning from viewcontroller A to viewcontroller BI am using d...

2 years ago

1 answers
41 views
0
When using NSMutableAttributedString and displaying multiple lines in UILabel, …(three-point reader) is not displayed

Install UILabel on TableViewCell and Line is fixed in 3 lines and Configure LineBreakMode in TranslateTail and JSON is trying to display variable length characters.However, if there are more than four...

2 years ago

1 answers
105 views
0
For iOS6 only, the first subview is misaligned on the nesting of the UINavigationController.

(editing after being pointed out) We are currently developing iOS using the UINavigationController.It's a bit tricky to use, but it's in the view normally generated by the UINavigationController.I'm a...


1 answers
95 views
0
I want to set text with ruby in UILabel

I'd like to set text with ruby in the iOS app UILabel.attributedText, but even if I substitute text with CFFAtributedStringRef type ruby in the UILabel, the compilation passes but stops at runtime err...

2 years ago

1 answers
79 views
0
When I press submit button in form in capybara, the data in the database disappears for some reason.

If you test it on your browser, it will succeed, but if you test it on capybara, it will fail.If you submit it on the edit screen as shown below, update it.def update # When the post button is pressed...


2 answers
40 views
0
I want to copy guard mp3 on Android/iOS.

Thank you for your help.Please lend me your wisdom.It is currently under development at Unity, but On Android/iOS, ①How to play mp3 files with a zip password on AudioClip etc.②How to play mp3 with byt...


1 answers
27 views
0
gcd==1 in the if statement does not make it true even if you enter e with the appropriate value.

I'm in the middle of programming for RSA encryption, but gcd==1 in the if statement does not make it true even if I enter e with the appropriate value.This is a program that I want the maximum common ...

c
2 years ago

1 answers
36 views
0
Compilation error in C language (pointer usage is not good...?)

Always I am indebted.Ruby was able to output as expected, but it doesn't work out as expected in C language.Created in Ruby and C language.I am attaching it as follows, so please check it.------------...

2 years ago

4 answers
30 views
0
I'd like to put a string in the C language array.

I'd like to put a string from a text file in the array.char memo[10], name[10], memomon[10], memoday[10], memoname[10][10];while(fscanf(fp, %d%d%s%d, &mon, & day, name, & num)!=EOF){ memom...

c
2 years ago
« - 42 - »

© 2024 OneMinuteCode. All rights reserved.