by ak281378
heap algo modification
|
|
[2 replies] Last: I'm not sure that's what was asked. A "heap" is just an array that is... (by Duthomhas)
|
by okfree
Constructing an array
|
|
[5 replies] Last: I'm a little confused by what your asking... If by i you mean the inde... (by Karakuik)
|
by darkob93
Modulo recursive problem for exponents with decimals
|
|
[6 replies] Last: Yes, you are right I was overcomplicating, should have thought up of t... (by darkob93)
|
.exe has stopped working |
|
[3 replies] Last: These ones: while(i<t) { length=digits(n,i); in... (by Repeater)
|
by Ch1156
Ternary operator help
|
|
[8 replies] Last: Great! thank you for all your help! (by Ch1156)
|
by ChrisL
Some basic reasons to start
|
|
[4 replies] Last: You could get 99 (or any number) if you forgot to initialize count to ... (by tpb)
|
by r6racer
Spell checker (Programming 3)
|
|
[3 replies] Last: std::unordered_map is a hash table. http://www.cplusplus.com/reference... (by tpb)
|
by newbie4long
Program hangs
|
|
[4 replies] Last: That one feels backwards to pretty much everyone at first. But when yo... (by tpb)
|
by passiontrip
Adding values in a list with an iterator
|
|
[2 replies] Last: Oh wow that was an easy fix thank you very much! (by passiontrip)
|
coordinate compression |
|
[7 replies] Last: can someone just explain me the test cases.. I am sort of getting the... (by darkX)
|
by kreezy
My First Project
|
|
[6 replies] Last: Thanks a lot from everyone who responded. This project was made withou... (by kreezy)
|
by hacker9876
GCD (1,2)
|
|
[22 replies] Last: Just an observation, but... If (a-b) = 0 then GCD = 2a^n. If (a-b)... (by Manga)
|
by alcatraz98
GCD
|
|
[5 replies] Last: @Manga, In gcc <iostream> indirectly includes <string>: <iostream> ... (by tpb)
|
by clonxy
How do you delete 2d vectors?
|
|
[1 reply] : If map2d is a vector of vectors, then map2d.clear(); map2d.res... (by Repeater)
|
by mycuser
std::bad_array_new_length
|
|
[4 replies] Last: [Hello all, I have reworked Andy's line # 12 from : for (int i = 0;... (by mycuser)
|
by asdru
->size() returns the wrong result
|
|
[4 replies] Last: All of these syntaxes call the size() member function of first std:... (by keskiverto)
|
Decryption of openssl packets with static certificates |
|
[no replies]
|
by Seyter
HOW TO MAKE A PROGRAM THAT ACCEPTS POSITIVE NUMBER INPUT BUT NOT NEGATIVE NUMBERS OR ALPHABETS?
|
|
[8 replies] Last: Also, the usual idea is to write pseudo code first, then turn that int... (by TheIdeasMan)
|
by CGunn86
Default Constructor question.
|
|
[4 replies] Last: Nope not misleading. I appreciate you clarifying for me. I sort of fig... (by CGunn86)
|
by Kai456
Exception thrown when trying to print only first n elements of vector
|
|
[6 replies] Last: Wow Ganado thank you for the great reply! Makes a lot more sense now t... (by Kai456)
|