by rkwan
Chutes and Ladders
|
|
[no replies]
|
by mrtammy2008
cin.fail() is still executing when there's an integer in the front of the input.
|
|
[4 replies] Last: Hello mrtammy2008, When I look over the responses I feel as you do no... (by Handy Andy)
|
by mrtammy2008
How to handle stoi conversion error?
|
|
[8 replies] Last: No, due to line 13. Yes, due to line 9. Why are you wasting your ti... (by Duthomhas)
|
Simple code isn't compiling |
|
[4 replies] Last: @mbahmimpi Hahaha (by MysteryFlavour)
|
by JayGln
printing linked list
|
|
[12 replies] Last: Hello Andy, Sorry I haven't responded I was trying to find a way to m... (by JayGln)
|
by hixtus
Incorrect/Partial Output - Stuck please Help!
|
|
[1 reply] : Duplicate. http://www.cplusplus.com/forum/general/253681/ (by Duthomhas)
|
by idknuttin
Does a set in C++ run in parallel, if not does C++ contain a set that takes advantage of OpenMP?
|
|
[7 replies] Last: [quote=sadraint]I don't agree with you With whom? About what? (by Duthomhas)
|
by Sholi
incorrect output of stof() function
|
|
[4 replies] Last: Why? I can understand your point for more complicated code but for ba... (by jlb)
|
by MikeStgt
Under http://www.cpp.sh long same size as long long
|
|
[8 replies] Last: On gcc you can include <cstdint> and try __int128_t or __uint128_t. ... (by MikeStgt)
|
by calioranged
VS Warning if Initialiser List Added
|
|
[7 replies] Last: No problem. [quote=Varrick]You can get the fancy quote header with th... (by calioranged)
|
by Pecvx
Simple logic question
|
|
[4 replies] Last: I agree, simplify and clarify. first, the original expression does 2 ... (by jonnin)
|
by jasper hall
Fitting
|
|
[5 replies] Last: This two text file are the result of my main code Sorry, but if you ... (by MikeStgt)
|
by stoneJax
While Loop
|
|
[4 replies] Last: strcmp() is found by #include <cstring> > Actually it seems to be w... (by salem c)
|
by sk123
What is the approach to this problem? (1,2)
|
|
[25 replies] Last: > Question 4 of May Long Challenge ADA ROOKS 2, what is the approach ... (by anup30)
|
Doubly Linked Lists - Pushing to front of List and Printing Backwards |
|
[13 replies] Last: Thanks for your replies keskiverto and MikeyBoy! Very informative. Apo... (by PiggiesGoSqueal)
|
by AxA
Do you know a good C++ interactive course?
|
|
[1 reply] : I'm sure there are lots around if you look, but here are a few places ... (by Cheddar99)
|
by medosz
Calculate and store value in data member
|
|
[1 reply] : You have two options: * call bill1.setVAT() and bill1.setNET() before ... (by keskiverto)
|
by dd95
LNK2019 even if I included the lib (1,2)
|
|
[20 replies] Last: Hi, I managed to find the problem, but not the solution. So there is... (by dd95)
|
by jacapiwsko
Variable in other class is not updating.
|
|
[10 replies] Last: Oh thanks, working! (by jacapiwsko)
|
by stoneJax
toupper
|
|
[4 replies] Last: I can see it with the pointers in the if statement. That makes it work... (by stoneJax)
|