c++ tag

886 questions


2 answers
50 views
0
I'd like to talk about pointers.

Regarding the pointer, I have a question due to lack of studyI don't know if it's the correct syntax because I don't have an environment where I can use my smartphone right now. void f(int*a) {*a=5;}i...

2 years ago

1 answers
61 views
0
Is there a way for Visual Studio C++ development to embed binary files into a static library and use them from the executable?

I'm looking for a way to embed the binary file into a static library and link it to the executable.How do I embed binary files into a program and browse them in Visual Studio C++ development?Add Binar...

2 years ago

1 answers
34 views
0
Unable to compile C++ when building Python module in VisualStudio Code.

When I ran python setup.py build develop on linko14/AlphaPose-1, I got the following error. VisualStuido is 2017. Yes, 4\\cl.exe'faildetector\nms\src/soft_nms_cpu.cpp(3172)—Warning C4244: '=': Convers...

2 years ago

1 answers
66 views
0
DELETION METHOD OF CURVED NOISE LINE IN OCR

Let's say there's some kind of noise in the OCR.If it is close to a straight line, it can be deleted by Huff conversion extraction.↓ There is also a way to delete it.http://www.morethantechnical.com/2...

2 years ago

1 answers
70 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
31 views
0
I don't know where C++ is leaking memory.

I tried to create a LinkedList while learning C++, but a memory leak occurred and I don't know how to resolve it.I've tried many things, but I don't know, so I'd appreciate it if you could let me know...

c++
2 years ago

1 answers
57 views
0
EM_LIMITTEXT Exceeded Limit Issue

Do you know how to improve EM_LIMITEXT in the following two cases?1. If you press ENTER while the input limit has already been reached, you can still enter a new line2. With ATOK, you can still enter ...

2 years ago

2 answers
34 views
0
error:no match for 'operator+' in C++ template

Use the following template functions:complex<double>c=u16todbm<complex<double>>(10,32768.0,0.0);can be compiled without any problems, but complex<short>c=u16todbm<complex<...

c++
2 years ago

2 answers
110 views
0
About operator ""_ に"

located on page 309 of N3797 (pdf)template<char...>double operator_\u03C0();I don't understand the meaning of this.If the argument is empty, will 2 of 2_ の be ignored?Or what is the difference b...

2 years ago

2 answers
35 views
0
In C or C++, I want to create a program that reads txt or csv files line by line and removes duplicate items.

I think it's a simple programming, but it won't work, so I'd like to ask you a question.In C language or C++, I would like to create a program that reads the contents of txt or csv files line by line,...

c++ c
2 years ago
« - 31 - »

© 2024 OneMinuteCode. All rights reserved.