by mheisler92
Help with a for loop segmentation fault in my code.
|
|
[1 reply] : Line 25: hottest_index is not initialized. Hint: It contains garbag... (by AbstractionAnon)
|
by belop
help with myn program!!!
|
|
[1 reply] : What's the problem you are facing , hope it is displyed what you enter... (by new1)
|
by edjohnson35
Having some difficulty understanding file io
|
|
[5 replies] Last: This is more updated code this actually runs and subtracts the program... (by edjohnson35)
|
by css416
Functions with Arrays
|
|
[3 replies] Last: What about arrays? Have you discussed arrays yet? Some professors talk... (by YFGHNG)
|
by gregorsch
C++ "compiler" speed enhancements
|
|
[2 replies] Last: interesting. Did not know about Ch. It seems to be a good tool to get ... (by gregorsch)
|
by JLGo
Matrix 2D array
|
|
[1 reply] : http://mathbits.com/MathBits/CompSci/looping/nested.htm (by mutexe)
|
by faithlumix
Needs help with validation
|
|
[5 replies] Last: I provided you with a link on how to do it. That page includes an exa... (by AbstractionAnon)
|
by mheisler92
help with importing into multiple arrays
|
|
[1 reply] : firstly, use code formatting (<> to the right of the edit box) The fo... (by Jaybob66)
|
by ZeryouzLi
error C2678
|
|
[6 replies] Last: Why did you delete your post? You've basically destroyed any possibil... (by MikeyBoy)
|
by geeloso
When there is nothing to return from a value-returning function!
|
|
[16 replies] Last: An exception should never be thrown and caught in the same scope, that... (by LB)
|
arrays |
|
[7 replies] Last: Yes please use code tags when posting codes. If your input isn't guar... (by arzhon)
|
by BH11
Storing user input
|
|
[1 reply] : Vector, array, or list. Take your pick. Or if you wanna be fancy schma... (by YFGHNG)
|
by keeep
CCC Othello Problem
|
|
[no replies]
|
by technologist
float, double
|
|
[1 reply] : The type of a floating literal is double unless explicitly specifie... (by JLBorges)
|
by technologist
header and math.h file
|
|
[6 replies] Last: OMG I thought for whatever reason it was 4 * 50 sorry... pow(4,50)= ... (by technologist)
|
by sergiofevr
How to declare a function
|
|
[1 reply] : Possible answers: int main(){ int NiterMax=10000; // numero ite... (by sergiofevr)
|
by technologist
matrix multiplication
|
|
[5 replies] Last: not with x , the characters to overload are limited. (by Ericool)
|
by alex067
Returning char array
|
|
[1 reply] : char* getfirstname() const{return firstname;} (by Ericool)
|
by Deliberation
Xcode shows MAX as an undeclared identifier
|
|
[5 replies] Last: Some header included somewhere defined the symbol 'MAX'. Probably a Wi... (by helios)
|
Transfering Value Between Functions (Begginer question) |
|
[4 replies] Last: 2 Questions. Would the address of the integer variable be where you de... (by Generalbiiff)
|