by Hanske
A reference to a function
|
|
[6 replies] Last: Ah right. Thanks for the help again. :D (by Hanske)
|
by lithony
for loop not working properly (1,2)
|
|
[20 replies] Last: thanks for helping! Took me a while to think that there were gonna be ... (by lithony)
|
by ashley50
I/O, output problem
|
|
[3 replies] Last: Not a complete analysis, but a quick read through the code shows a lot... (by Chervil)
|
by jpengineer
creating and writing to a file
|
|
[8 replies] Last: @jpengineer You should ask for the scores, and fill them, BEFORE you ... (by whitenite1)
|
by Mallet
Two Inputs & An Output
|
|
[3 replies] Last: // https://ideone.com/QrcGo8 #include <iostream> #include <iterator>... (by cire)
|
by reagank
Skipping header lines using istream
|
|
[1 reply] : Why not just attempt to read a line of data? If that puts the input s... (by cire)
|
by ajibpaudel
Check if it's possible to make an integer array strictly ascending by removing a single element
|
|
[7 replies] Last: Thanks, it's useful to learn different ways of solving the problem. (by ajibpaudel)
|
by vpham1
i have no idea how to begin with this problem
|
|
[2 replies] Last: someone please ban the above user ^^ (comologia) for spam and trying ... (by adam2016)
|
by Snm5143
Below Average output
|
|
[5 replies] Last: I agree with nick2361. std::vector is much more powerful than array. (by Thomas1965)
|
by Baps
Small help needed to complete an arrays assignment! Beginner programming.
|
|
[6 replies] Last: Thanks for all your help, Andy! My compiler wasn't recognizing some of... (by Baps)
|
by nick2361
using getline() in for loop for n times, but will let me enter n-1 times
|
|
[2 replies] Last: Many thanks, I understand now :) (by nick2361)
|
by egaw92988
C++ federal tax program
|
|
[no replies]
|
by lithony
*operators returning garbage values
|
|
[6 replies] Last: How do you know the number of rounds it displays is off by one? Every... (by Ganado)
|
by fiji885
Constructor questions
|
|
[6 replies] Last: An important thing to remember is that assignment destroys. The line ... (by Cubbi)
|
by leorio
Question regarding an if statement inside a for loop
|
|
[1 reply] : if (i < 3); Remove the ;. It terminates the if.. Your cout is not ... (by AbstractionAnon)
|
by jsquared90
Building an Application Preferences Class
|
|
[2 replies] Last: I appreciate the suggestion to the JSON parsing library. Ultimately, m... (by jsquared90)
|
by teppa
Placing blocks issue
|
|
[1 reply] : shouldn't the Rect() take a variable ? Something like Rect(j,0.0, 32... (by jonnin)
|
by cash
program not working
|
|
[1 reply] : Line 14: This if is not needed. If the file didn't open, line 13 pro... (by AbstractionAnon)
|
by dsfedorov99
Need help with my code
|
|
[1 reply] : There's a problem with the problem. You have a single word: "a1". Yo... (by lastchance)
|
by lithony
identifier, member function is undefined
|
|
[3 replies] Last: Line 16: operator * is not a member function of Hero. Line 19: Wh... (by AbstractionAnon)
|