by techjohnny
Triangle.cpp
|
|
[5 replies] Last: Let me know if you feel it's worth 90% Well, I'm no teacher and don... (by mbozzi)
|
by ejkang62
Last occurrence? smallest item?
|
|
[1 reply] : I believe it's the lexicographical order of the array, i.e. the string... (by integralfx)
|
by arobles10
OutFile and InFile of a vector
|
|
[3 replies] Last: #include <vector> #include <iostream> using namespace std; int main(... (by arobles10)
|
by Failure
Please Help Me Understand this
|
|
[3 replies] Last: Have you tried to write a class before? (by Bdanielz)
|
by ExSanity
Run two+ void functions at once?
|
|
[2 replies] Last: without having to use threads why? (by gunnerfunner)
|
by ejkang62
passing bool function result to another function
|
|
[1 reply] : if (boolResult = 0)//assigning here, not checking for equality //shou... (by gunnerfunner)
|
by astivers1503
Passing a <map> by reference to a function.
|
|
[10 replies] Last: Your code needs to be reworked. 172 lines and 8 levels of nesting mak... (by mbozzi)
|
by olive chu
watch value is different with actually value?
|
|
[6 replies] Last: Yes, It's same value! I've change the code : using namespace std; int ... (by olive chu)
|
by hemantkhadka
Source code needed
|
|
[7 replies] Last: I knew you could figure it out once you got into it. Now, can you exp... (by jonnin)
|
by simer
Return incorrect values
|
|
[4 replies] Last: currency is a specific example of what I was saying about comparison o... (by jonnin)
|
by Robsome97
getting weird error for while loop
|
|
[1 reply] : for (zero<5;zero++; stuff>=6) You might want to review on the syntax... (by integralfx)
|
by Day Vide
Need an explanation
|
|
[4 replies] Last: Ohhh thanks guys (by Day Vide)
|
by chinaski
Random numer generation question
|
|
[2 replies] Last: Thanks alot! great response. (by chinaski)
|
by only8bit
Throwing 'success' and optimising a fstream function
|
|
[2 replies] Last: reading 1 char at a time is a performance killer. So is testing for e... (by jonnin)
|
Operator overloading return |
|
[1 reply] : let's go through the code in steps, with some clean-up of the text: ... (by gunnerfunner)
|
by Algoreithm
Can you help me fix this bug.
|
|
[7 replies] Last: @Thomas my friends mom is a black jack dealer at a casino they draw un... (by Algoreithm)
|
by Yoooooo
'\n' ascii code
|
|
[6 replies] Last: all languages will conform to the OS that you are working on. That is ... (by jonnin)
|
by Gammel2012
Converting a String into chars
|
|
[1 reply] : The second argument of getline() is std::string, not char: http://www.... (by gunnerfunner)
|
by Claudius7
Sort command for sorting a map<int, double> by key?
|
|
[3 replies] Last: iterators iterate (traverse) the container across the container elemen... (by gunnerfunner)
|
by Gammel2012
#include <fstream.h> fails
|
|
[4 replies] Last: Oh yeah didnt realise I forgot those (by Gammel2012)
|