by hassanAman
References and Reverse Iteration over map
|
|
[2 replies] Last: Thanks for the clarification! (by hassanAman)
|
by jfernbacher
C++ where to begin?
|
|
[9 replies] Last: well, what I was trying to say was, for substring searching you want t... (by jonnin)
|
by staycoding12
file input and output
|
|
[1 reply] : I am getting an error prompt And the error prompt is? We can't see ... (by deleted account xyzzy)
|
by Cjigsaw
function advice
|
|
[2 replies] Last: Efficiency aside, why is the array 2D if the dimensions of the array a... (by Ganado)
|
strings hashing |
|
[4 replies] Last: learner2 Maybe :) thank you (by ahmad alghadban)
|
by rainyday
Output all prime numbers between 1 and 100
|
|
[8 replies] Last: Ah okay. I forgot that 1 isn't actually a prime number. As for changin... (by rainyday)
|
by Utku
SFML my move function is not working correctly
|
|
[2 replies] Last: @coder777 Thank you for your reply. I change my function according to ... (by Utku)
|
add each line from a text file into a vector |
|
[1 reply] : Line 6: Do not loop on (! stream.eof()) or (stream.good()). This does ... (by AbstractionAnon)
|
by broseeph
Checking for duplicate values in 2D array
|
|
[4 replies] Last: for the approach I said, if you defined suits 0-3 and cards 1-13 (ace,... (by jonnin)
|
by julie2019
OpenToonz
|
|
[1 reply] : The slow gradual slide into off-topic-spammery continues. Post it in t... (by salem c)
|
by Sid321
Arrays and Function Overloading Sort
|
|
[2 replies] Last: Technically, in the instructions #2 and #3 are the same thing. To go ... (by doug4)
|
by NadH
Call to a C++ Dll function : SLOW
|
|
[16 replies] Last: I will try a few stuff as you suggested and get back asap. Thank you a... (by NadH)
|
by DeeMoo
How to create a file with imputed file name?
|
|
[2 replies] Last: Thank you very much :) (by DeeMoo)
|
sprintf format for date::year_month_day |
|
[3 replies] Last: You can tell the compiler to stop complaining by casting that value to... (by kbw)
|
by raganja
Need Help
|
|
[2 replies] Last: Try say int cents = Area / 10; int dollars = cents / 100; cents = cent... (by salem c)
|
by kitcats
Horizontal Histogram
|
|
[2 replies] Last: Oh, I didn't catch that! Thank you, I will update that and check my ar... (by kitcats)
|
by rainyday
Deficient, Perfect, Abundant
|
|
[11 replies] Last: Good job! You can make this even better by simply moving the declarat... (by dhayden)
|
by Iamme1
Resource file
|
|
[1 reply] : #include <fstream> //to work with files int main(){ std::ifstream... (by ne555)
|
by sluzfinest
Try to set a while statement with a loop and a break
|
|
[1 reply] : Is there a question? (by helios)
|
Executing Dynamic Objects Member Functions - But they don't exist yet |
|
[5 replies] Last: use vectors. your pointer = null and memory later is fine. but vect... (by jonnin)
|