by loganc123
After completing if statement, return to top of Main?
|
|
[2 replies] Last: similar to this #include <iostream> int main() { char choice('... (by closed account SECMoG1T)
|
finding the word ends with search string |
|
[3 replies] Last: what is the code supposed to do because its hard to read <format?>; he... (by closed account SECMoG1T)
|
by Lado
Linked lists, swap nodes
|
|
[1 reply] : I'll try to explain, but someone else might be able to explain it more... (by Ganado)
|
by loganc123
Add or Subtract from a total based on first character
|
|
[2 replies] Last: Duh!!! Thank you so much! (by loganc123)
|
by al bama cpp
Difference in array and tuple
|
|
[5 replies] Last: ooh, i think i dint check that twice, my bad change it to std::getl... (by closed account SECMoG1T)
|
by Patch97236
Switch using array trouble...
|
|
[2 replies] Last: Why is it illegal? Is it because I declared a variable but ended up no... (by Patch97236)
|
by FURKANkartal
Where is the problem
|
|
[4 replies] Last: Thank you... (by FURKANkartal)
|
Printing pointer's address |
|
[3 replies] Last: Hello toomanyquestions, Glad it worked out for you. What I showed you... (by Handy Andy)
|
by mastgraft123
problems with if and and characters
|
|
[3 replies] Last: Hello mastgraft123, Even removing the single quotes from "r" will not... (by Handy Andy)
|
by Wantedman46
Program will not show my cout statements
|
|
[1 reply] : https://repl.it/OIFQ Works perfectly fine, your std::cout messages in... (by goldenchicken)
|
by daimkhalid07
l need help
|
|
[9 replies] Last: float agv(int n) //n = the amount of numbers { int total; int count ... (by goldenchicken)
|
Need help! User input to add to a .txt file |
|
[1 reply] : I'm having a hard time with the addNewNames() functions as when I go ... (by Enoizat)
|
by trogne
windows GetMessage function
|
|
[no replies]
|
by Delcho
Adding lines at the end of a file in c++ problem
|
|
[5 replies] Last: No, I meant like this. f.open("file.txt",ios::ate); if (!f) { ... (by Thomas1965)
|
by dezzer1022
code for arr
|
|
[3 replies] Last: Well yes. That's how C++ works. When dealing with simple int values,... (by Repeater)
|
by cash
function menu
|
|
[5 replies] Last: Well, the first stage would be to write the find() function. Write fu... (by Chervil)
|
by ammar629
Creating Circle [Do while Loops]
|
|
[no replies]
|
Simple JSON program error |
|
[no replies]
|
by jsbd29
Can someone ,please help me to fix the error on these Functions
|
|
[1 reply] : Remove the white-space between '+' and '='. The add-assignment operat... (by mbozzi)
|
random |
|
[2 replies] Last: #include <iostream> #include <algorithm> #include <random> #include <... (by JLBorges)
|