by domweng
Help on if divisible by parameters?
|
|
[2 replies] Last: thank you so much! (by domweng)
|
by coder0101
Word Replacement Bug
|
|
[3 replies] Last: There's also issues re signed/unsigned numbers. Perhaps: #include <... (by seeplus)
|
error at cast of void ptr |
|
[2 replies] Last: Thanks, that works. (by nuderobmonkey)
|
Strings, String Processing and fileIO |
|
[3 replies] Last: -seeplus -jonnin Hi guys sorry for the late reply, I never thought som... (by Ancientgear101)
|
by chuuuing
Initialization of hash table
|
|
[4 replies] Last: If you compile as C++17, the easiest way is to inline the static defin... (by seeplus)
|
by Mathavan
String Array (1,2)
|
|
[25 replies] Last: For another way to do menus, consider this. It uses an array of menu t... (by seeplus)
|
by miguelminaj
C++ help for beginner!
|
|
[3 replies] Last: Consider: #include <iostream> #include <string> #include <cstdlib> ... (by seeplus)
|
by DonnaPin
remove & remove_if ?
|
|
[3 replies] Last: std::remove() and std::remove_if() both return an iterator to the elem... (by seeplus)
|
by solo88
tic tac toe game acting weird
|
|
[6 replies] Last: :D hello thank you for helping me today i finished the game (so i hope... (by solo88)
|
by kmce
operator << overload not working
|
|
[1 reply] : You only defined the function to print a std::set<Point2D>, but you al... (by helios)
|
by learner999
for loop excluding some values
|
|
[2 replies] Last: Hello Jonnin, Thank you so much .Not exactly ,actually it is y mista... (by learner999)
|
by skcpp
Copy Constructor
|
|
[4 replies] Last: (2) Aren't we typecasting obj to be of type MyClass, and if so, why u... (by keskiverto)
|
by hbcpp
Change windows taskbar Icon background color
|
|
[6 replies] Last: @agent max Thanks anyway. (by hbcpp)
|
by emcp
attempting first static thread_local not compiling
|
|
[3 replies] Last: thank you seeplus. I took your advice finally (been slammed by things... (by emcp)
|
by abuh
please help me
|
|
[2 replies] Last: abuh , PLEASE USE CODE TAGS (the <> formatting button to the right ... (by JRManx)
|
by jadolby7
Complier Error Help
|
|
[4 replies] Last: Alright, I just got done reinstalling my OS so hopefully that fill fix... (by jadolby7)
|
by chuuuing
array of vectors
|
|
[4 replies] Last: Visual Studio 2019's Intellisense flags an error without even trying t... (by deleted account xyzzy)
|
by wpe
Repeating Program, bool input twice
|
|
[2 replies] Last: Turns out the answer was to remove all standalone retry() calls, so th... (by wpe)
|
by mechatronicb
Change Date
|
|
[3 replies] Last: I found the answer. I just to erase initialitation of d2,m2,y2 from vo... (by mechatronicb)
|
class operator + overloading only partially working |
|
[5 replies] Last: Dutch and ne555, thanks for pointing out that I needed the assignment ... (by icewizardwo323)
|