c++ tag

886 questions


1 answers
287 views
0
If you use Excel file in ADO, you cannot delete the line.

C++ is using ADO to add, search, and update lines for Excel files.I can't just delete it.Is there such a restriction when I specify Excel files in ADO?Cannot identify error.CSstring strFile=_T(C:\\tem...

1 years ago

2 answers
317 views
0
The C++ operation changes the answer.

Ask about the Panasonic 2020 contest C problem.The AC codes are as follows:#include<bits/stdc++.h>using namespace std;typeedef long long ll;typeef pair <int,int>P;// Macro# define REP(i,n)...

c++
1 years ago

1 answers
280 views
0
I want you to read the JSON file containing the hierarchical structure.

I tried to load the json file by incorporating picojson into VisualStudio 2012 C++, but I was not able to load the json file successfully.(The data I want most is multiple two-dimensional arrays in th...


1 answers
37 views
0
About std::map in c++

AtCoder Beginner Contest 008 Problem StatementsAn organization held an election to select a leader.The organization consists of N members, each with the most appropriate leader's name. The leader will...

c++
1 years ago

1 answers
63 views
0
Understanding Static and Dynamic Libraries in Cross-compiling UE4

When cross-compiling with UnrealEngine 4, which OS should I use for static and dynamic libraries?For example, let's say you target Linux on Windows.Which operating system is required for static or dyn...

1 years ago

1 answers
70 views
0
When I use filesystem::copy_file() in Mingw, I cannot overwrite it even if I specify overwrite_existing.

Examples include the following code:#include<filesystem>int main() { std::filesystem::copy_file(./t.txt, ./test/t.txt, std::filesystem::copy_options:overwrite_existing);}./t.txt and ./test are b...

1 years ago

3 answers
130 views
0
Understanding Pointers and Indirect Operators

I don't know why the code below is valid for char str [100] = Hello; not char*str = Hello;I understand that I can only put an address in the pointer, but is that not true?Also, does this mean that Hel...

1 years ago

1 answers
65 views
0
'mkstemp' was not decoded in this scope error on Cygwin

Currently, Cygwin is installing a tool to solve C++-based partial differential equations called DUNE, but when I tried to build it, the following error occurred: 'mkstemp' was not decoded in this scop...

1 years ago

1 answers
39 views
0
Resolving 'Bde.DBTables.hpp' file not found Error

I am trying to build a project file created with Borland C++ Builder 6 that can be partially added to a new project in C++ Builder 10.3.While building the project with three additional files: Main.cpp...

c++
1 years ago

1 answers
96 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...

1 years ago
« - 9 - »

© 2024 OneMinuteCode. All rights reserved.