by psosmol
include
|
|
[2 replies] Last: It depends entirely on what the dependencies are. Any file (be it .cp... (by salem c)
|
by usmannazir
Directions
|
|
[3 replies] Last: 1. Add some convenience variables. 2. Rename some of the cryptic 1 and... (by salem c)
|
by grizzlei
timer function - how to improve?
|
|
[3 replies] Last: Your program loops as long as 'interval' endures through your while lo... (by nuderobmonkey)
|
Plz help |
|
[7 replies] Last: > If Int is calling a variable, then PointerC is like int. We say 'int... (by salem c)
|
by BIGB185
Create 3 functions that print initials using asterisk.
|
|
[4 replies] Last: Thanks again AbstractionAnon. I was a little tired and out of it earl... (by BIGB185)
|
by sunshine4
Attempting to create a 2D dynamic array for unknown values
|
|
[6 replies] Last: Thanks all...tried all. lastchance's and dutch's worked as listed. The... (by sunshine4)
|
by haro227
Program returning "inf" instead of calculated value
|
|
[4 replies] Last: Thank you so much everyone for the advice! My code is now working corr... (by haro227)
|
by sr2cute702
Smart way of finding a number with changing the range
|
|
[1 reply] : the smart way is to not pick randomly, but to cut it in half every tim... (by jonnin)
|
by Alb13G
exponent function Without POW or Multiplication (1,2)
|
|
[21 replies] Last: I was saying you can use the * function you wrote, using adds... as f... (by jonnin)
|
by ICantC
Parse question
|
|
[8 replies] Last: edit: it also stops reading the line once a character is hit rather th... (by jonnin)
|
by springleaf
Beginners Hangman quick
|
|
[4 replies] Last: // basic hangman program #include <iostream> #include <string> using ... (by MikeStgt)
|
by kyrresc
Pass by value
|
|
[3 replies] Last: Yes. b goes out of scope when the test function ends. (by Peter87)
|
by wirelesskill
Help with editing/correcting code
|
|
[1 reply] : > *this = Complect (name, computername, monitorname, price); All these... (by salem c)
|
by Bopaki
Program compiles OK but bombs out when running it
|
|
[2 replies] Last: Thank you very much lastchance!!!! It worked very well after changing ... (by Bopaki)
|
by ames1951
Why am I getting garbage values
|
|
[9 replies] Last: Thank you ! (by ames1951)
|
by daveed
Anyone know why my find method is returning false all the time?
|
|
[1 reply] : Use a debugger, or add some debug printing of your own. for (int... (by salem c)
|
by daveed
Why is my list method only printing the last book
|
|
[1 reply] : > istream& operator >> (istream& is, Book& book){ This reads the WHOLE... (by salem c)
|
by gifm
Loop with Nested If Problem
|
|
[2 replies] Last: Thank you. (by gifm)
|
Overloading Functions |
|
[2 replies] Last: I think it's asking to display the product of the integer and double m... (by simulationspecimen)
|
by cool123dude
PR Numbers
|
|
[6 replies] Last: so, my given numbers are right in between 1 and 100 ? (by cool123dude)
|