by txikiting
Comparing strings of more than 50 characters
|
|
[3 replies] Last: std::mismatch() Returns the first mismatching pair of elements from ... (by JLBorges)
|
User-defined vector, variance, and standard deviation |
|
[2 replies] Last: #include <iostream> #include <valarray> using namespace std; int mai... (by lastchance)
|
by priscill4grz
FILM DATA HELP!!!
|
|
[4 replies] Last: You can see I added the count value to see what was going on. I figure... (by SamuelAdams)
|
by heepoo
error 2039 in my code although the function is declared
|
|
[3 replies] Last: oops, this is sight problem (when it makes you not to be able to debug... (by heepoo)
|
by bradltr95
Passing a passed pointer
|
|
[7 replies] Last: Oh wow okay thanks this will be useful in the project since I create t... (by bradltr95)
|
by Nells7767
Seconds into minutes, hours, weeks and years.
|
|
[2 replies] Last: Use an array to store how many seconds are in each unit then just walk... (by dhayden)
|
by badboy1245
coping string from acitivity to another in native
|
|
[6 replies] Last: Google "android jni return string". There's tons of documentation onli... (by helios)
|
by Nells7767
Temperature question
|
|
[5 replies] Last: Can you post the "fixed" code with the suggested else statement? I'... (by doug4)
|
by yepicubef
test help
|
|
[1 reply] : 1.c, the behaviour is undefined. 2, a for loop has the form for(initi... (by ne555)
|
by Yannenou
Range-based for loops or for_each with multi-dimensional intra-dependent arrays
|
|
[1 reply] : The lines 1-5 you can achieve with: double interpolation_term_tab {... (by keskiverto)
|
by smalldragon
handle
|
|
[no replies]
|
by kindgnice
How Can I Import Values from OBJ file to My C++ Program?
|
|
[12 replies] Last: It's okay my friend. I understand. :) The first two links were picture... (by kindgnice)
|
by bradltr95
Random number based off a percentage
|
|
[3 replies] Last: Oops. My bad. On line 12 the expression should be dodge_successful = ... (by helios)
|
class definition question |
|
[1 reply] : See: https://cpppatterns.com/patterns/pimpl.html Nested classes: http... (by JLBorges)
|
by kindgnice
Single "&" Inside The If-Statement in C++?
|
|
[5 replies] Last: Thank you @Golden Lizard @fcantoro and @jonnin for your insights. God ... (by kindgnice)
|
by Joe006
std::bad_alloc
|
|
[11 replies] Last: Its all good now. Thanks so much for all the help and advice. I try no... (by Joe006)
|
by elohssa
Boost python on windows
|
|
[2 replies] Last: Ah it's not working. Tried both ways. (by elohssa)
|
Sorted maps |
|
[1 reply] : Maps are always ordered by key. (by Peter87)
|
by kada17
Formatting oversized columns in output
|
|
[1 reply] : erase the extra http://www.cplusplus.com/reference/string/string/erase... (by SamuelAdams)
|
by Cambalinho
class's: how can i use assigment operator on constructor?
|
|
[4 replies] Last: thank you so much for correct me (by Cambalinho)
|