by autoPilot
Amortization of 500,000 loans
|
|
[9 replies] Last: @AIa43 That code isn't efficient. It'll probably crash due to that st... (by Avilius)
|
by Happy Tears
Error: Debug Assertion Failed
|
|
[1 reply] : File: c:\program files (x86)\microsoft visual studio 12.0\vc\include\... (by keskiverto)
|
by Ironskink
Libcurl Implementation Question
|
|
[no replies]
|
by xystus
Making a crit strike?
|
|
[5 replies] Last: I suggest to not use random_device before checking it entropy(). For ... (by MiiNiPaa)
|
by xystus
Variables creating in void to use in other voids?
|
|
[8 replies] Last: The below would end properly when your new hp was set to or below 0. P... (by closed account j3Rz8vqX)
|
by ixoye36
sqlite3 and C++ : insert user values
|
|
[12 replies] Last: Try to use stringstreams. Looks like it will be easier for you: #incl... (by MiiNiPaa)
|
How do games change the meshes at runtime? |
|
[2 replies] Last: Okay thanks (by Irrelevant Elephant)
|
by Vorp
Deleting linked list nodes recursivly
|
|
[2 replies] Last: Wow...I am quite new to most of this, and I thought that when head is ... (by Vorp)
|
match word to definition hangman game |
|
[1 reply] : Instead of line 25 write: getline(inFile, definition); (by coder777)
|
hangman definition game trouble |
|
[3 replies] Last: @cire Thanks so much for the input, it worked correctly. One more q... (by closed account L092y60M)
|
by brishi
Program in C++
|
|
[4 replies] Last: Well, post the Java version and we'll help you move it to C++. We can... (by kbw)
|
Help in File Stream and searching a book in my program |
|
[1 reply] : Formatted input (operator>>) reads space delimited values. So if you e... (by MiiNiPaa)
|
by thehbpme
undefined reference to WinMain@16
|
|
[3 replies] Last: and it gives u a .c file Correct. Then you are supposed to include th... (by MiiNiPaa)
|
by suchait
Program got crashed on compiling
|
|
[1 reply] : Your insert function does not use parameter q, trying to insert into r... (by MiiNiPaa)
|
by bmmasprep
C++ runtime error
|
|
[1 reply] : Without knowing anything, I would guess that dup() allocates an object... (by helios)
|
by J4ke
Organizational System Giving Errors
|
|
[1 reply] : because of the preprocessor directives preventing classes from being ... (by coder777)
|
by webkage
Error in iterator declaration with typename map<A,B>
|
|
[4 replies] Last: Thank you everybody; it worked! (by webkage)
|
by JasperBraun
Where to Start Learning to Multithread
|
|
[1 reply] : http://solarianprogrammer.com/2011/12/16/cpp-11-thread-tutorial/ this ... (by Little Bobby Tables)
|
Printing a character at a certain coordinate |
|
[5 replies] Last: Ok, I see, so can you explain IsKeyPressed() and GotoXY(), and Finaliz... (by greenleaf800073)
|
by brsk
Exporting from C++ Builder to Excel
|
|
[6 replies] Last: I'll try that. Thank you Stewbond (by brsk)
|