by bozz51
is this correct?
|
|
[1 reply] : (!i % 4) == 0 But which is evaluated first, the 'logical not' or the... (by keskiverto)
|
by Varnell
Ofstream not creating file
|
|
[no replies]
|
by Jimmy22
I need some help with arrays.
|
|
[2 replies] Last: In line 48, you are always resetting the value of percent. So at the e... (by Aceix)
|
Help with understanding assignment |
|
[6 replies] Last: Everyone interprets differently. Deadlines, stress, and experiences p... (by closed account j3Rz8vqX)
|
by Kalnuose
Generate a random number with no repeating digits?
|
|
[6 replies] Last: All you need is random_shuffle() (or shuffle(), and maybe a good RNG).... (by Duthomhas)
|
by phztfte1
NEGATIVE NUMBERS WITH RAND
|
|
[10 replies] Last: Chervil, Thank you for showing me other random number generators. I'v... (by phztfte1)
|
Console Printing Problem |
|
[11 replies] Last: Thank you very much i have figured it out. (by closed account oyRk92yv)
|
by danzal
Display problem
|
|
[4 replies] Last: God bless you thanks ! (by danzal)
|
by football52
Largest Prime Factor
|
|
[12 replies] Last: Doing project euler I see. Well I will advocate using a sieve for the ... (by giblit)
|
Can the following funtion be written as a constexpr funtion |
|
[4 replies] Last: No not much, the only thing I have done are a little of structs like a... (by closed account EwCjE3v7)
|
by Irhcsa
Help explain what this does please
|
|
[5 replies] Last: If it doesn't have the window's option there might be a GUI option or ... (by giblit)
|
by Vako 123
project attraction
|
|
[1 reply] : http://www.cplusplus.com/forum/general/130359/ <--double post Write ... (by giblit)
|
by danzal
C2143 error !
|
|
[1 reply] : Line 14 - remove the semicolon after Weight and Height. (by Chriscpp)
|
by mjatt
help with this error
|
|
[2 replies] Last: thanx man! (by mjatt)
|
by arsonholiday
adding linked lists
|
|
[6 replies] Last: It crashed with fewer. I haven't tried it with more. I'm trying to co... (by arsonholiday)
|
using class functions |
|
[2 replies] Last: Wow. The professor specifically told us to add it to the project. Than... (by rachelcmorgan84)
|
by sierranm
reading character array and translating
|
|
[6 replies] Last: The line 2 of the first code: #include <string> Lets make a use for... (by keskiverto)
|
by Subo93
2D array find winner and print it..
|
|
[2 replies] Last: The other problem you're going to have is that your array bounds and t... (by AbstractionAnon)
|
by amr92
stuck with defined function
|
|
[4 replies] Last: it is neccesary to keep the function before int main() ? No it's n... (by CodeGoggles)
|
by Al Biruni
removing characters from a string
|
|
[4 replies] Last: Use remove_copy_if() to do the dirty work: #include <algorithm> #... (by Duthomhas)
|