by YahooAccount
would like to exit loop with Y/n
|
|
[9 replies] Last: Your final code, it is. #include <iostream> #include <string> using ... (by CarolStar)
|
by asper18
OutFile not working
|
|
[7 replies] Last: IT WORKS!!!!! Thank you guys so much!!! (by asper18)
|
Almost There |
|
[1 reply] : void Sort(double& number1, double& number2, bool ascending) { if (as... (by gunnerfunner)
|
by userco
unsigned/signed error code
|
|
[6 replies] Last: when i input a sentences to convert it isn't converting why isn't my m... (by userco)
|
by nu123
multiplying final value
|
|
[2 replies] Last: i had put in the wrong code sorry, i had put up one i had been messing... (by nu123)
|
by bobby5
writing class for restaurant check
|
|
[no replies]
|
by parkhill
Reading txt file into an array of strings
|
|
[1 reply] : I ended up figuring it out. Here is the correct code that runs. ... (by parkhill)
|
by StevenHans96
Vectors and strings
|
|
[8 replies] Last: yes that did it thank you, I just hope that rest of my code works now. (by StevenHans96)
|
by ret squid
Help w/ avg, sum, num from file.
|
|
[1 reply] : Well my sum and average is working but having issues with the count. H... (by ret squid)
|
by Kiramy
Numbers of palindromes
|
|
[2 replies] Last: Thanks gunnerfunner! Now it works :D (by Kiramy)
|
by CelestialX
Erasing an element from Vector<Vecter<short>>
|
|
[14 replies] Last: Actually I am moving this to another thread. (by CelestialX)
|
by nu123
add numbers apart from last
|
|
[3 replies] Last: that's brilliant thanks. i was trying to figure it out for ages. i hav... (by nu123)
|
by MrPercy
What should be learnt first, GUI programming with Qt or game graphics programming with Opengl?
|
|
[4 replies] Last: thanks (by MrPercy)
|
by WULTKB90
Getting loop code to output.
|
|
[7 replies] Last: Fair enough, I will stick to VS for now until I stop making so many mi... (by WULTKB90)
|
structure and file |
|
[8 replies] Last: Well, I made the first mistake because i wanted to rewrite the program... (by WilliamMorris)
|
by awesomesause
file to print single words per line
|
|
[2 replies] Last: Hello awesomesause. As gunnerfunner pointed out you are trying to rea... (by Handy Andy)
|
by ExSanity
Using Threads (Creating connecting etc)
|
|
[1 reply] : I've figured out the threads now and got the thread running yet the re... (by ExSanity)
|
by ypamc
Find the sum of columns in a 3*4 matrix
|
|
[1 reply] : #include <iostream> using namespace std; const int SIZE = 3; double ... (by ypamc)
|
by cpp82
subset handling in bitsets
|
|
[1 reply] : Though iterators won't work with bitsets you can compare the subsets i... (by gunnerfunner)
|
by apendris140
Reading a file into an array
|
|
[1 reply] : line 21 sales_file >> sales ; //semi-colon added sales_file is th... (by wildblue)
|