loops: countdown until matching digits |
|
[3 replies] Last: thanks @thmm !! I think that was one of my main issues!! ---- Here's t... (by seaminusminus)
|
by bydrachen
Help with simple calculator (if - else)
|
|
[8 replies] Last: good luck! I was trying to say that originally ... too short usually ... (by jonnin)
|
by Dantrew
Understand while loop and storing arrays.
|
|
[5 replies] Last: Instead of having a bunch of if/else statements a switch reduces the n... (by deleted account xyzzy)
|
by DarkStar88
Inheritance, calling a children method from parent
|
|
[8 replies] Last: depending on what you are doing, static (keyword) class variables alwa... (by jonnin)
|
how to delete a specific line from a txt file |
|
[4 replies] Last: I've stored data in a text file, but I've got a requirement if the ... (by dhayden)
|
by roaring90s
Saving structs to files
|
|
[5 replies] Last: If you go with binary, I prefer the fixed size if you can nail down a ... (by jonnin)
|
by Spyrex
Own CMAKE library
|
|
[no replies]
|
by ColeMilla
New to file input/output, dont know where im going wrong.
|
|
[3 replies] Last: It's easier to write the merge in two loops. The first for when neithe... (by DizzyDon)
|
by SubZeroWins
initializing static variable
|
|
[1 reply] : The reason is that variables are normally only allowed be defined once... (by Peter87)
|
by whiteW0lf
Random Number Generator
|
|
[7 replies] Last: @ anup30 Do you like going backwards? It really helps to read the thr... (by Duthomhas)
|
by LeslieS
[solved]Calling a copy constructor using 'this'
|
|
[5 replies] Last: If you are talking about the tutorial here at CPlusPlus, yeah, it ain'... (by deleted account xyzzy)
|
by Ganado
watching
|
|
[1 reply] : Answered, and the OP was ejected by a large boot. (by deleted account xyzzy)
|
by Ganado
beginner tpoic?
|
|
[8 replies] Last: It doesn't matter now, someone gave the OP "The Boot..." [quote=jonni... (by deleted account xyzzy)
|
by Bazi
C++ coin game using inheritance
|
|
[4 replies] Last: #include <iostream> #include <string> #include <ctime> class Coin { ... (by againtry)
|
by eyeymin
HELP ME WITH THIS PROBLEM! (CHEMISTRY CONVERSION)
|
|
[2 replies] Last: Well as a starter for part 1): #include <iostream> int main() { st... (by seeplus)
|
by daddymomo
Do while loop
|
|
[4 replies] Last: Alright man, that works perfectly. Thank you for the help, appreciate ... (by daddymomo)
|
I solved SoloLearn Problem on VS code and when i entered code on their platform it didnt work. |
|
[6 replies] Last: [quote=seeplus]the start min is the more than any valid min. The inpu... (by keskiverto)
|
by dorito200
Overloading the Addition operator to add 2 arrays of numbers
|
|
[3 replies] Last: That constructor takes one argument, so it can't be the same construct... (by lastchance)
|
by Kaiser89
Need help debugging a project on C++
|
|
[13 replies] Last: Thanks a lot for the help @salem c (by Kaiser89)
|
by Ganado
Passing arithmetic function objects into map
|
|
[2 replies] Last: Yep, that works. Thank you. Apparently lambdas work, too: http://www.... (by Ganado)
|