by theansweris3
Terminating a the program whenever the same input was entered.
|
|
[2 replies] Last: Thank you so much, sir! (by theansweris3)
|
by mrwhit
Beginner. Need help.
|
|
[3 replies] Last: Hello mrwhit. Changing the return type of the proto type does not fix... (by Handy Andy)
|
by learner47
Decimal to binary conversion using a function
|
|
[2 replies] Last: #include <iostream> #include <string> using namespace std; string in... (by lastchance)
|
by kcha2013
Expected Expression error on an "else if" clause.
|
|
[4 replies] Last: This is probably beacuse you have the else if statement inside your if... (by sheel)
|
by MisterTams
Function to sort array of pointers to an array?
|
|
[6 replies] Last: The algorithm compares all elements with the following (i.e. + 1...) ... (by dhayden)
|
by GregMoss
Undefined Reference to 'WinMain@16'
|
|
[3 replies] Last: Hi Thank you both for your assistance with this. Changing the m to lo... (by GregMoss)
|
by MatiasMunk
Vector problems
|
|
[5 replies] Last: You are correct, fixed this last night too. Thank you for your help, i... (by MatiasMunk)
|
by csharp
To check for prime number with FOR loop
|
|
[3 replies] Last: I forgot to mention that the program also shouldn't quit and should b... (by mbozzi)
|
by kingkush
How to make function return pointer to vector
|
|
[6 replies] Last: Whoops! was in fact a typo lol. It is #include <vector> . No other ve... (by kingkush)
|
by mikofat
Function not working as it should
|
|
[2 replies] Last: thanks @gunnerfunner, I finally figured it out (by mikofat)
|
Need help with simple code. |
|
[5 replies] Last: Hope i explained it well enough. I should have used a bool for the whi... (by kingkush)
|
Created class not passing by reference |
|
[4 replies] Last: Think I figured it out, thanks for the advice and feedback! (by closed account oEwqX9L8)
|
by TommyGun4
Sending all output to a file
|
|
[1 reply] : You are only writing to the file on lines 46-48. If you want to output... (by Peter87)
|
by lapolis
how to DON'T print empty array cells
|
|
[4 replies] Last: Hello lapolis, I have been playing with a struct and this is what I c... (by Handy Andy)
|
by theansweris3
Breaking and returning to main / restart program.
|
|
[3 replies] Last: if you want the program to restart put the portion of code that you wa... (by kingkush)
|
by longberns
overloading << and >> operator and converting types during file writing and reading
|
|
[4 replies] Last: Thanks all. I wonder why we could not just use chrono instead of makin... (by longberns)
|
by xraider
PLEASE HELP ME! TIC TAC TOE
|
|
[2 replies] Last: Take a deep breath. You're actually very close to having this right. ... (by dhayden)
|
The sum of two numbers |
|
[3 replies] Last: @joe864864, i think you missed < for > if ((a + b) < 10... (by longberns)
|
by CosminPerRam
How do i need to learn C++?
|
|
[5 replies] Last: +jonnin +kindkush +Kourosh23 Thanks for all the tips, it really means ... (by CosminPerRam)
|
by Aini Sley
logic error and it not reading well
|
|
[3 replies] Last: Start by reading from the file into the array. After that, the program... (by Chervil)
|