by Arcie
If statement with multiple criteria
|
|
[5 replies] Last: Ok, that's weird... I swear that code wasn't working yesterday! Just t... (by Arcie)
|
Finding average Temperatures w/ Vectors |
|
[4 replies] Last: Add: if (temps.size() == 0) return 0.0; somewhere to avoid divide by... (by ShodanHo)
|
Compiler and tutorials |
|
[5 replies] Last: It does matter, download the latest release of codeblocks or mingw and... (by nvrmnd)
|
by argusDawn
implementation of a multithreaded version of mergesort.
|
|
[no replies]
|
by n30n
c++ class constructor to create date and time
|
|
[2 replies] Last: And you didn't provide 'Time class' code. (by ak16)
|
by lomber
Clarification on numbering for header files?
|
|
[1 reply] : Do not include the line numbers. Ex2 is the correct one. (by kevinkjt2000)
|
by tommyo
c++ string class concantenate
|
|
[2 replies] Last: Your function is supposed to return a Mystring. Probably you want to a... (by ats15)
|
by PSStallion
destructor in .h and .cpp file
|
|
[1 reply] : I am assuming taxRate is of type double ? The delete keyword is o... (by kevinkjt2000)
|
by ccwtree11
Vector Iterator Not Dereferencable
|
|
[2 replies] Last: A. In a vector, v , v.size() is never a valid index (line 17.) B. ... (by cire)
|
by stdeez
underflowError
|
|
[7 replies] Last: It's part of exception handling. You can throw an error for later view... (by Volatile Pulse)
|
by Isolated
I need help with a couple things.
|
|
[1 reply] : #1 int main() { string phrase; char encodeOrDecode; int i; ... (by Volatile Pulse)
|
by Manav Mnv
Pascal triangle using recursion.
|
|
[2 replies] Last: Yes it gives the right output. Thanks! (by Manav Mnv)
|
by ccdare
difference between DBL_MAX_EXP & DBL_MAX_10_EXP
|
|
[no replies]
|
by tommyo
c++ For Loop Error
|
|
[1 reply] : What happens if s.sval is equal to sval ? I recommend you use one re... (by jlb)
|
by binaryamg
minimum values in an array
|
|
[2 replies] Last: Sorting changes indices, so it seems inappropriate. std::min_element ... (by keskiverto)
|
by locolo
nest if-else - int but still accepting characters or enter
|
|
[4 replies] Last: Your welcome :) (by Codermik)
|
by portea35
Pointers and Classes
|
|
[3 replies] Last: Who has the vector, main() or every Person? Why would the instruction ... (by keskiverto)
|
by JBIRD304
Keep getting bad output
|
|
[5 replies] Last: Yep - that's what I was hinting at! Glad you managed to find it, and ... (by MikeyBoy)
|
by jheard901
Using DirectInput to get Keyboard Input
|
|
[1 reply] : Solved this, following along here: http://www.two-kings.de/tutorials/... (by jheard901)
|
by cozier
Could someone take a look to see if I made these arrays correctly?
|
|
[9 replies] Last: data1 is the array of numbers we generated from the rand function. da... (by Codermik)
|