by DarkParadox
for
|
|
[2 replies] Last: Your second example is using a copy of your array, so any changes made... (by deleted account xyzzy)
|
by foxxthegreat
matching a string to struct value in an array of structs
|
|
[3 replies] Last: The following is not allowed in standard C++: while (getline(CLIE... (by jlb)
|
DP (1,2) |
|
[20 replies] Last: @counter strike it gives answer of 70282652 but answer is 26030209 T... (by SparkXV)
|
by hjabba89
Need help adding a Yes continue/No end program loop
|
|
[2 replies] Last: #include <iostream> #include <cstdlib> #include <ctime> int main() {... (by JLBorges)
|
by hjabba89
cin ambigous error
|
|
[2 replies] Last: That fixed it, thank you so much! (by hjabba89)
|
by lilwhooday
Calculation
|
|
[1 reply] : Ok, clearly this is new to you. That's not a problem. First, since yo... (by Niccolo)
|
by Abdul hadi
char array Memory deAllocation
|
|
[7 replies] Last: Really leant alot Thank You (by Abdul hadi)
|
by Xanadu4ever
Philosophic reason for initializing members as apposed to initialization function??
|
|
[4 replies] Last: @Dutch might notice something, but my quick read is "yes", you got it.... (by Niccolo)
|
by Shibitto
I created my self a decimal challenge accidentally but can you figure it out.
|
|
[5 replies] Last: All I know is the code above works, so does the bottom one. The probl... (by Shibitto)
|
by mmillar
Class can't access my vector
|
|
[10 replies] Last: You get told a Bunny has died every time one is destructed. Bunny b... (by Repeater)
|
by foxxthegreat
Error assigning struct value from getline
|
|
[2 replies] Last: Thank you so much lastchance that solved it. Updated code for anyone e... (by foxxthegreat)
|
by Deluge
Char Data Getting Corrupted
|
|
[8 replies] Last: sorry. I have a form of visual issue where front loaded variables all... (by jonnin)
|
by tinaHR
Drill from Bjarne's book
|
|
[6 replies] Last: About bool and test I meant how come in int test = false; i can... (by tinaHR)
|
by jjordan33
Exiting a loop early
|
|
[14 replies] Last: Input is tedious: size_t N {}; if ( !(file >> N) ) return 1; ... (by keskiverto)
|
by DarkParadox
Pointer
|
|
[5 replies] Last: pointers and their power don't really make sense until you understand ... (by ICantC)
|
by DarkParadox
getline
|
|
[1 reply] : If the stream is valid it is not skipped. It may be called at a point... (by lastchance)
|
by Cjigsaw
If else statement (1,2)
|
|
[34 replies] Last: [quote=Cjigsaw]I do hope I can pm you to pick your brain. Why would y... (by MikeyBoy)
|
by theKlaw
Dynamic programming
|
|
[10 replies] Last: Basic shape is a rhombus. a * * * * s * ... (by dutch)
|
by jsmithplus
If setw sets "minimum field width", why does it limit input or output?
|
|
[1 reply] : The setw() is irrelevant here. (For an input stream it is only relevan... (by lastchance)
|
by zephile
Merging two of c++ games into 1
|
|
[1 reply] : Sure, you rename the two main functions to be playSnake() and playDino... (by salem c)
|