by DesmondLee
while loop to for loop
|
|
[5 replies] Last: @Chervil @joe864864 Thanks for the reply. Both were good explanation ... (by DesmondLee)
|
by Devynao
One of my first programs, I want criticism. (Text Adventure)
|
|
[4 replies] Last: 1. Inconsistent variable naming. 2. goto 3. Code identation. 4. Split... (by codehelper)
|
by theoracle09
Returning from classes
|
|
[no replies]
|
by kmiklas
C++, The Good Parts
|
|
[13 replies] Last: but for mere humans In the interests of avoiding the wrong end of th... (by closed account 48T7M4Gy)
|
by mthe25
create a chessboard with squares of any size
|
|
[no replies]
|
by tupas1998
Node
|
|
[4 replies] Last: Check the create_node method in the link (by gunnerfunner)
|
by EricT07
Customer Data
|
|
[6 replies] Last: However it says the variables are undefined. It looks like there i... (by TheIdeasMan)
|
Bugs With My Program That Uses Selection Sort |
|
[1 reply] : Hi, Have you used a debugger? Hopefully there is GUI one in your IDE.... (by TheIdeasMan)
|
by peterbaaij
emulate big (integer) numbers
|
|
[4 replies] Last: Thanks for the tip PanGalactic. I'll pick it up from here and will hav... (by peterbaaij)
|
by Jaif
Program crash?
|
|
[3 replies] Last: @Chervil Thanks it fixed it @PanGalactic I was trying to make cin op... (by Jaif)
|
by peterbaaij
stream to integer and limit
|
|
[5 replies] Last: cheers Thomas (by gunnerfunner)
|
by krewellax
Code Blocks crashes
|
|
[5 replies] Last: Shouldn't tr = new int ; be 2 instead since an array with size 2 h... (by cire)
|
by Armannn
Same elements of 2 arrays copied into an empty 3rd array
|
|
[2 replies] Last: @lastchance Ah, I see. This particular one I wanted to do without tr... (by Armannn)
|
by SSteven
How pointers and references inhibit inlining
|
|
[1 reply] : I found this: https://isocpp.org/wiki/faq/value-vs-ref-semantics#inli... (by TheIdeasMan)
|
by ukeleke
OOP
|
|
[2 replies] Last: I think what confuses you is that b1 which is of type EBike is passe... (by yanevski)
|
by ziggybcn
I need help understanding how forward referencing works, or how to cross reference classes
|
|
[15 replies] Last: 'Favour not having user-defined names that begin with an underscore' ... (by JLBorges)
|
by estraduh
Codelite issue
|
|
[no replies]
|
by stat1c
Find letter function
|
|
[2 replies] Last: I've tried something different but when I type in a letter and press e... (by stat1c)
|
Snake Game Chrono Problem |
|
[1 reply] : This program keeps polling in the while loop until four seconds have e... (by xismn)
|
How to divide this circle into 2/3 quadrants and fill each quadrant with a color?. |
|
[6 replies] Last: @Troat Look specifically for "IEEE754 binary32 floating point". This ... (by mbozzi)
|