c tag

1304 questions


1 answers
42 views
0
Not sure about Expected a type

■ C++ Class Header → Test.h #ifndef TEST_H#define TEST_H# include TestDef.hvoid Test(TEST_STR&test_str);#endif//TEST_H■ C++ Define Header → TestDef.h #ifndef TESTDEF_H#define TESTDEF_Hstruct TEST_...

2 years ago

1 answers
71 views
0
View iPhone app ads in cocos2d, c++ and objective-c

cocos2d-x, based on c++I'm studying to create an iPhone game app where leaflet advertisements are displayed at the bottom of the screen for free.Currently, we are using setContentScaleFactor to change...

2 years ago

1 answers
40 views
0
I don't know how to save it with Core data.

I don't know how to save it with Core Data.The project is an OSX app, which I could use XCode's auto-generated template and use Core Data and bindings to add, delete, and display data in Table View, b...

2 years ago

2 answers
118 views
0
We're trying to get people to watch YouTube too much.

I'm a super beginner Is it possible to create a tool that automatically drops when you open YouTube for a certain period of time?Also, if possible, would it be possible to implement it in python?I wou...

2 years ago

2 answers
74 views
0
Tapjoy offer wall ads do not appear

Thank you for your help.I would like to use Tapjoy-SDK (iOS v11.2.0) to display the offer wall advertisement, but I am having a hard time because it doesn't show up at all.*We are developing with coco...

2 years ago

1 answers
127 views
0
It may take some time for iBeacon to go from ExitRegion to EnterRegion

Beacon detection is taking a long time.Reproduction instructions are available.①Run self findBeacon; to initiate detection②Turn on the beacon③EnterRegion.CLRegionStateInside. appears.④FindBeacon. Beac...

2 years ago

1 answers
120 views
0
Questions About UIButton in Xcode

When I tap UIButton, like the check button above in the image below, the image set to UIButto turns black and becomes active, so that I can visually see that it has been pressed.Some of the attributes...


1 answers
96 views
0
How to Test Ruby's Standard Input/Output with RSPEC

How do I test Ruby's standard input/output with RSpec?The code to be tested is as follows:class Sample def run puts 'Please input your name' while input = STDIN.gets.chomp break if input==exit puts Yo...

2 years ago

1 answers
35 views
0
I would like to continue processing even if I finish the application by pressing the home button twice.

We are developing it with Objective-C in Xcode.I'm creating a simple app that says that when I press the button, the number increases, but when I turn off the app, the number count returns to the init...

2 years ago

2 answers
32 views
0
I want to create a program that displays 10 numbers while inputting them.

I'd like to create a program to display while entering 10 numbers.#include<stdio.h>int main (void){int a[10], i;for (i=1; i<=10;i++){scanf(%d, & a[i])printf(%d\n, a[i]);}return(0);It says...

c
2 years ago
« - 52 - »

© 2024 OneMinuteCode. All rights reserved.