Question |
|
[1 reply] : Please do not double post. (by Thomas1965)
|
Razvan |
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/basic_io/ (by Thomas1965)
|
by james dean
Value Swapping from Function Returns
|
|
[no replies]
|
by DC124421
Repeat Code
|
|
[1 reply] : Line 24: while (age < 0, age > 150); should be: while (age < 0 || a... (by Norm Gunderson)
|
by Siv
Printing out in columns using a for loop
|
|
[5 replies] Last: You're welcome. No need to apologise, I only found it because I knew i... (by Chervil)
|
by Kevin S
For Loop
|
|
[8 replies] Last: Thank you Kemort! (by Kevin S)
|
by Kevin S
Array question
|
|
[2 replies] Last: Thank you Integralfx, do we have to set array to zero every time befor... (by Kevin S)
|
by sairamganti
Help, my code keeps crashing with a code 3 on code blocks
|
|
[1 reply] : Well, I'm not sure what the goal is here. There is a lot of use of poi... (by Chervil)
|
by TimmyFangs
Letter frequency counter
|
|
[5 replies] Last: Thank you all for the suggestions! I'm not familiar with Map. I'll hav... (by TimmyFangs)
|
by JunTioh
need help ! How to update the function ??
|
|
[9 replies] Last: I get it ! Thanks for your help AbstractionAnon ! (by JunTioh)
|
by mrsh
Matrix Exponential
|
|
[2 replies] Last: Putting aside the the matrix being upper triangular for a second, why ... (by closed account 48T7M4Gy)
|
by Archy
How to use ONE variable for saving TWO results of calculations
|
|
[8 replies] Last: Using structs: #include <iostream> #include <cmath> struct HipRoof ... (by closed account 48T7M4Gy)
|
by biwkina
binary representation
|
|
[5 replies] Last: Input example Sample 1 5 8 Sample 2 -5 8 Output example Sample 1 0000... (by biwkina)
|
by Addeeralix
Nan error
|
|
[5 replies] Last: Thank you guys, i will learn about local and global variables in the n... (by Addeeralix)
|
MULTI "WHILE" |
|
[1 reply] : What do you mean? Ask the user to input a value if it isn't correct? (by Hengry)
|
by Blanchdog
string stream issues
|
|
[1 reply] : There are two issues here, one you didn't ask about. The first is the ... (by Chervil)
|
by jesseb96
Validating Status Code Input
|
|
[5 replies] Last: Here is a starting point. You can extend it by using toupper for case ... (by closed account 48T7M4Gy)
|
by nvadr
Get process IDs by Name w/ exclude IDs
|
|
[no replies]
|
by longberns
String encoding/decoding
|
|
[4 replies] Last: Thanks @lastchance. This was the magic int key = ROT13; for (s... (by longberns)
|
by Monte211
Parsing a text file for a DVD project
|
|
[9 replies] Last: Last night after we had talked, system ("pause") wouldn't compile.... (by Monte211)
|