by metulburr
Python and C++
|
|
[2 replies] Last: From a language point of view, the main difference (aside from syntax,... (by helios)
|
by DocCeaser
help with multiple arrays
|
|
[2 replies] Last: Thank you. I have a good idea of what I need to do now. (by DocCeaser)
|
Arrays With Padding |
|
[3 replies] Last: I may have solved it. Here's my test code: int main( ) { int ... (by closed account zb0S216C)
|
by dante300981
search and extract
|
|
[6 replies] Last: Sorry about my code, it was a late-night post ^_^ What you could do ... (by closed account zb0S216C)
|
by lbgladson
Program Not Computing Correctly
|
|
[2 replies] Last: To further clarify why using doubles is bad for money, it's because do... (by Intrexa)
|
by andyy
What am I doing wrong?
|
|
[12 replies] Last: Haha. Alright. Thanks. :P (by Tresky)
|
by Ishvite
bipolar variable
|
|
[9 replies] Last: Thanks for all the help, I figured it out. (by Ishvite)
|
by TexanMonkey
Create a Folder
|
|
[6 replies] Last: Nevermind I fixed it. thanks. (by TexanMonkey)
|
by synlight
Strings and cin/out
|
|
[2 replies] Last: UGH!! Thank you sooooo much. That fixed it! It's crazy how simple it i... (by synlight)
|
by OffKilter
Why +1 the int
|
|
[2 replies] Last: Okay, that makes sense. And thanks for the warning regarding assignm... (by OffKilter)
|
by Ben Duncan
fstream
|
|
[6 replies] Last: That last one fixed it. Thank you, JMJAtlanta! (by Ben Duncan)
|
by bcdlmm
pow syntax errors help!! due today!!
|
|
[7 replies] Last: you need to add the necessary parenthesis and a semicolon at the end o... (by coder777)
|
by boston
While vs. For vs. Do/While
|
|
[13 replies] Last: [quote=keineahnung]"The break statement may be used to "break" out of ... (by Mathhead200)
|
by Andre8421
Passing an array as a function argument
|
|
[6 replies] Last: int i; (line 36) You haven't initialized this variable so it holds ... (by keineahnung)
|
by ErinCorona
error: invalid operands of types 'int' and 'double' to binary 'operator%'|
|
|
[3 replies] Last: Thank you very much. I had tried that, but I did it wrong. Whew! Now... (by ErinCorona)
|
by pinkk
Finding maximal subarray (divide and conquer)
|
|
[no replies]
|
by Kahiko
Naming variables and classes
|
|
[5 replies] Last: Hungarian notation makes it harder to read names, and since we all hav... (by hanst99)
|
by chr15chr15
trouble including header and cpp files
|
|
[10 replies] Last: All sorted now JMJAtlanta, cheers. It was the case sensitive thing. Th... (by chr15chr15)
|
Manipulating a char vector from another function |
|
[5 replies] Last: Well, that depends on what you're actually trying to do with your func... (by hanst99)
|
by tonnot
Is there any way to force the written of a namespace (forbide the use of using namespace) ?
|
|
[6 replies] Last: Yeah, but why do that? Getting out of your way just to force people to... (by hanst99)
|