by hmlwin
Program is always giving same output
|
|
[2 replies] Last: oh crap! I can't believe i missed that! Sorry sometimes when I type fa... (by hmlwin)
|
by FrankRafa
Problems about running the user-defined times of programs
|
|
[2 replies] Last: No I see what is going on now.... I used = instead of == to set the eq... (by FrankRafa)
|
by alexBB
Segmentation fault. Core dumped (1,2)
|
|
[27 replies] Last: Thank you norm b. I will try to sort it all out tomorrow. It is my rec... (by alexBB)
|
by Bleedz129
delete duplicates from an array
|
|
[1 reply] : O( N log N ): // http://en.cppreference.com/w/cpp/algorithm/sort std:... (by JLBorges)
|
by lolapurple
Searching through a data file to match user input PIN
|
|
[1 reply] : woudl you mind posting your errors? (by Little Bobby Tables)
|
by calisabeth
Iterating through arrays part 2
|
|
[1 reply] : Change this - for (i = 0; i <= NUM_ELEMENTS; i++) To this - for (i... (by TarikNeaj)
|
by gelier
Part 2:Basics of Array need help !!!
|
|
[3 replies] Last: Happy coding! (by TarikNeaj)
|
by gelier
Basics of Array need help !!!
|
|
[4 replies] Last: yes, it worked but it must be x =arr -2; to next to the last number. T... (by gelier)
|
by calisabeth
Iterating with arrays
|
|
[1 reply] : First, the loop is unnecessary; the result of sumVal / NUM_ELEMENTS ... (by keskiverto)
|
by Tanner
Some questions(need to know Java)
|
|
[4 replies] Last: To expand on question number 1. Import and include are similiar but on... (by Ismael Vazquez)
|
by SCB3
About outputting Ascii Characters
|
|
[4 replies] Last: sorted it, it was a int array as opposed to a char and I tried using ... (by SCB3)
|
by godric18
loop counter not increasing
|
|
[3 replies] Last: Your program is full of loops all over, specifically which loop are w... (by godric18)
|
by davtk8
csv format - PROBLEM - What I'm I missing?
|
|
[3 replies] Last: std::noskipws /*and or*/ std::getline http://www.cplusplus.com/refe... (by closed account SECMoG1T)
|
saving multi dimensional array as a bmp file |
|
[no replies]
|
by mighty asker
Random numbers (1,2)
|
|
[22 replies] Last: As a believer in determinism, I cannot accept that anything is ever tr... (by Disch)
|
by LadyInRed
"This" pointer
|
|
[1 reply] : Your Suma function is fine. The problem is you are adding the 'Add' o... (by Disch)
|
by LadyInRed
Add two complex numbers
|
|
[4 replies] Last: TarikNeaj i will be more precisely next time. Thank you guys! (by LadyInRed)
|
by elliott22
Function call requiring endline
|
|
[5 replies] Last: Thank you very much!!! (by elliott22)
|
by jakeculp
Contact List Program: Can't output all contacts
|
|
[3 replies] Last: Works fine for me except that only the first line of the file is read.... (by shadowCODE)
|
by Chimychangas
Quick question on global variables.
|
|
[2 replies] Last: Well, it's a typedef, not a variable. So global? Yes. Variable? No... (by Disch)
|