c++ tag

886 questions


1 answers
344 views
0
I made a program to merge and sort, but the arrangement that I should have worked on came back unchanged.

I made a program to merge and sort, but the arrangement that I should have made changes to comes back.After a lot of research, when the array that should have been rearranged in merge returned to recM...

c++
1 years ago

1 answers
342 views
0
Learn how to resolve errors during the Kdenlive build.

I currently downloaded a video editing tool called Kdenlive from Git and I would like to build and use Craft.The reason is to code the source code of C++ and I would like to build and use Kdenlive's U...

c++
1 years ago

2 answers
258 views
0
What are the advantages of making double an 8-byte alignment with the -malign-double option?

What are the specific benefits of double being an 8-byte alignment with the -malign-double option?

1 years ago

1 answers
257 views
0
Questions about binary tree recursive functions.Compiling the following shows more ( ) than expected.I want to make it a little more compact.

Questions about binary tree recursive functions.We have created the following test programs.The compilation works well, but I haven't done what I want to do.When compiled, () appears more than expecte...

c++
1 years ago

2 answers
322 views
0
Charo copy and deep copy questions.In the program below, why should the provisional argument of the append method be &otherList instead of otherList?

We created a program that combines two consolidated lists (connecting one consolidated list to the other) and displaying the combined list.Append(TextClass otherList) doesn't work, but it has to be ap...

c++
1 years ago

1 answers
352 views
0
I don't know how to run WindowsFilteringPlatform.

https://github.com/microsoft/windows-driver-samples/tree/master/network/trans/WFPSamplerI'd like to run this program, but what should I do if I get the following error in the build?Thank you for your ...

c++
1 years ago

2 answers
327 views
0
I want to sort the double pointers in std::sort

Questions about std::sort.I'd like to sort the double pointers in alphabetical order.To that end, we created the following program.However, it seems that the comparison() is not working well.If you kn...

c++
1 years ago

1 answers
309 views
0
I want to define the link list method using a template.

I would like to define the link list method using the template.I made a code like the one below, but a problem.If you define addHead() in the source file (cpp file), you cannot compile it properly.How...

c++
1 years ago

2 answers
235 views
0
How do you use noxcept for practical use?

If you look at the commentary on noexcept, there was an explanation that the function should specify when it does not send an exception.For what purpose is it used in practical use?What purpose do you...

c++
1 years ago

2 answers
376 views
0
How to write CMakeList using a library built in cmake

I want to generate ORC files that I can read in Athena without using queriesorg.apache.hadoop.hive.ql.io.orc.OrcOutputFormatin the format https://github.com/apache/orcI thought it would be good to use...

1 years ago
« - 8 - »

© 2024 OneMinuteCode. All rights reserved.