by safoex
Shortest code a+b (1,2)
|
|
[20 replies] Last: @Peter87 I think it's fine to call operator<< and operator>> on th... (by vlad from moscow)
|
by Blessman11
Giving "main" and argument???
|
|
[1 reply] : That's the commandline used to run the program. If, for example you... (by Disch)
|
by Blessman11
Assert(what argument does it take?)
|
|
[2 replies] Last: The error I get is below, apparently the iterator won't recognise the ... (by Blessman11)
|
by nothing3
Account balances
|
|
[3 replies] Last: Yay!! That was my very first helpful answer, whoo hooo! :) (by vanllabean81)
|
by johnwestman
What is the need of libraries?
|
|
[3 replies] Last: That's a great answer, Moschops! So helpful, you are. Lol. (by vanllabean81)
|
by chibamm
Interest calculator
|
|
[3 replies] Last: So you want to calculate the interest on a specific deposit, then each... (by Phil123)
|
Program Skipping getline Statement |
|
[8 replies] Last: (71) : error C2780: 'const _Ty &std::max(const _Ty &,const _Ty &,_Pr)... (by Phil123)
|
by AandR2024
How can I make a random response generator? (1,2)
|
|
[29 replies] Last: There is a few ways to do this. 1) int randomquestion = rand() % 4; if... (by Volatile Pulse)
|
My program closes unexpectedly |
|
[6 replies] Last: 2 things: 1- when you have this using namespace std; put it afte... (by ThangDo)
|
by Stauricus
"pass object around"?
|
|
[6 replies] Last: I'm not sure I understand the question but, As long as you say "pu... (by sfBlackfox)
|
by Fransje
Meaning of Static and Const
|
|
[1 reply] : In this context, it's signifying that the function is read only and do... (by MrHutch)
|
by ocunder
Calculator works.. but not with a loop
|
|
[4 replies] Last: there is no input... "input" never changes and will run forever with n... (by Jikax)
|
What could I improve upon? |
|
[14 replies] Last: Character *hero = new Character(ch == 1?"Gandorf":"Ashe", ch == 1?70:... (by ne555)
|
hi , can you help me guys |
|
[6 replies] Last: here the question 1- add new patient 2- edit patient data 3-add new ... (by thunderxlight)
|
by ssegota
Skipping input of elements in line
|
|
[no replies]
|
by Stas Kubrak
One container with different data types
|
|
[1 reply] : You should look up boost::any which is an implementation for a heterog... (by Texan40)
|
by TakingSIdes
Basic Compiling
|
|
[3 replies] Last: Thanks for your advice, I didn't realise that's what a make file did, ... (by TakingSIdes)
|
by Fransje
Keyword this
|
|
[8 replies] Last: Thanks all for the help! And thanks, computergeek, for the effort of w... (by Fransje)
|
by hombakazij
String Compare
|
|
[9 replies] Last: @LovestoCpp its working.. (by hombakazij)
|
by lanse202008
how to change the bit depth of a bmp in c++
|
|
[1 reply] : You could use some kind of library, or get to know the BMP format, rea... (by Peter87)
|