by dakotad8218
Repeating Sequence of 0, 1, 2
|
|
[2 replies] Last: Thanks! Always forget about the modulus operator. (by dakotad8218)
|
by RaiN3772
Calculator in while loop
|
|
[14 replies] Last: i agree with what you said, like everything, i'm trying to improve my ... (by RaiN3772)
|
Program not working as intended when trying to enter another piece of data |
|
[1 reply] : after line 29 add... cin.ignore(); (by Manga)
|
by FJ39j39fs
passing arguments to methods
|
|
[5 replies] Last: #include <iostream> #include <string> class Menu { public: voi... (by Manga)
|
by ronenp88
Error at runtime
|
|
[3 replies] Last: OK, thank for every one, problem solved I was doing some really bad th... (by ronenp88)
|
by Auntiejack56
Defined type mismatches with an argument
|
|
[5 replies] Last: SQLWCHAR is not defined by C++. It is probably defined by the third-... (by keskiverto)
|
by RaiN3772
Flag Control while loop
|
|
[5 replies] Last: i guess that is really helpful for a beginner, thanks alot mate (by RaiN3772)
|
by KittyIchigo1
Output boolean expressions - but my code only passes a few test cases and not all
|
|
[2 replies] Last: Yes, the last test is in fact off. Rethink your math. Something to co... (by highwayman)
|
by synapse187
Dice probability simulator wackyness!
|
|
[11 replies] Last: [quote=Ganado]I wonder if there's any way to put an upper bound on the... (by Duthomhas)
|
by BlakGerry
Use of ostringstream inside a function.
|
|
[6 replies] Last: Sorry for the delay¡ keskiverto: --------------------------------- ... (by BlakGerry)
|
by Seanronen11
Help in create ball movement
|
|
[5 replies] Last: https://youtu.be/RWyY3n9nTf8 dude... i've been trying to think of a ... (by markyrocks)
|
by goozeberry
Question on template writing
|
|
[4 replies] Last: Can I not assign a default constructor that takes no parameters with ... (by jlb)
|
by DJL
checking characters
|
|
[6 replies] Last: @Handy Andy, your solution is more sophisticated and I like it better ... (by thmm)
|
by lost110
Expected a statement after "else" condition
|
|
[7 replies] Last: Thanks and sorry! The deadline was very near so was in a hurry! Sorry ... (by lost110)
|
by nishants529
not working as intended
|
|
[6 replies] Last: #include <iostream> using namespace std; int main() { cout << ... (by Manga)
|
by fwheel777
else if issue
|
|
[16 replies] Last: This is what you are trying to do... #include <iostream> using std... (by Manga)
|
by highwayman
professional programmers
|
|
[5 replies] Last: Oh I’m sorry you just sound alike. .... Wait did I just say that... (by highwayman)
|
‘std::basic_ostream<_CharT, _Traits>::basic_ostream() [with _CharT = char; _Traits = std::char_traits<char>]’ is protected |
|
[11 replies] Last: You initialize data members using an initializer list: https://en.cpp... (by MikeyBoy)
|
by vdweller
Erasing element from vector of pointers messes up pointers
|
|
[3 replies] Last: You are right, the erase should not affect the _item. A pointer to el... (by keskiverto)
|
by Dalski
Visual Studio 19 - Test Individual Projects
|
|
[4 replies] Last: Thanks for your rapid response. Trying to upload a pic but doesn't see... (by Dalski)
|