by drowsysaturn
Encapsulating third party api
|
|
[1 reply] : Creating a wrapper class in a new header solved the problem. #inclu... (by drowsysaturn)
|
by ccoleman12
Quicksort with Median of Three
|
|
[no replies]
|
by adaaja070
Master dev C++ please come!
|
|
[2 replies] Last: Pretty close, but to fix what moschops said and to solve the problem o... (by drowsysaturn)
|
by zamychu
changing an if statement to a while loop
|
|
[1 reply] : You would have to surround all of the code that includes the switch st... (by drowsysaturn)
|
by tristan0750
closing a program whenever the user cares to do so.
|
|
[3 replies] Last: When you are comparing a std::string and a char*, do exit.compare("... (by drowsysaturn)
|
by Strakh
Synthetic Division Program Being Weird?
|
|
[2 replies] Last: TermA is initialized, I moved it when I was testing something, forgot ... (by Strakh)
|
write a class called digit.. |
|
[1 reply] : Please note that this is not a homework site. We won't do your homewor... (by keskiverto)
|
by ivancm11
C++ problem with strings
|
|
[4 replies] Last: istringstream works like cin, the difference is that the input comes f... (by Thomas1965)
|
by patoiscute
I/O transferring data from input file to output file.
|
|
[6 replies] Last: Ok I think I did it. hahah Sorry its my first time on cplusplus (by patoiscute)
|
Question regarding my code. |
|
[5 replies] Last: i made taxrate = 0; on my program at home and it's still spitting the... (by jlb)
|
by moonman239
Why must main() return anything?
|
|
[3 replies] Last: If "back in the day" means right now, right here, then, yes, that retu... (by MikeyBoy)
|
by a10e29
Object slicing trouble
|
|
[4 replies] Last: > pretending I made 3 cotainer objects and populated contents(...) ¿a... (by ne555)
|
by Bdanielz
Should I use delete when using this code.
|
|
[6 replies] Last: No, it's not good. It's a mess. This (const char *) '\n' creates a p... (by Moschops)
|
string count without counting spaces and character which is repeated |
|
[5 replies] Last: I made this code: It counts repeated characters as 1, and doesn't incl... (by hiphop12ism)
|
by m0shka
Binary search algorithm
|
|
[1 reply] : Why are you returning integers? It makes more sense to return bool. 1 ... (by keanedawg)
|
C++ Matr |
|
[4 replies] Last: This matrix code will serve my purpose. However, I am a beginner in C+... (by skalsi)
|
by mrbossjb
Object Oriented Programming Assignment Help
|
|
[3 replies] Last: This is what I have so far: #include <iostream> using namespace std... (by mrbossjb)
|
by parmih4
Calculating Time complexity of a couple functions
|
|
[2 replies] Last: I am not entirely sure, but depending on what system you ran this on y... (by Nick Schuck)
|
by nightrider
infix to postfix
|
|
[3 replies] Last: I would like to point out you have no reason to make priority a double... (by keanedawg)
|