by stoneJax
Concatenation
|
|
[2 replies] Last: Yes I do have other functions. Sorry I didn't post them as I didn't kn... (by stoneJax)
|
by yucecoder
terminate called after throwing an instance of 'long'
|
|
[2 replies] Last: If you don't know about debuggers, you can insert a line like cout <<... (by Konstantin2)
|
by stokke
Best Flushing Toilet
|
|
[3 replies] Last: you have to manually set the pointer to null after delete if you want ... (by jonnin)
|
by tomisrb
return to last loop
|
|
[3 replies] Last: #include <iostream> #include <string> int main () { std::string... (by closed account z05DSL3A)
|
Check a string input for specific input |
|
[3 replies] Last: #include <iostream> #include <string> #include <regex> int main() { ... (by JLBorges)
|
by jony11
Help Files
|
|
[1 reply] : double post, and the other one had a better answer... (by jonnin)
|
by Claudiu
Problem for move and assigned code
|
|
[1 reply] : Error C2679 binary '=': no operator found which takes a right-hand op... (by coder777)
|
by Nitrosolid
Base Class Undefined
|
|
[2 replies] Last: If the code in Staff.h depends on definitions in Department.h, then St... (by MikeyBoy)
|
Finding the Average from an array |
|
[8 replies] Last: Thank you all for your help. I was initializing it but it was still gi... (by closed account jEb91hU5)
|
Array inputs |
|
[4 replies] Last: #include <iostream> #include <string> #include <cctype> #include <mem... (by JLBorges)
|
by fugsiqle
Char Array Initialization With Hex Literals
|
|
[3 replies] Last: Non-static members of array type cannot deduce their size from member ... (by JLBorges)
|
by arg57
limit while loop tries
|
|
[6 replies] Last: It's a newer form of variable initilization and it's set to one becaus... (by fugsiqle)
|
by Flynn Rhodes
1000 dice output 2-12 weird negative number
|
|
[3 replies] Last: Thank you for the help that was the problem! (by Flynn Rhodes)
|
by tomisrb
Beginner problem
|
|
[1 reply] : Use getline( cin, odgovor ); (by lastchance)
|
AI learning program, kind of. |
|
[5 replies] Last: it does not matter anymore. I changed how the program works. But if ... (by Grand Master stickshift)
|
by cash
complex number to power
|
|
[1 reply] : Lets say that n==4. The x^4 can be expressed as x*x*x*x, doesn't it? ... (by keskiverto)
|
by Asteris
Search and delete an exist element in Queue
|
|
[5 replies] Last: Thank you very much . Work like a list. Like that #include <iostre... (by Asteris)
|
OOP pointer |
|
[10 replies] Last: i fix my mistakes but i still dont have idea on how to do number 5 a ... (by Enoizat)
|
by arg57
convert if to switch
|
|
[2 replies] Last: Yes that works thanks salem c (by arg57)
|
Class not recognizing a member function..? |
|
[2 replies] Last: Oh right, I always forget about that... Thank you! (by PiggiesGoSqueal)
|