by armstrhu
Providing Iterators for 2 STL containers within a class
|
|
[1 reply] : You cannot define two function with same name and signature. This cna... (by MiiNiPaa)
|
by psvenja
i need a little help here guys with the switch statement
|
|
[1 reply] : Hiya, A couple of observations: 1. If you're reading in the amount eac... (by mutexe)
|
by Randleifr
How to disable X-Axis
|
|
[no replies]
|
by Gyiove
class problem
|
|
[2 replies] Last: //Create variable a of type utest and initialize it using default... (by MiiNiPaa)
|
by retroCheck
Trimming Char Strings
|
|
[2 replies] Last: I did not know that I could terminate with a NULL. I knew once I start... (by retroCheck)
|
by Bdanielz
Read char* argv[] to wchar_t then evaluate in a case statement
|
|
[2 replies] Last: thanks so much! Will test this in the morning!! (by Bdanielz)
|
by peter55555
[C++, OpenCV] std::set<std::pair<double, cv::Point>> - problem with insert
|
|
[4 replies] Last: Thank you very much. I used version with std::tie - it works great! T... (by peter55555)
|
by HalfNOoB
[C++/SDL2] Adding Bullets
|
|
[8 replies] Last: @Zereo Yes you did! :)) I've already heard/read something like that,... (by HalfNOoB)
|
by hanest
why does program crash
|
|
[7 replies] Last: apologies my computer is just being slow in writing the value to the t... (by hanest)
|
by jdmic
unique_ptr and nullptr
|
|
[3 replies] Last: Ok I get it now. I thought the unique_ptr did not exist when I passed... (by jdmic)
|
by Tommy1998
Sentence : Hello , FindStringInSentence = ello , EditString = i; Output = Hi
|
|
[2 replies] Last: #include <iostream> #include <string> int main() { // enter strin... (by JLBorges)
|
by gaurav97
Converting 1-d array to 2-d matrix ! Reply ASAP.
|
|
[2 replies] Last: I am using codeblocks. This code force closes after accepting the seri... (by gaurav97)
|
by Kubani
Problem when creating a window
|
|
[2 replies] Last: Thank you very much. (by Kubani)
|
by retroCheck
fprintf not working
|
|
[7 replies] Last: I see. Thanks again! (by retroCheck)
|
by sujitnag
cpp function
|
|
[3 replies] Last: No, it is not possible, C++ does not support reflection and wasn't mad... (by MiiNiPaa)
|
by uzairraza4
snake game logic
|
|
[no replies]
|
by JChomp
Write cmd via shellExecute, system or createProcess
|
|
[no replies]
|
by retroCheck
Entering command line arguments
|
|
[4 replies] Last: Got it. Thanks again. (by retroCheck)
|
by cmog
Prime Number Code
|
|
[7 replies] Last: Wow thanks for all the feedback guys, I guess I still have a lot of wo... (by cmog)
|
by anhnha
Return by Reference
|
|
[8 replies] Last: Value categories are explained here: http://en.cppreference.com/w/cpp/... (by JLBorges)
|