-
I want to implement a simple function that will split std::string based on the delimiter ,\\s. For e...
- 1147 浏览
- 0 回答
- 5 关注
-
Original string: some text \some \\\string\\\right here \ Want to get: \some \\\string\\\right...
- 693 浏览
- 4 回答
- 4 关注
-
Ok im a noob so be kind :-) In C++ how do i get to use a shared pointer of a pure abstract class wit...
- 345 浏览
- 0 回答
- 6 关注
-
I am doing a text search in a rather big txt file (100k lines, 7mo) Text is not that big but I need ...
- 1429 浏览
- 4 回答
- 5 关注
-
I have a script that allow me to upload file into folder using react for the front part and nodejson...
- 1954 浏览
- 0 回答
- 4 关注
-
Splat-expanding an empty array in a method call effectively reduces the argument to nothing (empty p...
- 1658 浏览
- 1 回答
- 5 关注
-
for self educational purposes I tried to find a way to create a height map all by myself. I googled ...
- 1688 浏览
- 2 回答
- 5 关注
-
We have a REST endpoint installed as a windows service on a server. This server will be used for tes...
- 682 浏览
- 0 回答
- 5 关注
-
I have a user email me yesterday that he is having a problem with my application so i started debugg...
- 2040 浏览
- 3 回答
- 3 关注
-
I\'ve been running some simple python scripts in Pycharm as I develop an app. The below described p...
- 1745 浏览
- 0 回答
- 6 关注
-
I\'m experiencing ValueError every other time I run the code. case = int(input()) for c in range(cas...
- 1160 浏览
- 0 回答
- 4 关注
-
could you help me? When developing an application for android for obfuscation, we use a proguard tha...
- 492 浏览
- 0 回答
- 6 关注
-
Suppose I want something of this sort, in one .cpp source file: class A { public: void ...
- 2017 浏览
- 8 回答
- 5 关注
-
I am trying to install OpenCV on my Mac using this tutorial: https://medium.com/macoclock/setting-up...
- 1187 浏览
- 0 回答
- 4 关注
-
I have a search bar with 3 types of input and I want to search into my database if a data exist with...
- 948 浏览
- 0 回答
- 5 关注