by aceadams
I need of help on very basic question
|
|
[1 reply] : Do a cout << endl; after the inner loop finishes: #include <iostrea... (by AbstractionAnon)
|
by mcr99
Project Euler #14
|
|
[3 replies] Last: You're welcome. You can speed it up quite a bit (although it's not rea... (by dutch)
|
by alexstrinda
Arrays return different results for the same indexes
|
|
[3 replies] Last: Yes, it compiled. Runtime sized arrays are an extension supported by... (by dhayden)
|
count() in map |
|
[2 replies] Last: > I want the number of occurrences of the second string std::map::co... (by JLBorges)
|
Sum of two numbers in array |
|
[6 replies] Last: @ne555 Oh yes, this was the issue. selection of one box was not allow... (by closed account 1vf9z8AR)
|
by berce
Checking if input is integer with regex
|
|
[7 replies] Last: thanks everyone. @dutch I tried it's working 2 good int: 2 2s bad in... (by berce)
|
by yaamart
.exe file opening and closing too fast?
|
|
[3 replies] Last: Ohhhh! Thanks a ton! :)) (by yaamart)
|
by Zivojin
Calling template function
|
|
[1 reply] : T GetElement(int x, int y){ return this->p ; } int x = matrical.Get... (by ne555)
|
by Cheddar99
Help with Pointer syntax
|
|
[8 replies] Last: Hey, thank you both (lastchance; jonnin) for your rapid replies. This'... (by Cheddar99)
|
Game theory optimization |
|
[13 replies] Last: These inputs are actually really small for any k >= 2 due to exponenti... (by Browni3141)
|
by kenith001
urgent response neaded
|
|
[8 replies] Last: [quote=keskiverto]We know that Ben can take 1, 2, or 3 on the first tu... (by Browni3141)
|
by Alexis929
AYUDA!!!!
|
|
[1 reply] : Please, Alexis929, try to enhance your question or you are not likely ... (by Enoizat)
|
by Grime
Arithmetic vs Logic
|
|
[9 replies] Last: What about this one? str = "cscscscc" occurances ; for(int i=0; i < ... (by Konstantin2)
|
by zydeholic
Getting duplicate definitions even when using header guards
|
|
[7 replies] Last: @zydeholic You're welcome - glad I could help! (by MikeyBoy)
|
by Grime
Force a parameter to be lower than something? (how to cause assertion)
|
|
[13 replies] Last: You're welcome - hope it helped! (by MikeyBoy)
|
Substring Problem |
|
[4 replies] Last: @dutch ?? (by closed account N3wCDjzh)
|
by rozick1
Should I use a vector of iterators here?
|
|
[3 replies] Last: Don't return iterators. The caller shouldn't know or care about how yo... (by dhayden)
|
(How to) Friend declaration of a nested iterator class towards its container class |
|
[2 replies] Last: ne555 You are right about the postfix version. I pasted the implement... (by cppStudent012)
|
by Grime
How do I write an artibrary precision datatype?
|
|
[5 replies] Last: This might be worth a read... Bignum Challange http://www.cplusplus.... (by closed account z05DSL3A)
|
by Grime
How to template determine return type and passing type? (modifier)
|
|
[2 replies] Last: Can template do this? Yes: template<typename result_type> result_type... (by coder777)
|