by OshriMakk
Help with movement
|
|
[7 replies] Last: @whitenite thanks for the example man. @Grime I do have system("CLS")... (by OshriMakk)
|
Finding the letters within a word |
|
[1 reply] : Your question isn't quite clear. If you want to find a substring with... (by Grime)
|
by philip1999
How to fix the displaying a board in a game
|
|
[3 replies] Last: Look at line 34 carefully: if (p1 % 2 == 0) { p1 == 'X'; } else... (by JLBorges)
|
by emron
How do I find the intersection of rectangles?
|
|
[2 replies] Last: #include <iostream> #include <sstream> #include <vector> #include <ut... (by lastchance)
|
by Banananas
License key generation
|
|
[15 replies] Last: You're right. I will use tips that are written above. I improve my app... (by Banananas)
|
by vaderboi
Is it possible to perform multiple initializations with one constructor?
|
|
[4 replies] Last: All bases and members of an object are initialized on construction o... (by keskiverto)
|
by kapil2905
Why is string class not final ?
|
|
[4 replies] Last: Well, STL classes have not been designed to be inherited. The major is... (by sp356069)
|
by vaderboi
Where do I even begin with a Core Dump (Segmentation Fault)?
|
|
[9 replies] Last: gdb (unix command should be there with your compiler) will let you loo... (by jonnin)
|
by Cambalinho
how create a read function?
|
|
[7 replies] Last: i found the problem: void read() { //wait if the eneter key is pr... (by Cambalinho)
|
by alomaird
linking xcode with Buddy library
|
|
[1 reply] : > i have dependency problem ¿error message? ¿what are you missing? ... (by ne555)
|
by Cambalinho
GNU compiler: do i need include the header file on compiler commands?
|
|
[9 replies] Last: "When people post simplified examples of their code the real problem i... (by Cambalinho)
|
std::swap and memory addresses |
|
[3 replies] Last: Ah, I missed the whole concept. It did mention in the book before, tha... (by closed account ywbpSL3A)
|
by Azra
Thread safe deque implementation
|
|
[2 replies] Last: Try this: https://github.com/Konstantin-2/misc/blob/master/tsqueue.h ... (by Konstantin2)
|
by AndreyKarpov
Free PVS-Studio for those who develops open source projects
|
|
[no replies]
|
by kapil2905
How to use make_unique with custom deleter lambda for arrays in c++14
|
|
[6 replies] Last: Got it @JLBorges :) Thanks alot. (by kapil2905)
|
by kenith001
urgent response neaded
|
|
[1 reply] : Do not double-post. It is waste of everybody's time. Other thread: htt... (by keskiverto)
|
by kapil2905
How to use unique_ptr and make_unique with const char*
|
|
[2 replies] Last: Thanks Repeater :) (by kapil2905)
|
by slei
std::variant undefined references
|
|
[2 replies] Last: @ne555 interesting, I'm using cmake with GLOB recurse. But maybe you'r... (by slei)
|
by Gopi 18
Reading Data from Multiple Files
|
|
[6 replies] Last: first is it to adding yaml.h with -lyaml or -lyaml-cpp to your linker ... (by aktony)
|
by kapil2905
Is it not possible to overload functions based on rvalue reference.
|
|
[2 replies] Last: Thanks mbozzi. I was under wrong impression. :/ (by kapil2905)
|