by Grayson2015
print_avg only reading in first element
|
|
[2 replies] Last: You're only checking the first element of your array so unless the fir... (by jlb)
|
by silent one
names from array
|
|
[3 replies] Last: You're missing the point. Your class should represent ONE building or... (by AbstractionAnon)
|
by Jaif
Bubble sort problem.
|
|
[5 replies] Last: Ok, nevermind, got it myself ;D (by Jaif)
|
by adam2016
while loop problem
|
|
[2 replies] Last: yeah that was driving me crazy something so simple haha (by adam2016)
|
Is programming going to be a tough journey? |
|
[3 replies] Last: I'm the same age as you and we have a lot in common! I really want to ... (by Edi12)
|
by holandsoest
automatic web starter
|
|
[3 replies] Last: What you can't type on the command line, you can't feed to system . ... (by cire)
|
C++ code for area of triangle, compiling but not working |
|
[1 reply] : line 49, you're not actually calling the function. Try change it to: a... (by liuyang)
|
by SACIDEVI
void functions and other functios
|
|
[no replies]
|
by alphamonkay
Homework Problem
|
|
[3 replies] Last: Sorry, but your original lines 1-33 are ok. On the new attempt: * Y... (by keskiverto)
|
by Sonu 123
Floating point error
|
|
[2 replies] Last: Thanks a lot (by Sonu 123)
|
by Mitocider
Repeated Words - Bjarne Stroustrup Book
|
|
[1 reply] : The strings "She" and "she" do not compare equal (case-sensitive) Th... (by JLBorges)
|
by MultiMedia
Easier way to do this?
|
|
[4 replies] Last: Thank you very much guys! (by MultiMedia)
|
by Arslan7041
Vector of vectors - why doesn't this work
|
|
[1 reply] : The type of the expression std::vector<int>().push_back(5) is void ... (by JLBorges)
|
by norcal
Linked Lists help
|
|
[2 replies] Last: Well this is a homework assignment and I kinda have to use a linked li... (by norcal)
|
by adam2016
loops conditions
|
|
[2 replies] Last: correction: operator>> returns a REFERENCE to an istream object. (by Arslan7041)
|
by rojan1918
Logical operator problems when entering integer to char variable
|
|
[1 reply] : The input expected is just a single char, so if you type "a=1" as your... (by Moschops)
|
by adam2016
try catch unexpected result?
|
|
[8 replies] Last: Thanks guys that makes sense much appreciated (by adam2016)
|
by mariam maher
play sound
|
|
[10 replies] Last: I downloaded a wav file and it worked =D sorry for this stupid mistake... (by mariam maher)
|
by pyos
2D array with strings and int with 'cin >>'
|
|
[no replies]
|
by wolfv
Circular dependency linker errors
|
|
[4 replies] Last: The following code has the .cpp files #included in main, and it works.... (by wolfv)
|