All Questions

19771 questions


1 answers
99 views
0
Failed to build clang from source

Attempting to build clang in Ubuntu 19.04 environment fails.Why?I am trying to build the C/C++ toolchain from 1.glibc, libc++, libc++abi, llvm seem to have been able to build.I'm trying to build it by...

2 years ago

1 answers
77 views
0
Understanding Variable Definitions in jQuery

I'm studying jQuery.When defining a variable, the variable name may or may not be $, but What are the differences?

2 years ago

1 answers
73 views
0
Screen transition during post processing at Level

I would like to post with Ravel and transition the screen, but I cannot.The error details are as follows.The requested URL/hellow was not found on this server.I think there are other settings besides ...

2 years ago

2 answers
68 views
0
What is the appropriate way to reflect the commit after receiving a review from GitHub's pull request?

As a result of a pull request to an OSS on GitHub, I would like to know the appropriate method of reflecting the indication when the review is pointed out.However, let's say that the pull request even...

2 years ago

1 answers
60 views
0
Error Initializing Objects in C++

The following code will cause an error.US>Error Contentsmain.cpp:5:44:error:use of deleted function 'SerialPrint::SerialPrint()' SerialPrint_serialPrint=SerialPrint(); main.cpp #include main.h// Seri...

2 years ago

1 answers
111 views
0
AttributeError: module 'numpy' has no attribute 'bool_'

Virtualbox Ubuntu In Python Interactive Modeimport tensorflowI typed AttributeError: module 'numpy' has no attribute 'bool_'The error appears.When I entered import numpy, there was no error.Please let...

2 years ago

2 answers
42 views
0
Intel C++ Compiler Default Declares Operator to Error Compiling

If operator = is declared as default as shown below, the intel c++ compiler will give you an error message when compiling, but since it can be compiled without any problems with gcc or clang, is there...

c++
2 years ago

2 answers
44 views
0
a program that calculates the sum of two sets

Set A: 0, 2, 4, 6, 8, 10, 12, 14, 16, 18Set B: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9I wanted to create a function that calculated the sum of the two sets of , but I didn't understand the ? part of the main fun...

c
2 years ago

1 answers
151 views
0
I want to run a batch file and SSH to the EC2 instance on AWS.

I'm thinking of putting the search engine for shogi software on AWS.I have used the following procedure as a reference.https://www.mikunimaru.com/entry/ShogiAWSI followed the procedure and confirmed t...


1 answers
108 views
0
Can I use two Sprense AIs at the same time?

DNNRT dnnrt;DNNRT dnnrt2;The second DNNRT bigin() will fail.

2 years ago
« - 191 - »

© 2024 OneMinuteCode. All rights reserved.