by davez
HEEEELp
|
|
[2 replies] Last: its ok sir i already solved it (by davez)
|
by Psyduck
C++ Calculator won't sum the numbers.
|
|
[5 replies] Last: I am using DEV C++. i think that's very old, but maybe someone else ... (by mutexe)
|
by yuno44907
How This Code is Working?
|
|
[4 replies] Last: int main() //i dont know but we always writing this Seeing this i w... (by mutexe)
|
need help with completing this calculator C++ |
|
[2 replies] Last: i think you are confusing about the QUOTIENT ^^ (by xenovia12)
|
by ephekt
function to remove the current item
|
|
[4 replies] Last: You could alternatively subtract first then not have to subtract 1 fro... (by giblit)
|
by ksmarine1980
Sort Array
|
|
[8 replies] Last: Thank you, Giblit. I understand how bubble sorts work, but the coding ... (by ksmarine1980)
|
by Blank
Functions
|
|
[no replies]
|
by alex067
Cin not working, help please
|
|
[4 replies] Last: No, when you use std::cin >> variable; it leaves a newline in the bu... (by giblit)
|
by alex067
Finding area/perimeter of triangle
|
|
[4 replies] Last: You need to include the asterisk for multiplication. Parenthesis don't... (by Cody0023)
|
by T4l0n
resize array using pointers
|
|
[10 replies] Last: We understand what it is to be initialized. The point is that there i... (by Lowest0ne)
|
by kemeriya
Bubble sort algorithm
|
|
[1 reply] : For something like this it will probably finish in a matter of microse... (by giblit)
|
by hellworld136
Name of this function?
|
|
[no replies]
|
by newbiehelp
Please help me understand/fix this.
|
|
[1 reply] : This sounds like a job for a sorting algorithm the simplest one woul... (by Hertz)
|
by Psyduck
C++ Encountering Errors
|
|
[1 reply] : line 120 - you don't need the data types in front of the arguments sen... (by wildblue)
|
by Victor89
Counting lines from file and diplaying them in reverse order
|
|
[1 reply] : fout << s; // s=0, why? because std::istream.getline() uses the '\n'... (by Yanson)
|
by hellworld136
Flipping a matrix array
|
|
[3 replies] Last: For example, when count is 7 i and j are also both 7. Are they? Let... (by keskiverto)
|
by Nitrodev
Clear the output
|
|
[1 reply] : http://www.cplusplus.com/forum/beginner/3207/ (by rafae11)
|
by mishappp
Simple math question.
|
|
[1 reply] : Do you understand the meaning of double and int in the above code... (by Chervil)
|
by ps8v9
Template syntax in Stroustrup's Tour
|
|
[1 reply] : Hmm. The discussion in the subsequent text implies that the template f... (by ps8v9)
|
by plp384
Why must I put ; before cout when using multi-way if-else statement
|
|
[7 replies] Last: @keskiverto I just looked at my textbook and it does not have a cond... (by plp384)
|