Desperate need of help |
|
[5 replies] Last: One thing: <string.h> is not used for the std::string datatype. st... (by Ganado)
|
by jlouie6
How to sort an AA Tree?
|
|
[1 reply] : Is buildBST supposed to be insert ? If not, where is the code? Al... (by kbw)
|
by meatshake310
solved
|
|
[5 replies] Last: With your CountLetters function, can you see how it would be better ... (by TheIdeasMan)
|
by Mr Mr
procedural C++ GUI apps ??
|
|
[2 replies] Last: Qt and many of the other GUI frameworks are OOP, that paradigm seems t... (by TheIdeasMan)
|
by vittorioc98
Call to implicitly-deleted copy constructor...
|
|
[12 replies] Last: @ vittorioc98 My apologies, I was discombobulated (wrong / confused... (by TheIdeasMan)
|
by Tipper1997
Need help with incorrect outputs
|
|
[1 reply] : Why not just have your meal in its actual value instead of doing this ... (by Ganado)
|
by ashwyn
Need help w/type conversion. (string to int)
|
|
[7 replies] Last: @lastchance You've been extremely helpful. Thank you very much for yo... (by ashwyn)
|
Segmentation fault in the very last for loop |
|
[5 replies] Last: 16 candidates ... but on line 60 you try to print the 0, 1, 2 ... 16 ... (by lastchance)
|
by Satan
Factorial resolving more efficiiently (1,2)
|
|
[22 replies] Last: There is a formula that directly computes approximate factorials to v... (by mbozzi)
|
by zain ahmad
visual studio error contsant
|
|
[2 replies] Last: Hello zain ahmad. As TheIdeasMan said a vector would be a better choi... (by Handy Andy)
|
by Hassan Ashas
Using if statement to check whether string has value or not (homework)
|
|
[4 replies] Last: Hello Hassan Ashas, After working with the program I came up with thi... (by Handy Andy)
|
by Hassan Ashas
Program not giving proper mathematical answer.
|
|
[7 replies] Last: what he said and what you're saying is literally the same thing but i... (by jlb)
|
by mekelek225
comparing boolean in if statement
|
|
[5 replies] Last: Consider : if (!poop) {} is the same as if (poop == false) {} ... (by TheIdeasMan)
|
by Awsom3Alan3
Need help with Arrays and the Highest element of an Array.
|
|
[3 replies] Last: The row with the highest score is the index of the names. For example:... (by Thomas1965)
|
by Blake7
My objects are sharing a variable?
|
|
[3 replies] Last: Well, think about it. Once you made my suggested change you started se... (by helios)
|
by zain ahmad
Borrow in C++
|
|
[1 reply] : #include <iostream> #include <string> #include <cctype> // true if e... (by JLBorges)
|
by jjordan33
Keeping each input in a while loop instead of just the last one
|
|
[3 replies] Last: @Andy he said "Every function works perfectly". So maybe the headerfil... (by Satan)
|
by Hassan Ashas
Logic of this question (Homework)
|
|
[7 replies] Last: Long double only starts to lose precision after 18 digits and that's a... (by Satan)
|
by Awsom3Alan3
Need help with 2D Arrays!
|
|
[3 replies] Last: An alternative without the need for a 1D array: #include <iostream> ... (by closed account E0p9LyTq)
|
by Satan
Review my permutations and combinations program
|
|
[13 replies] Last: Thanks a lot @TheIdeasMan that was helpful ;) Oh and thank you too @... (by Satan)
|