by Ingenko
Why is my calculator calculating wrong?
|
|
[2 replies] Last: thank you! i knew that you didnt have to put & when you were printing ... (by Ingenko)
|
by RPinney
3rd c++ assignment. Getting weird numbers.
|
|
[1 reply] : Nevermind, I figured it out. The problem was: AddFourNumbers(10,20,... (by RPinney)
|
by meesa
How to find out what cin.getline() returns?
|
|
[9 replies] Last: You have to clear the stream (to reset the error bits) Thank you, u... (by meesa)
|
by Duncan
Bullet attacking an Enemy
|
|
[4 replies] Last: you're right a std::deque would be more appropriate in this case. I CO... (by Duncan)
|
by blake239
matrix of ABC
|
|
[no replies]
|
Seg fault: Likely pointer or Malloc issue. |
|
[3 replies] Last: @ kevinchkin: Error checking isn't the issue. I just removed it to ge... (by IamScaredOfTrees)
|
by blake239
im Trying to print ABC spread out like on a graph
|
|
[1 reply] : What? - Please use [c ode] tags - (by Bazzy)
|
by Triryche
Variable for Array Size??
|
|
[5 replies] Last: Thanks!! I tried using a pointer before posting, but not in the co... (by Triryche)
|
by Progesco
Open file
|
|
[4 replies] Last: I did it. Thank for help (by Progesco)
|
by dstewar4
array size using pointer notation??
|
|
[3 replies] Last: If you don't want to use the square brackets you can use the C dynamic... (by Bazzy)
|
dynamic struct definition |
|
[2 replies] Last: Ok, I was just trying to make my own database-program: at the top of t... (by nicolasfranck)
|
by motd
the use of fstream
|
|
[2 replies] Last: Thankssssssssss i am so grateful..... (by motd)
|
by SeeSayLeki
Standard Deviation of 4 numbers.
|
|
[4 replies] Last: Alright, you you VERY much ROmai. I'll start working it out, and I'll... (by SeeSayLeki)
|
by ratman
Array input from file
|
|
[7 replies] Last: Also, this is wrong: for(int i = 19; i >=0; i--) { answer ... (by jsmith)
|
by agnea
Class problem: multiple definition of
|
|
[5 replies] Last: Right was my mistake......thank you for be so patient!! (by agnea)
|
by alexatcpp
passing pointers to methods
|
|
[1 reply] : Guess I could use a set method for the focus which takes a pointer. ... (by alexatcpp)
|
Programs |
|
[1 reply] : Blitz Coder has some good exercises for beginners here --> http://ww... (by bluezor)
|
by blake239
plot letters on x.y graph
|
|
[5 replies] Last: *sigh What do you not understand? int x; int y; int array ... (by DrChill)
|
by Rhys
Generic container and constructor/destructor
|
|
[11 replies] Last: Not really much. Typically you'll want to customize the error strin... (by jsmith)
|
by motd
fstream hard to understand & read function
|
|
[6 replies] Last: I've attempted to improve the code. I've detailed the changes below. ... (by Chewbob)
|