by timofimo
Getting wrong answers
|
|
[2 replies] Last: have you tried this? float part1 = cos(sample1 ); cout << part1 << e... (by Stewbond)
|
Class member variable initializes with = operator?? |
|
[2 replies] Last: Thank Cubbi. And hence the explicit keyword! (by omkarchamphekar)
|
Needing help with passing numbers |
|
[1 reply] : Have you learned break; yet? Also it's because you don't add the ne... (by Stewbond)
|
by Klipeti
Multiplying two matrices
|
|
[5 replies] Last: @Klipeti You're welcome! Happy programming!... (by condor)
|
by stacyd
I need to write a program in C++ that inputs in on format and outputs in another and ignore a comma
|
|
[9 replies] Last: I have tried moving the cin.ignore to between the cinlast and first al... (by stacyd)
|
by linke2511
need help
|
|
[2 replies] Last: thx a bunch! (by linke2511)
|
by jakeace1
I am stuck
|
|
[2 replies] Last: while (name != quit); should be while (name != quit) no semicolon.... (by Chriscpp)
|
by Ed4434
Fstream with dynamic arrays
|
|
[3 replies] Last: Umm.. thanks.. (by Ed4434)
|
do-loop help |
|
[9 replies] Last: // By Christopher Alfonso //cop1334c JC // This is a text based gam... (by Chriscpp)
|
call function |
|
[3 replies] Last: everything looks good but you may have a problem passing "normal" via ... (by giblit)
|
by MasterT
Pointer arithmetic on multi-dimensional arrays
|
|
[2 replies] Last: Yes it helped a lot, thanks! (by MasterT)
|
by elfeck
Getting index from array-value in O(1)
|
|
[4 replies] Last: http://www.cplusplus.com/reference/iterator/distance/ essentially cove... (by keskiverto)
|
by Nebur
Decimal to binary too slow!
|
|
[5 replies] Last: http://www.cplusplus.com/reference/string/string/erase/ (by ats15)
|
by vkumar8282
Program received signal SIGSEGV, Segmentation fault.
|
|
[4 replies] Last: I know that a accesses an element. The problem was not with access... (by vkumar8282)
|
by johnakaagila
Counting WORDS in a String?
|
|
[11 replies] Last: @ Andy : OK, I could see a scenario where if the instructor does not ... (by Computergeek01)
|
by srk24
Armstrong number
|
|
[4 replies] Last: > since the Pow function inside the math.h converts the int to double ... (by JLBorges)
|
by MasterT
Pointer arithmetic
|
|
[2 replies] Last: Ok it makes sense now. (by MasterT)
|
Using functions as parameters with arrays?? |
|
[no replies]
|
by donlxu
What's wrong with my code?
|
|
[2 replies] Last: It might not be because it's an assignment from my cs 101 class but t... (by donlxu)
|
by Dknight
Hollow square
|
|
[2 replies] Last: Ok so, here is the code #include <iostream> using namespace std; in... (by Zaki Al Qudah)
|