c tag

1304 questions


1 answers
38 views
0
Get images and text from URL

Prerequisites/What you want to achieveI would like to get text and images from the URL posted by the user.(It's a function that allows you to preview the url destination when you paste url on the Twit...


2 answers
28 views
0
have no target output

Quasistic Cavity Resonance for Ubiquitous Wireless Power Transfer (PDF file) I'd like to reproduce a program in C language that will derive the efficiency of this paper, but the output will be signifi...

c
2 years ago

2 answers
34 views
0
Rewriting code with pointer to array results in compilation error

Regarding the function pal that I asked in

c
2 years ago

1 answers
32 views
0
I want to implement voice mute function in C language

I am making a Windows app in C language as a hobby, but I want to mute my computer, but I don't know what to do.What I want to mute is Youtube sound.I want to turn off the audio when I run the program...

2 years ago

1 answers
50 views
0
Want Swift5 and Objective-C to work together

After creating a bridge header, I was able to confirm that the ObjectiveC method works from swift.TestProvider.swiftimport NetworkExtension// @objc (TestProvider)class TestProvider:NEAPPushProvider { ...

2 years ago

1 answers
29 views
0
Please point out the if statement in C language.

I have only been learning C language for about a month.The code below is a program that adds the value when a single natural number is entered and does not accept other characters. When E is pressed, ...

c
2 years ago

5 answers
44 views
0
MacOS X Programming Reference

I would like to create a regular GUI program for MacOS X.I have experience in developing GUI programs on Windows and old MacOS (the era of Chinese characters talk). I'm just a user of MacOS X.Please t...

2 years ago

2 answers
36 views
0
In C or C++, I want to create a program that reads txt or csv files line by line and removes duplicate items.

I think it's a simple programming, but it won't work, so I'd like to ask you a question.In C language or C++, I would like to create a program that reads the contents of txt or csv files line by line,...

c++ c
2 years ago

1 answers
33 views
0
Memory release timing when drawingInRect is turned to for statement in UIImage resize

Created a method to resize UIImage.When I write the process of taking out the elements of the image array and resizing them one by one, the memory does not open well, and if high-definition images are...

2 years ago

1 answers
118 views
0
Xcode 7.1 encountered an error when adding Syphon.framework to the project.

Xcode 7.1 encountered an error when adding Syphon.framework.I don't know what it means at all, but I think I followed the steps below.1.Add the framework to your Xcode project.The simple way is to dra...

« - 53 - »

© 2024 OneMinuteCode. All rights reserved.