c tag

1304 questions


1 answers
135 views
0
Error when SimPipe builds simulation environment and uses test

When I tried to run the test program hello.c in a SimPipe environment on Mac OSX, I encountered the following problems:./SimPipe SimMips/test/qsortWhen I typed , I tried to test hello.c in workspace e...

2 years ago

1 answers
30 views
0
Implementation of a halfchange function that connects the second half of the list received in the c language list structure to the first half and the first half to the second half.

PrerequisiteI asked because I was having a problem with the list structure of the c language and faced a problem I didn't understand.What do you want to doI would like to implement a halfchange functi...

c
2 years ago

1 answers
41 views
0
Transparent shutter UI for xcode (iPhone) camera app

For more information on how to make shutter UI transparent for iPhone camera application, Please let me know.As shown in the reference image below, the shutter UI for the camera application you create...

2 years ago

3 answers
28 views
0
Is it possible to boot a program in C language without OS?

Is it possible to boot a program in C language without OS?I have a similar question in the English version, but it's a different person.

c
2 years ago

1 answers
102 views
0
I want to make it impossible to transition to other people's editing screens.

I would like to set it to be impossible to transition to someone else's post screen.Rspec got stuck and cannot be resolved.I looked into it, but I couldn't find a solution, so I would appreciate it if...

2 years ago

3 answers
28 views
0
int can be processed faster than short or byte

When I was looking at the Java introduction, I found the following statement: Computers these days have a lot of memory, so it's rare that these four models need to be used strictly.Also, int can be p...

2 years ago

2 answers
39 views
0
I want to make a slide transition with transitionFromView

The UIView#transitionFromView:toView:duration:options:completion:There are only limited animations, but I would like to have an animation that slides left and right like push transition.

2 years ago

2 answers
112 views
0
Understanding Standard Library (ctype.h) Compilation Errors

We are developing an open source called ardupilot while modifying it.An error occurred in the standard library during a recent g++ build.The error is as follows (environment is ubuntud):Infile include...

2 years ago

5 answers
30 views
0
C: About Array subscripts

I don't know why the code shown below can be executed.In (2), I think the subscript is -1, but why is there no error?#include<stdio.h> # include <string.h> int main() { chars[] = hello; in...

c
2 years ago

2 answers
43 views
0
Swift to Objective-C Method Call

When calling the Objective-C method from Swift, if the argument is pointer **, how should I call it?

2 years ago
« - 49 - »

© 2024 OneMinuteCode. All rights reserved.