by kmtompkins
battery reader
|
|
[4 replies] Last: i don't have code i have no idea what i would use to be able to read o... (by kmtompkins)
|
by tatyana5
Can someone help me code my thoughts to paper please?
|
|
[1 reply] : #include <iostream> int main(){ int n; std::cin >> n; //read an... (by ne555)
|
by pezpirate1
Error in the ouput for quantity of 0
|
|
[7 replies] Last: Ahhh. Now I understand. (by pezpirate1)
|
by combzy
Do while loop
|
|
[8 replies] Last: Yep you are right, I feel like a doofus, thank you. (by combzy)
|
by JRimmer
Vector of Objects
|
|
[2 replies] Last: Thank you. Yeah I just need to add std:: in front of them. Can't belie... (by JRimmer)
|
by SeniSoshitsu
What does 'return 0;' literally means?
|
|
[3 replies] Last: BTW, don't return negative numbers from main. For maximum portability ... (by Duthomhas)
|
by missmango
Perfect number
|
|
[2 replies] Last: An integer is said to be a perfect number if the sum of its divisors, ... (by LI0207)
|
by KFran17
Opening and Analyzing a HTML Document
|
|
[no replies]
|
by Truzza
New to coding. Problem with simple code.
|
|
[2 replies] Last: I want it to add the number to the sum if it's divisible by 13, 15, or... (by Truzza)
|
by chandeliho
Calculating sum, max, and min values in an array?
|
|
[no replies]
|
by faust058
For loop issues
|
|
[4 replies] Last: oops. I misread what the program wanted. I got it solved now. Thanks e... (by faust058)
|
by akers54
Conway's Game of Life Origin Function
|
|
[no replies]
|
Always Crashes - Why? |
|
[5 replies] Last: Looking further into the program, I believe you have the same problem ... (by unsensible)
|
by ReputGlory1
C++ arrays question!
|
|
[5 replies] Last: std::sort( array, array+n ); auto sum = std::accumulate( array+k, arra... (by keskiverto)
|
by nike45678
Float sum of array error
|
|
[5 replies] Last: That's not what my question was. (by LB)
|
by Limne
Include Directors
|
|
[6 replies] Last: As long as it's in the same project even if it's in different folders ... (by unsensible)
|
by Alby94
Expression
|
|
[1 reply] : When in doubt, typeid ! http://ideone.com/SlkqD2 a is an initializ... (by LB)
|
lowest score |
|
[4 replies] Last: No problem. The rest looks pretty good with maybe a little bit of touc... (by unsensible)
|
by nickeljb
Segmentation fault (core dumped)
|
|
[2 replies] Last: know, i didnt know tmp could hold only one element and -1 is the sent... (by nickeljb)
|
by missmango
help me please
|
|
[3 replies] Last: I'm very new for the C++ , can you all help me with the simple code? I... (by missmango)
|