by michael25
elements greater than the array max
|
|
[2 replies] Last: that worked perfectly thanks a lot. maybe you could help me on my ot... (by michael25)
|
by atfoooo
I want to help this code to calculate the greatest common laboratory
|
|
[1 reply] : You mean greatest common factory or greatest common denominator? Ther... (by wmichaelv)
|
by ALEXCX2PLUS
Conditional statements
|
|
[7 replies] Last: Nobody will blame you if you add that cute "return 0" line tho. It is ... (by S G H)
|
by michael25
c++ string/array
|
|
[8 replies] Last: still dont understand it. but thanks for you help. (by michael25)
|
by smdtherock
reading txt files
|
|
[1 reply] : My guess is that your program can't see "grades.txt". Try entering the... (by Computergeek01)
|
by jcp
array and function
|
|
[5 replies] Last: @jcp Good to hear that your program now works.. And you're welcome. (by whitenite1)
|
by helnow
assembly
|
|
[1 reply] : Anyone???? (by helnow)
|
by kempofighter
Making sense of the regex_search example
|
|
[1 reply] : Well the full match is "subject" according to (sub)([^ ]*) taken as ... (by Catfish666)
|
Undefined reference question |
|
[3 replies] Last: Yeah, it was as simple as that. xD Thank you very much. (by Hedgehog Ninja)
|
by CanOpener
square root
|
|
[6 replies] Last: what about this? could i simplify this further? double msqrt(double ... (by CanOpener)
|
by Ceset
static members
|
|
[5 replies] Last: // Add these lines and it should compile. Window * chickens::mWin = ... (by gpoat)
|
C++ Project NEED HELP |
|
[4 replies] Last: Cool! Glad you managed to get it working :) (by MikeyBoy)
|
by earthquake
Calling partition
|
|
[1 reply] : I have to show the result of calling partition with ... Why don't you... (by kbw)
|
by earthquake
Perfect Matching
|
|
[no replies]
|
by GRDfzx
Boost and did you forget the ‘()’
|
|
[1 reply] : Could you show more code? The following works: #include <boost/thre... (by Cubbi)
|
bool |
|
[6 replies] Last: Thank you very much,you help me a lot. (by Chin Pei Ying)
|
by grosen33
Really Really could use help please!!
|
|
[2 replies] Last: Here is a version that should work (I tried it on Xcode) int main(in... (by gpoat)
|
by earthquake
running times
|
|
[2 replies] Last: Thank you doug4. I am studying exponents right now.And I finished firs... (by earthquake)
|
by freshgeek10
Error occur....
|
|
[2 replies] Last: Actually, line 3 guarantees that hours will always be < 12. So get ri... (by doug4)
|
by Mcjoe Arhin
the codes for de modulos sign%
|
|
[1 reply] : Use the same code as for +, only change + with %. (by rodiongork)
|