by bgold12
Help with correcting formula
|
|
[1 reply] : You are declaring intRate as an integer data type, but the line intRat... (by hyperfine)
|
by cshan223
Problems with understanding a c++ code
|
|
[no replies]
|
by emlynw
How to put program into functions
|
|
[3 replies] Last: Use functions when your code has one or more independent parts. So one... (by shadowCODE)
|
by novellof
Copy Constructor
|
|
[2 replies] Last: thanks i didn't write a destructor cause it was just a 2 second thing ... (by novellof)
|
by Kernul
Searching for exercises
|
|
[3 replies] Last: Your welcome Kernul, glad it helped. (by Codermik)
|
by abdalimran
if-else condition problem using in a loop
|
|
[6 replies] Last: Your welcome :) (by Codermik)
|
by Zenith1900
Correct call?
|
|
[1 reply] : See http://www.cplusplus.com/doc/tutorial/classes/ (by keskiverto)
|
by vxk
Pointer problems
|
|
[18 replies] Last: I am not familiar with Xcode, but there should be something to control... (by MiiNiPaa)
|
by Victor89
Improve tic-tac-toe game
|
|
[4 replies] Last: This is my updated code with the solution for who goes first computer,... (by Victor89)
|
by vampirenelf
Pseudo code to C code
|
|
[2 replies] Last: Thanks a bunch! I think i can translate it into C++ I get the idea now... (by vampirenelf)
|
by sam afg
i know the code but still confuse that how it works?
|
|
[2 replies] Last: The outer loop runs once then -> inner for loop is going to run 1 time... (by novellof)
|
by STxAxTIC
Strings and memory management paranoia
|
|
[5 replies] Last: [quote=STxAxTIC]From what I'm reading, I gather that I can avoid the m... (by MiiNiPaa)
|
by Arnau
Help with word comparison
|
|
[2 replies] Last: thank you very much!! (by Arnau)
|
by doghouse308
Call to non-static member function...
|
|
[3 replies] Last: You have no default constructor for that class defined. And it still w... (by Zhuge)
|
by Jhub
change a character into a number
|
|
[8 replies] Last: @MiiNiPaa i++ or ++i is not worth arguing about. After all it's ++C we... (by closed account 48T7M4Gy)
|
by awkward
Choose one if-statement
|
|
[7 replies] Last: @ awkward - sorry, didn't realise, anyway Smac89's post will solve it... (by Codermik)
|
by jdwright
Largest Sum of Four Adjacent Numbers (2D Array)
|
|
[4 replies] Last: "adjacent"? Do you mean "four in a row, four in a column, or four alo... (by keskiverto)
|
by WishonTD
Find square root of given floating point number
|
|
[15 replies] Last: oh yeah...I forgot to paste those. haha. It took a bit but it finall... (by WishonTD)
|
by sidei
need help about c++ add two different size arrays
|
|
[4 replies] Last: Is this a: Select x from set A and y from set B so that x+y==sum. P... (by keskiverto)
|
by Jhub
Find a letter in a given word
|
|
[9 replies] Last: if I am reading this correctly variant 1 and 2 are two different ways ... (by Jhub)
|