by djr1599
Rectangle Area Homework
|
|
[2 replies] Last: Yes, see line 15 and what is that missing for line 16. Read the run-ti... (by mike99)
|
Debugging |
|
[1 reply] : Hi, Looks Ok so far, maybe we need more context ? Is String.hpp incl... (by TheIdeasMan)
|
by rantiv
Pointers
|
|
[7 replies] Last: perfect i got it! i was just missing the -> again (by rantiv)
|
by nfectgotan
Function Arguments
|
|
[5 replies] Last: After reading another resource I understand it now. for the first fcn... (by nfectgotan)
|
by sadij97
Can anyone help me find a bug in few lines of code?
|
|
[1 reply] : Hi, In function 'int main()': 12:50: warning: 'denom1' is used uni... (by TheIdeasMan)
|
by b29hockey
While loop(possibly vector) issues
|
|
[2 replies] Last: When I don't use cin.ignore() it skips the whole getline (cin, n) .... (by b29hockey)
|
by BryanTriana
Having trouble with variables in different functions for a calculator
|
|
[4 replies] Last: Hi, Good work ! Not a bad effort for 2 days coding :+) I really like ... (by TheIdeasMan)
|
by fauxdiscours
How to use fstream to manipulate files
|
|
[3 replies] Last: Check out this page: http://www.cprogramming.com/tutorial/iomanip.html... (by caolan)
|
Calculating interest due |
|
[2 replies] Last: One other thing, these variables are not currently being used: st... (by caolan)
|
by babadur
help me
|
|
[3 replies] Last: Take a look at you if-statements. They are not specifying chars to com... (by caolan)
|
by CassandraB
If / Else statement assigning incorrect values
|
|
[1 reply] : You can see here http://en.cppreference.com/w/cpp/language/operator_pr... (by Moschops)
|
by Ijustwanna1
practicing arrays
|
|
[1 reply] : Note that if line 12 condition is true, then tmp is 0 and there is n... (by keskiverto)
|
by CassandraB
If/else statement
|
|
[1 reply] : I fixed it by completely changing the code. <code> // Cassandr Hamr... (by CassandraB)
|
Why doesn't my program return 0 if the output overflows? |
|
[4 replies] Last: How do I check the new value of reverse against the old value? ... (by dhayden)
|
by hookster007
Rectangle or Square Calculator
|
|
[2 replies] Last: Your algorithm is wrong. Check it out on paper - given corners (0,0), ... (by fredk)
|
by toy
Help with finding minimum element in a stack
|
|
[1 reply] : I don't understand your restrictions (and the code looks complex too).... (by keskiverto)
|
by Condro89
Doubly Linked List Problem
|
|
[1 reply] : Why does a Node have a curr pointer? A node is just one node. If any... (by dhayden)
|
by jgg2002
Problem with printing board?
|
|
[2 replies] Last: Done, I included string, cstdlib, I used srand(time(NULL)) in the star... (by jgg2002)
|
How do i link ncurses to c++, in gcc |
|
[2 replies] Last: thanks so much. I got it working. I even wrote a simple python script ... (by aarongillbraun)
|
by hookster007
Quadralateral
|
|
[14 replies] Last: what did I do wrong on line 64? It is just saying if all sides are eq... (by keskiverto)
|