by John Davis
What is going on here? 2048
|
|
[8 replies] Last: That's what mbozzi meant with his post, too. :-) (by dutch)
|
by Marcos8701
Problem with while loop
|
|
[1 reply] : You need to initialize tempOutside to a non-zero value. If you don't i... (by dutch)
|
by Quadmaster4
Trying to call String Array, with data taken from a file ,into a Function
|
|
[2 replies] Last: Since you want romanNumerals to be the string representation of i, yo... (by dhayden)
|
by PhysicsIsFun
standard constructor pointer to nullptr?
|
|
[6 replies] Last: Also, if you're using a pointer, you should ask yourself "who owns the... (by dhayden)
|
by Elandre
I Have a C++ Assignment I need help with. Please advise.
|
|
[2 replies] Last: Thank you so much for your help. But how would that else statement loo... (by Elandre)
|
by nathan6
Explain c++ code
|
|
[6 replies] Last: thats the first step, then it takes the hash and runs dsa on it. Its... (by jonnin)
|
Error searching |
|
[2 replies] Last: Hai I change my code and make one function for search. but i just want... (by closed account iN8poG1T)
|
by thishas
Error: lvalue required as increment operand
|
|
[3 replies] Last: Andy / Lastchance .. thank you for your input. (by thishas)
|
by dadamus
string search
|
|
[1 reply] : string s = ".a more words"; if(s == '.' || (s >= 'a' && s <= 'z') ... (by jonnin)
|
by Bopaki
error: 'NO_OF_REGIONS' was not declared in this scope
|
|
[1 reply] : NO_OF_REGIONS What is it? Is it an int? Is if a double? What value ... (by Repeater)
|
by L4dcrusader
Assigning values not working
|
|
[2 replies] Last: Why do you even need e or o? Why not something like: int main() { ... (by jlb)
|
by cool123dude
Explain me the question MAGICJAR
|
|
[3 replies] Last: Your answer only works if the junior chefs cooperate. > The junior ch... (by salem c)
|
by az1234
pushing/copying/placing a string into an integer array
|
|
[7 replies] Last: The subtracting 0 part I put in because in the other forums I looked ... (by H00G0)
|
by stoneJax
Collecting Like Numbers in an Array
|
|
[6 replies] Last: Thank you for the feed back. I appreciate it! (by stoneJax)
|
by usmannazir
Initialization of 2D Array.
|
|
[5 replies] Last: Thanks guys. (by usmannazir)
|
by cash
sin function
|
|
[3 replies] Last: x - x^3/3! + x^5/5! - x^7/7!+ ... - Use a more accurate value of pi. ... (by lastchance)
|
by roselp
Loop error
|
|
[2 replies] Last: Surrounding the initial codes in tags for better readability for all w... (by mpark4656)
|
by Lunchbox
Memory Game
|
|
[4 replies] Last: Ok so here'es my new code with new problems... The problem is, after i... (by Lunchbox)
|
Exercise to test self C++ comprehension |
|
[2 replies] Last: Thank you for answering @dutch! In the exercise I can't modify the c... (by cppStudent012)
|
by ames1951
Won't count number of vowels
|
|
[4 replies] Last: Greatly appreciated. Thanks (by ames1951)
|