identifying parameters |
|
[2 replies] Last: #include <iostream> #include <iomanip> using namespace std; int m... (by againtry)
|
by akash16
Validate input parameters before pass to the function or in function body?
|
|
[4 replies] Last: I agree with the above. Typically I have a small handful of extremel... (by jonnin)
|
Hello Guys! (1,2) |
|
[22 replies] Last: :( not (by againtry)
|
by yabi2943993
Area of a rectangle
|
|
[11 replies] Last: Just solved the problem:) Thanks for your help #include <iostream> usi... (by yabi2943993)
|
by blendero777
searching a vector of objects (1,2)
|
|
[25 replies] Last: @lastchance thank you very much you're a lifesaver xd, it is now worki... (by blendero777)
|
by marhuum
let c++ have static_assert without interruption
|
|
[5 replies] Last: I imagine (a variation on) the pattern @JLBorges demonstrates will be ... (by mbozzi)
|
by koce
template class template parameters
|
|
[5 replies] Last: Awesome, thanks, man! (by koce)
|
by fewdiefie
affine texture mapper problem
|
|
[1 reply] : ¿how are you computing 'u' and 'v'? the band fighting may be a precis... (by ne555)
|
by volang
Pointers within the same range/memory block
|
|
[7 replies] Last: you should always know how big a pointer is. If you allocated it, you... (by jonnin)
|
by volang
Char pointers assign
|
|
[7 replies] Last: I tried std::string for images/videos, which didnt work String is de... (by dhayden)
|
by aster
avoid use of malloc/free on a function
|
|
[5 replies] Last: Since you don't manually allocate memory, yes. However just being mem... (by jlb)
|
by aster
function works if called once, memory leak if i call it again
|
|
[5 replies] Last: Well, ok, I feel embarrassed for this. This line in ArrOfArrs::double... (by Enoizat)
|
by H00G0
Error trying to pass function as argument
|
|
[10 replies] Last: You can't have it both ways. If the function interacts with a (non-st... (by H00G0)
|
by shanno8
I am trying to create a following code with the information below.
|
|
[3 replies] Last: #include <iostream> #include <string.h> using namespace std; class ... (by shanno8)
|
by yabi2943993
Kaprekar constant
|
|
[3 replies] Last: FIrstly, learn to use code tags to post code! You probably just need ... (by dutch)
|
by ruzip
Deleting and Freeing an Array of Structs/Objects from Memory
|
|
[16 replies] Last: Yes, I got it now that is why I decided to just to delete and reset th... (by ruzip)
|
by Ganado
Nice
|
|
[3 replies] Last: I'm glad he/she got the answer they wanted. It's over to the teacher ... (by againtry)
|
by yabi2943993
Output problem
|
|
[5 replies] Last: Ok, thanks lastchance (by yabi2943993)
|
by yabi2943993
Output problem
|
|
[5 replies] Last: Thanks to all for your help. For those who asked, why I want to do suc... (by yabi2943993)
|
Factory can't access friend's constructor |
|
[8 replies] Last: > It's make_unique that seems to have trouble accessing the protected ... (by JLBorges)
|