by MasterGeek
File Problems (Really Nooby Problem)
|
|
[4 replies] Last: Okay thanks I will change the names of the functions. I will come back... (by MasterGeek)
|
by Blue22
How to Calculate Algebra problems
|
|
[11 replies] Last: One lots of small things ..... const double k = 6.67e-11; // doubl... (by TheIdeasMan)
|
by Kwasimoto
Code is outputting the wrong values
|
|
[5 replies] Last: Post the smallest complete program that illustrates your problem, one ... (by jlb)
|
by hhhr
Find the last line and word in a file
|
|
[1 reply] : Break into pieces: string wordfromline( string line ) { istringstre... (by keskiverto)
|
How do I get random swapping in arrays? |
|
[1 reply] : http://en.cppreference.com/w/cpp/algorithm/random_shuffle If you don't... (by MiiNiPaa)
|
by Trapnasty
chip game
|
|
[no replies]
|
by davez
problem with array (1,2)
|
|
[21 replies] Last: multidimensional array is not like: int array1[ size ]; // size is... (by Gadamatik)
|
by nileshjdarji
Validity of struct statement.
|
|
[10 replies] Last: that is what was stored in classList .pID. pID contains int. int is a... (by MiiNiPaa)
|
by mimi7
C++ Diamond pattern output
|
|
[4 replies] Last: Code tags, please. You almost get there: if ( ( (abs(x-3) < y) && (x... (by keskiverto)
|
by mtbrooks1993
Multiplying two arrays
|
|
[3 replies] Last: I am starting at the end because the numbers in the arrays are at the ... (by mtbrooks1993)
|
by UnclePutin
Cin problem
|
|
[4 replies] Last: Okay, thanks. I won't edit the code. I thought I needed to use the ==... (by UnclePutin)
|
by solaire
cin is giving me an infinite loop
|
|
[3 replies] Last: Ahh I see now, I figured it had something to do with the cin value. So... (by solaire)
|
by DAoliHVAR
problem with encription program
|
|
[no replies]
|
Random crashes |
|
[3 replies] Last: Thanks guys, I solved it. Should I post the solved version of the code... (by closed account y0XSE3v7)
|
by rink15
function error.
|
|
[2 replies] Last: Thanks Sir, really appreciate your help .I spent almost two hour to fi... (by rink15)
|
by abdalimran
Don't understand how the code is working.
|
|
[4 replies] Last: When it sees a letter at line 15 it is at the beginning of a word and ... (by dhayden)
|
by Ascendant78
Running a loop for input
|
|
[12 replies] Last: Oh yes, I completely forgot. Thanks again. I rearranged some things ... (by Ascendant78)
|
The assignment operator in C++ |
|
[6 replies] Last: Perhaps code will be illustrative? #include <iostream> struct A { ... (by cire)
|
by mochate
if statements issue
|
|
[3 replies] Last: Ah I think I see were I went wrong the second varieble should have bee... (by mochate)
|
by haydnguy
Top-level const and Low-level const
|
|
[2 replies] Last: Thank you for your answer! I don't know if this forum gives you credit... (by haydnguy)
|