by lcerura
Unary Minus (negation) - Trying to Understand Problem.
|
|
[3 replies] Last: Thank you very much Danny. ;-) I see now. The loop-expression doesn't... (by lcerura)
|
C++ |
|
[5 replies] Last: nice! (by arturbecki289)
|
by DesmondM
String Initialization in Constructor
|
|
[6 replies] Last: Ur welcome (by Ericool)
|
by theseus
replacing the character in a string without another string.
|
|
[11 replies] Last: I thank you all for your kind help! :-) (by theseus)
|
by peymanhooss
help me in visual stideo 2015
|
|
[1 reply] : That are not errors but some debug informations when your program has ... (by coder777)
|
by supernoob
Converting array to vector
|
|
[3 replies] Last: damn i didn't notice the int size it's not supposed to be there. thank... (by supernoob)
|
by CVLT
Lost with function stubs
|
|
[8 replies] Last: Thank you I got it down! (by CVLT)
|
Assistance needed on a code in my assignment. |
|
[7 replies] Last: EDIT: @Arslan7041: That has bad things in it. Why should the diameter... (by Arslan7041)
|
termination of console application before a getline statement |
|
[2 replies] Last: coder777, Thank you for the tip :D (by olaf the huggable)
|
by duffman
sh: main: command not found
|
|
[1 reply] : cout << "The product of " << x1 << "*" << x2 << "is " << prod <<endl;... (by closed account 48T7M4Gy)
|
by CVLT
Function definition: Volume of a pyramid.
|
|
[2 replies] Last: #include <iostream> double PyramidVolume(double, double, double); i... (by closed account 48T7M4Gy)
|
by Giorgio
Completely confused on why my C++ code isn't calculating the right result
|
|
[1 reply] : 60 * 50 = 30000e+03 50 / 3785.41178 = 1.3209e-02 I don't see how you'... (by sasauke)
|
by theguy1991
Need help finding mean with function.
|
|
[5 replies] Last: #include <iostream> using namespace std; //prototyypes float Mean(int... (by sasauke)
|
by Outlaw782
Program is working, just wanting some opinions.
|
|
[1 reply] : Your comments don't tell the reader anything that the code doesn't. A... (by dhayden)
|
by ad503055316
need help making the main
|
|
[no replies]
|
by pepa999
"\n" endl difference
|
|
[no replies]
|
by Bluez
Classes
|
|
[4 replies] Last: Thank you so much! Compiles perfectly now. I still need to learn what... (by Bluez)
|
by HOAX823
Checking Value
|
|
[1 reply] : #include <algorithm> #include <cctype> #include <iostream> #include <... (by MiiNiPaa)
|
by MecNasty
Generating a deck of Cards using Linked lists
|
|
[3 replies] Last: this is for a Go fish Card game (by MecNasty)
|
by mevans
Part of my program is not displaying correctly
|
|
[2 replies] Last: That was it, thanks for the pro tip!! (by mevans)
|