by VJoyce9
【question about class definition】
|
|
[3 replies] Last: Yes. PLEASE USE CODE TAGS (the <> formatting button) when posting cod... (by AbstractionAnon)
|
by binary3926
Derived class - 'class' was not declared in this scope
|
|
[1 reply] : One problem is that you have a circular dependency. b1.h includes b2.h... (by Peter87)
|
by leeZico
How to do a random word generator?
|
|
[2 replies] Last: Those generate random strings of letters. If you are looking for some... (by Duthomhas)
|
by AldenB
Member intializer list error...
|
|
[4 replies] Last: Awesome! Tyvm! I just discovered VS 2015 existed, I'm updating now. Th... (by AldenB)
|
by hardwired
Weird output in my code :(
|
|
[1 reply] : Forgot to also say, if you are going to run this code, type C or c for... (by hardwired)
|
by AldenB
Functions with "reference" return types?
|
|
[4 replies] Last: I see, thank you very much! (by AldenB)
|
by apomin
Initializing string to a list of int values
|
|
[7 replies] Last: I plan to use this construction as an element of the structure: struct... (by apomin)
|
by shija93
Program that sums bigints
|
|
[2 replies] Last: tnx!didn`t know about that command,sorry im kinda new in c++, Do u kno... (by shija93)
|
by leeZico
How to write a program that reads a content of a file, while using an array.
|
|
[2 replies] Last: @leryss thank you! (by leeZico)
|
by leeZico
How to get rid of global variable from an existing code?
|
|
[3 replies] Last: THANK YOU!!!! @kenmort & @MiiNiPaa (by leeZico)
|
How to test if a file has valid input |
|
[1 reply] : #include <iostream> #include <fstream> int main() { // if( std::... (by JLBorges)
|
by mkb555
Deep copies
|
|
[6 replies] Last: Oops wait sorry, I was wrong. Polynomial is the one with a destructor.... (by mkb555)
|
by scottyado
void value not ignored as it ought to be
|
|
[3 replies] Last: Thankyou ne555, Removing the * did solve the problem and it makes sen... (by scottyado)
|
Game adventure 2 |
|
[1 reply] : case 2 does not contain a statement (by Peter87)
|
by aeck
Hash Table String value
|
|
[2 replies] Last: You might also need a second ( const int ) parameter in the hashString... (by closed account 48T7M4Gy)
|
by kwnnyo
Saving a row of a 2D matrix in a cell of 1D matrix
|
|
[1 reply] : it is possible only if you make them whole numbers like - 3 0 1 would ... (by closed account E3h7X9L8)
|
Adventure game |
|
[2 replies] Last: Please use code tags to make it more readable. As for your problem, i... (by tallyman)
|
by mkb555
Can operator overloaders be member functions?
|
|
[1 reply] : Operator member functions take a reference to object as first argument... (by MiiNiPaa)
|
by hardwired
Console Play a sound - best method??
|
|
[1 reply] : The first link you provide is literally ten years old and the guy in t... (by Computergeek01)
|
by Altron01
Instances in vector(efficient way)
|
|
[1 reply] : The feature you're looking for is called "List Initialization": http:/... (by Computergeek01)
|