c tag

1304 questions


1 answers
296 views
0
Cannot resolve the error Collection element of type 'void*' is not an Objective-Object (old title; Expected'; 'at end of declaration list)

*You answered the question Expected'; 'at end of declaration list error cannot be resolved which I posted before, and after correcting it, a new error occurred, so I edited the question. 内容Objective-C...

1 years ago

1 answers
365 views
0
require'rspec/core/rake_task' I don't know what file I'm loading

In order for rake to run RSpec automatically, it was necessary to load require'rspec/core/rake_task', but when I went to see rspec's github, there was no such path.I'd like to solve this problem becau...

1 years ago

1 answers
303 views
0
Does the x64 container work on the M1 Mac?

I am currently considering purchasing a Mac for development.During the development, multiple x64 containers must operate locally using Docker Desktop.I will also use kubernetes.I'm thinking of buying ...


2 answers
366 views
0
About char str, pointer, and *p.

For the following code, can the char type str[] only be displayed before the null is in the middle of the string?Also, can the pointer p hold only one memory address that the address points to?For exa...

1 years ago

1 answers
271 views
0
I want to represent the result of a logical operation in decimal.

I'd like to use decimal numbers one by one, but I don't know at all.Please let me know if you understand.15&76 & 49 OR 35 OR 10

c
1 years ago

1 answers
354 views
0
Input/Output Switching for Arduino

Arduino is a program and every pinI will decide in advance what kind of pin to choose, but is it not possible to input and output by program depending on the situation of the program?For example, when...

1 years ago

2 answers
309 views
0
I don't know what happens when I refer to char str[] with a pointer.

There are two programs that I would like to solve for debugging programs.The environment is visual studio 2019 Windows 10 64bit.Question: Why do you only write str==NULL in str[] during debugging?char...

c
1 years ago

1 answers
267 views
0
a program that finds the maximum value of each column and obtains the minimum value from it

Sorry for the daily questions.I want to create a program that reads the maximum value for each column from a text file and reads the minimum value from the maximum value, but I don't know what to do.T...

c
1 years ago

2 answers
382 views
0
Unable to enter.

When I ran the following program, I wanted to enter two arrays, but I couldn't enter the second array, and the if statement was executed as it is.Is there something missing?please tell me。Thank you fo...

c
1 years ago

1 answers
234 views
0
a program that uses an ID number or name as a search key to search for results in a binary search

I would like to create a program that reads the number of data, inputs the ID and name for the data, inputs the ID in ascending order or alphabetical order by name, and outputs the result, but the res...

c
1 years ago
« - 8 - »

© 2024 OneMinuteCode. All rights reserved.