by stoneJax
2D Bool Array
|
|
[7 replies] Last: Do you want your true/false distribution to be even, or do you want a ... (by deleted account xyzzy)
|
by srk100
Traversals
|
|
[2 replies] Last: Some thoughts from looking at your code: Line 54: _root and _size ... (by dhayden)
|
by Bopaki
I am not sure why I am getting these error messages
|
|
[2 replies] Last: Sorry not everything went through. Here it is: #include<iostream> #i... (by Bopaki)
|
by Deadweight77
Trouble with input
|
|
[5 replies] Last: Calc isn't quite right. When total_min > 60 you subtract 60 from total... (by dhayden)
|
by BIGB185
While loop to allow the User to run the program more than once.
|
|
[7 replies] Last: If you must have using namespace std; then you need to change your var... (by dhayden)
|
by psosmol
initialization of a vector
|
|
[6 replies] Last: Note that reserve doesn't actually change the size of the vector so yo... (by Peter87)
|
Write access violation |
|
[1 reply] : When I compiled it... That seems unlikely. This error happens when y... (by Repeater)
|
2d vectoe |
|
[1 reply] : An std::vector<int> (_int32) with that dimensions would take up 50... (by Grime)
|
RE(OTHER) |
|
[1 reply] : You're going to have to do better than just dumping your code. Like f... (by salem c)
|
by Bopaki
Why is my program not printing the elements of the stack
|
|
[8 replies] Last: Thank you all !!!! Using the arrow operator yielded the desired output... (by Bopaki)
|
by yat89
random number and swap
|
|
[17 replies] Last: Thanks JLBorges for your advice. I had add some error checking. Erro... (by yat89)
|
by Vetzo
avoid #define
|
|
[3 replies] Last: Yes, I need the windows.h stuff. undefining their stuff doesn't sound ... (by Vetzo)
|
by libi
C++ connect to website database
|
|
[5 replies] Last: Thinking about your question, and trying to understand what you're doi... (by Cheddar99)
|
do not respond (1,2) |
|
[33 replies] Last: what? I wasn't hoping for any answer. it was a simple yes or no questi... (by closed account N8MNAqkS)
|
cin |
|
[1 reply] : If you want to include spaces in your block of text, you can use std::... (by deleted account xyzzy)
|
by Tentoes
Posting a question? (pointless test)
|
|
[no replies]
|
What's wrong with? |
|
[5 replies] Last: Also, please do not write "p++" more than once per line (or reference ... (by Ganado)
|
by nj1234
can't find why this bug occur
|
|
[1 reply] : Line 21: The first char of alo is a space, so a!=alo is always going... (by AbstractionAnon)
|
by jjordan33
Is this the most efficient code?
|
|
[14 replies] Last: Will every stackoverflow check be an if statement? I've never seen an... (by keskiverto)
|
by dbarclay100
Calculate weighted average in Array
|
|
[5 replies] Last: Your code is very difficult to read. Have you learned about structures... (by dhayden)
|