by sean244
How to check if the user is entering the same input twice?
|
|
[4 replies] Last: I modified your solution and it works perfectly now. Thank you for you... (by sean244)
|
by GJOwl
Differing variable input question
|
|
[no replies]
|
by Giorgio
How do I round?
|
|
[6 replies] Last: Can someone please help me? I've been struggling through this for hour... (by Giorgio)
|
by TieRein
Noob needs help with foo and other things
|
|
[13 replies] Last: Thanks. I was just using it as an example because I only know of main ... (by TieRein)
|
by Felmon
help me pls, I am not quite sure if I am doing right or not.
|
|
[no replies]
|
by KMagic
Memory leak detection
|
|
[1 reply] : Try Deleaker, it has standalone version that works with binaries made ... (by ArtemRazin)
|
Vector resize |
|
[2 replies] Last: resize is changing logical size of container. If new size is less than... (by MiiNiPaa)
|
by Ulutay
pow() function
|
|
[3 replies] Last: aha i got it now, thanks a lot, cheers ! (by Ulutay)
|
by misslyss
How to use new to allocate space?
|
|
[6 replies] Last: Was a typo, but MiiniPaa is correct you should use delete with new a... (by closed account 2UD8vCM9)
|
by skorefish
problem with pointers
|
|
[3 replies] Last: Oh okay I've never worked with that. Also, don't forget that every ti... (by closed account 2UD8vCM9)
|
by JOSEluis2796
not understand
|
|
[1 reply] : Actually inserting at the beginning is easier than inserting at the en... (by dhayden)
|
by kaisaybye
Basic C++ program
|
|
[3 replies] Last: As dhayden stated, the optimal way to do this would be to use vectors,... (by closed account 2UD8vCM9)
|
by modieduc8
need help with code!
|
|
[no replies]
|
by etrusks
Problem with function argument
|
|
[2 replies] Last: Thank you big time man, really helped me :) (by etrusks)
|
by locvx1234
Please help me in Palindrome Code
|
|
[2 replies] Last: yes, I forgot to edit sossanh ==> compare But I want you help me in s... (by locvx1234)
|
by tmmobley
Creating bigint class
|
|
[7 replies] Last: dhayden - So, after digit iterates backwards through the array, the ... (by tmmobley)
|
by pranit123
Possible permutations of strings.
|
|
[1 reply] : what functions will be useful? std::next_permutation maybe? http:/... (by MiiNiPaa)
|
by glenjoker
Does the release() member function of unique_ptr class free the memory of a dynamically allocated array?
|
|
[11 replies] Last: Okay, I get it. Profuse thanks to everyone. I really appreciate your h... (by glenjoker)
|
by h4ever
problems with pointers
|
|
[3 replies] Last: Last line which is crashing: (void) jpeg_finish_decompress(&*cDecompr... (by h4ever)
|
by subhransu
OUTPUT OF THE CONSTRUCTOR
|
|
[1 reply] : Hi, The output is exactly as it laid out in the code. Code executes i... (by TheIdeasMan)
|