by Neslo22
Program that calculates discounts.
|
|
[1 reply] : Please please please use code tags, which you can get from the <> butt... (by Albatross)
|
by rycbarott
Void functions question
|
|
[7 replies] Last: The start of the for loop bit sounds about right. If you kept the brea... (by Albatross)
|
by wolffcw
arrays and functions
|
|
[1 reply] : You're code is almost the same as this guys: http://www.cplusplus.com/... (by odannyc)
|
by odannyc
Help with Array Location
|
|
[2 replies] Last: Wow well that was simple -_- I'm not sure why they're there. Maybe be... (by odannyc)
|
by game
Sorting 2D points clockwise
|
|
[6 replies] Last: FWIW... if you just need to compare relative distance... you can remov... (by Disch)
|
Library |
|
[5 replies] Last: Noo! No assembly god no! Its torture! (by RealGiganitris)
|
by Markjoy
very hard question using stacks!!
|
|
[1 reply] : After your if (sign ==',') remove the line that says stack.pop(); That... (by Troy Dietz)
|
by binarylife
What happens in this program ?
|
|
[4 replies] Last: thnx ! (by binarylife)
|
by szeszi2006
string to int fail :(
|
|
[5 replies] Last: try somthing more simple. Heres what I use, it's templated so you don... (by IWishIKnew)
|
by evan1991
Geometric Shapes
|
|
[3 replies] Last: When I compile the programme, it says there are many uncleared charact... (by evan1991)
|
constructer |
|
[4 replies] Last: Stroustrup answered this question in his FAQ: http://www.stroustrup.co... (by Cubbi)
|
by eonly
How can I convert this for loop into a while loop?
|
|
[2 replies] Last: for(control variable; Boolean expression; counter) All you need to d... (by Scott7975)
|
by Sean Mullan
Creating a billing system
|
|
[no replies]
|
by Hassan Ali
Problems with dynamic allocation
|
|
[5 replies] Last: You can re-use variables as much as you want, though careful not to ge... (by LB)
|
by mattballj10
Kruskal's Minimum Spanning Tree
|
|
[2 replies] Last: Minimum spanning trees are just connected subgraphs that are trees. K... (by thebeto1of)
|
by j2013
creating pattern
|
|
[4 replies] Last: You obviously messed something up. It works perfectly fine for me. (by Polaz)
|
by hockeynl
Matrix Checking Rows
|
|
[no replies]
|
by wslatten
"Expression must have class type" error in program
|
|
[3 replies] Last: I'm no maths expert, so I'm not the person to ask. But one thing spri... (by MikeyBoy)
|
Need help with my linklist |
|
[1 reply] : So you want to have 3 names and numbers without having the user enter ... (by Uk Marine)
|
by bennyjammin
Printing with "ostream &operator<<( ostream &out, const Vehicle &v )"
|
|
[5 replies] Last: Thank you so much coder777. You saved the day again. :) I spent hours ... (by bennyjammin)
|