by ppzz123922
For Loop does only runs once
|
|
[3 replies] Last: thank you salem you have solved this for me. I had already tried cin.... (by ppzz123922)
|
by medosz
loop with while statement
|
|
[8 replies] Last: Something of little to no concern for someone learning to code. My p... (by MikeyBoy)
|
by Acania
Base 10 to base 16
|
|
[4 replies] Last: #include <iostream> #include <string> using namespace std; string to... (by lastchance)
|
by Ripb123
reading and putting numbers in an array
|
|
[3 replies] Last: 👍:) (by highwayman)
|
by TheJast
read/write problem with 2d arrays
|
|
[5 replies] Last: Andy Notice my pm (by mr55)
|
by hbcpp
Is it possible??
|
|
[17 replies] Last: @dhayden Great example, just looking at that code I can feel the pain ... (by hbcpp)
|
by semsemdiver
function understanding
|
|
[3 replies] Last: Ganado peter87 Thanks a lot best regards. semsemdiver... (by semsemdiver)
|
by stonedviper
Why doesn't the variable change as expected?
|
|
[3 replies] Last: operator+= generally should return a reference to the object changed. (by Ganado)
|
by Rakib771
How can I limit the value of a variable?
|
|
[2 replies] Last: @keskiverto Thanks. That seems to work. (by Rakib771)
|
by rts17893
creating multiple objects and storing them in a list (1,2)
|
|
[22 replies] Last: @Repeater, thank you so much! That cleared everything up now. (by rts17893)
|
by noyou
How do I write a file write loop?
|
|
[2 replies] Last: Thank you, I will try this tonight. (by noyou)
|
by porp3ntina
HELP! How to make slot machine columns rotate separately
|
|
[4 replies] Last: Duplicate post: http://www.cplusplus.com/forum/beginner/266187/ (by deleted account xyzzy)
|
by porp3ntina
HELP! How to make slot machine columns rotate separately
|
|
[1 reply] : Duplicate post: http://www.cplusplus.com/forum/beginner/266140/ (by deleted account xyzzy)
|
by larryl
NULL iterator?
|
|
[9 replies] Last: I'm still interested in totorials to help move from C++ 98 to C++ 17 ... (by deleted account xyzzy)
|
by momof4
how do I make possibilities true or false?
|
|
[7 replies] Last: take a chance to learn something new. set would do it, add 1-9 to a s... (by jonnin)
|
by rts17893
vector in an abstract class
|
|
[6 replies] Last: It's meaningless to try and push back a number to an object of type c... (by MikeyBoy)
|
by thomash16
Genetic Algorithm
|
|
[1 reply] : Found the error: Before 'largest' should be evaluated, there should b... (by nuderobmonkey)
|
by Shervan360
Swap Struct in C++
|
|
[4 replies] Last: I was not saying to make the data dynamic (that would indeed cause cac... (by jonnin)
|
by TheJast
read/write/swap problem for array of strings
|
|
[1 reply] : sortEmRes(...) is wrong. It should be: void sortEmRes(int a, string re... (by coder777)
|
by TheJast
infinite loop in read of a .bas for lexical scanner
|
|
[1 reply] : Hello TheJast I have several questions: 1_ Have you initialised your... (by H00G0)
|