by kmce
auto in templates?
|
|
[4 replies] Last: But is it basically auto is being used to determine the return type. ... (by mbozzi)
|
by kmlz
reading as numbers and saving as colors
|
|
[11 replies] Last: That is telling you that you tried to build the program with outdated ... (by jonnin)
|
by CTonevski
Arrays & rounding from float to int
|
|
[5 replies] Last: so I got this for the last part - technically it works.... thanks for ... (by CTonevski)
|
Trying to make a program to solve an equation for me |
|
[9 replies] Last: Ah right right, that makes sense my bad. (by TheFlyingGamer)
|
Rejecting a floating point |
|
[4 replies] Last: #include <iostream> #include <string> #include <limits> using names... (by Manga)
|
by MaxGreen
get and set char *
|
|
[4 replies] Last: seeplus thanks for in depth explanation (by MaxGreen)
|
by majkel1234
calculator
|
|
[5 replies] Last: Hello majkel1234, Working with your original code: #include <cctype... (by Handy Andy)
|
by DonnaPin
dynamic cast
|
|
[11 replies] Last: I think the animalBase to cat works because the base class still know... (by MikeyBoy)
|
by John3682
logical calculator
|
|
[8 replies] Last: delete the classes bring the infix part in main function also u dont n... (by maximus854)
|
by Minionmin
Cannot print 3D array using function
|
|
[5 replies] Last: #include <iostream> using namespace std; void printArray(int *, int,... (by lastchance)
|
simplify the code |
|
[5 replies] Last: thank you all so much!! :) (by laura fidarova)
|
convert to an array of symbols |
|
[2 replies] Last: #include <iostream> int main() { char test = "$$?@@**$@"; int ... (by lastchance)
|
by Ian2179
Separating .txt Lines Into Different Variables
|
|
[1 reply] : > 3 <- number of sides What's the significance of this number? It it a... (by salem c)
|
by heart1210
Battleship Game
|
|
[4 replies] Last: You need to move a couple of lines down, so it's outside the outer loo... (by salem c)
|
by prigiacomini
How extract the name of a file
|
|
[1 reply] : the <filesystem> header has a lot of very powerful things that older c... (by jonnin)
|
by laura11111
writing operator
|
|
[6 replies] Last: thank you all I rewrite the code as per your advices and now it works (by laura11111)
|
by Frank5093
Need some help.
|
|
[4 replies] Last: Consider for C++17: #include <iostream> #include <iomanip> #include... (by seeplus)
|
by takeshi404
How to create a new custom type with given vector
|
|
[9 replies] Last: Post a complete sample program. There's not sufficient info/code to ad... (by seeplus)
|
by tmyonline
How to cout a message inside a function other than main
|
|
[1 reply] : Compile and run this code. Does it print the message? #include <ios... (by nuderobmonkey)
|
by Dzemolis
Help
|
|
[2 replies] Last: #include <iostream> using namespace std; int main() { // read t... (by booradley60)
|