Making a program loop. |
|
[3 replies] Last: You should use a loop. For example do { // here you code } while ( s... (by vlad from moscow)
|
by moses009
Passing a 2D array of Structs by referencePassing a 2D array of Structs by reference
|
|
[3 replies] Last: Remove the first brace { void function(balloons bArray ) { (by vlad from moscow)
|
by dragoonts
glibc detected *** ./index: free(): invalid pointer
|
|
[2 replies] Last: I am not using delete anywhere in my code, neither am I creating point... (by dragoonts)
|
by smcguffee
Iterators past limits question
|
|
[1 reply] : (1) Yes (2..5) Something buggy. No STL algorithm will forbid you from... (by Duthomhas)
|
by Woody1193
operator>> not found error
|
|
[6 replies] Last: Ok, I've fixed the issue. The problem was that my input operator funct... (by Woody1193)
|
by Reaper1
guessing game do while loop
|
|
[1 reply] : wow nevermind fixed it, while ( num = num20 had to be change to while... (by Reaper1)
|
by vextes
Linked list dequeue
|
|
[6 replies] Last: If you call dequeue on an empty Queue, you're going to dereference a n... (by cire)
|
by H0m3r0w
Sudoku Help
|
|
[4 replies] Last: Yes they are constants. Both numRows and numCols = 9. I figured that... (by H0m3r0w)
|
by AdamBomb89
Difference between two dates with overloaded minus operator
|
|
[5 replies] Last: but the output for the interger subtraction is garbage. Outputs like ... (by clanmjc)
|
by mmac
cout issues
|
|
[13 replies] Last: Look at the warnings in @TheJJJunk's e-mail. The statements without e... (by doug4)
|
by obay
question in hugeint class
|
|
[2 replies] Last: I agree about using code tags. You can use the "<>" button on the For... (by doug4)
|
by crackerjr
Help needed
|
|
[3 replies] Last: The code that @Aceix provided is a bit of overkill. However, he (or s... (by doug4)
|
by Jimmy Rose
STL allocator vs Operator new
|
|
[3 replies] Last: You will no doubt have noticed that the STL containers take an allocat... (by kbw)
|
by Angeljruiz
[HELP] Chrome Password Stealer - Code
|
|
[4 replies] Last: The code is not C++ , it is C++/CLI . If you took the code from l33... (by closed account z05DSL3A)
|
by mhaggard
Reading from a file
|
|
[3 replies] Last: Thanks! I appreciate it!! (by mhaggard)
|
by Maheshparimi
Bad file descriptor in multi thredding environment
|
|
[1 reply] : It's impossible to work out what's going on without a better understan... (by kbw)
|
by skrug80sc
compiler declaration order issue?
|
|
[7 replies] Last: I was trying to get around an issue where Ref and Src rely on each ot... (by clanmjc)
|
by Reaper1
stuck on 1 problem
|
|
[2 replies] Last: thank you it worked. (by Reaper1)
|
by Albuquerster
In/Out Ports User Mode
|
|
[1 reply] : http://www.mindfiresolutions.com/port-talk.htm (by TheJJJunk)
|
by KuPosu
random odd numeber generator
|
|
[1 reply] : if (N % 2 == 0) //num is even (by TheJJJunk)
|