by noodel
Remainder task
|
|
[2 replies] Last: Thank you! (by noodel)
|
by uasydney
A Member greeting prgram
|
|
[5 replies] Last: #include <iostream> #include <string> using namespace std; int main... (by closed account 48T7M4Gy)
|
by doctorDJ
Compiler?
|
|
[5 replies] Last: It's nice to see other examples, and it's useful too. Thank you! JLB... (by doctorDJ)
|
by uasydney
Solving a quadratic equation
|
|
[1 reply] : Quadratic formula basic setup is x = (-b +- sqrt(b^2 - 4ac)) / 2a Qu... (by YFGHNG)
|
by ChiaraItaly
[Error] expected unqualified-id before '{' token
|
|
[1 reply] : A good tip to keep in mind is if the compiler tells you the line they ... (by YFGHNG)
|
by Swapnil2000
cin not working even with proper header files (1,2)
|
|
[20 replies] Last: Let go all old shit.. Using Visual Studio 2013 .. Working Well.. The c... (by Swapnil2000)
|
by Arquon
How do I use IF in FOR correctly ?
|
|
[7 replies] Last: Okay, thank you ^^ (by Arquon)
|
by pearlyman
Cleaning out the main
|
|
[3 replies] Last: The main idea is to use move semantics (proper move constructor + retu... (by MiiNiPaa)
|
help please |
|
[3 replies] Last: https://www.mathsisfun.com/games/towerofhanoi.html (by closed account 48T7M4Gy)
|
by RAVSHAN02
Getting errors with game code. Need Help.
|
|
[2 replies] Last: I got a load of stray \342, stray \200, and stray \214 errors. Those ... (by pearlyman)
|
by cjs209
Runtime Error
|
|
[2 replies] Last: I copied your code and it runs just fine. I even copied and pasted ano... (by pearlyman)
|
by PandaQuin
Help with loops
|
|
[5 replies] Last: The code worked but im getting a different display , also the link doe... (by PandaQuin)
|
by Incognito12
How to print vector after sorting
|
|
[1 reply] : http://www.cplusplus.com/reference/algorithm/sort/ (by closed account 48T7M4Gy)
|
by ultracannon
Decimal places question
|
|
[4 replies] Last: ahh i see. ok I got it. Thank you very much for the electrification ... (by ultracannon)
|
by kong288
Checking what side a rectangle is colliding with another rectangle
|
|
[1 reply] : There are several considerations. The best consideration is probably ... (by Duthomhas)
|
by brreenie
Can't read .txt file using Xcode
|
|
[no replies]
|
by NoCompletion
C++ Programming Assignment: Char Issue
|
|
[3 replies] Last: Thank you both SamuelAdams and DyslexicChciken. I'll mark this one as ... (by NoCompletion)
|
by Dazzer
Return by address from Learncpp, me confused
|
|
[2 replies] Last: Many thanks, i re-read the Learncpp lesson about "new int" and now i u... (by Dazzer)
|
by Waterice
Menu system crashing for program
|
|
[no replies]
|
by LAplus
Problem with presenting output all at once:(
|
|
[4 replies] Last: There is no output because your reading is incorrect, the loop in line... (by ne555)
|