by khan2943
.
|
|
[3 replies] Last: sakura you're my hero LOOL thanks again (by khan2943)
|
by fivestar
Rounding numbers
|
|
[12 replies] Last: #include <iostream> #include <string> #include <algorithm> #include <... (by SakurasouBusters)
|
by khan2943
.
|
|
[2 replies] Last: @SakurasouBuster THANK YOUUUUUUUUUUUU!!! (by khan2943)
|
Counting characters in a string |
|
[9 replies] Last: my apologies, i am new to this cite and I am new to C++. I'm am not qu... (by markjohnson6842)
|
by azdrc29
Program is adding when it shouldn't be.
|
|
[2 replies] Last: Such a simple fix. Thank you! (by azdrc29)
|
by feso1212
need a help for hailstone sequence
|
|
[3 replies] Last: Just initialize an int with 0 as value, something like int count = 0;... (by closed account iGLbpfjN)
|
by fivestar
Program Help
|
|
[3 replies] Last: I took the cin.ignore() and put it before the first cin.peek and i put... (by fivestar)
|
by Fundamental
Need a bit of help.
|
|
[2 replies] Last: Thank for the fast reply, SakurasouBusters. Can I integrate this solu... (by Fundamental)
|
by SenpaiLiftss
Homework help
|
|
[9 replies] Last: Just thought id keep you updated, I got it to work thanks to you ! :D... (by SakurasouBusters)
|
by my2jlw3s
Help with looping
|
|
[1 reply] : I'd start with Initialization of variables. (by SamuelAdams)
|
by Lado
Read a .txt file into arrays
|
|
[4 replies] Last: Thank you! So the file contains information about number of students... (by Lado)
|
by junfan
How to reference a .DLL file in Visual Studio 2012
|
|
[2 replies] Last: Hi, https://msdn.microsoft.com/en-IN/library/ms235636.aspx PS: pleas... (by shadder)
|
by doctterdre
Average of n numbers
|
|
[3 replies] Last: Thank you both for the help. I now have it working. (by doctterdre)
|
by JJ2828
CPU scheduling
|
|
[no replies]
|
by andygarc1a
How to make my program run?
|
|
[7 replies] Last: // BEGINNING OF YOUR CODE bool qualified = ( age >= 18 && ... (by booradley60)
|
by aloz
Problem with random
|
|
[3 replies] Last: Thanks, Chervil! #include <iostream> #include <conio> #include <wi... (by aloz)
|
Error Help - Skips Line |
|
[3 replies] Last: I had someone read over my code and explain it to me. Thank you! (by Teamdeathmatch1787)
|
by mclogical
Input/output with files
|
|
[9 replies] Last: hello mclogical, One question: on line 11 and 12 you open files, but... (by Handy Andy)
|
by andygarc1a
Issue with if/else statement
|
|
[9 replies] Last: Yes, I'm happy you are able to solve the assignment. A couple of thing... (by SakurasouBusters)
|
by jesusman22
Program keeps crashing
|
|
[1 reply] : The first thing you should look for when it crashes is an out of bound... (by coder777)
|