by Musica
Strange output using for loop
|
|
[1 reply] : There is double counting here: for(int j=0;j<trivial_stk.size();+... (by Chervil)
|
Weird Errors |
|
[4 replies] Last: Thanks very much. I would never have thought that the errors came from... (by AmazingBKaiser)
|
Dangling pointer? |
|
[4 replies] Last: Just a brief comment. The while(buffer[sentence_end+1] ... etc. that... (by Chervil)
|
by adam2016
passing objects as arquements
|
|
[17 replies] Last: how come I can pass the address of error in to the catch parameters w... (by AbstractionAnon)
|
by adam2016
divide by zero exception
|
|
[4 replies] Last: thanks AA =) (by adam2016)
|
by wahab13796
enumerations??
|
|
[5 replies] Last: Does your textbook really not explain what enumerations are? (by MikeyBoy)
|
by Areey
Base and exponents
|
|
[1 reply] : how to write this line? Depends what you mean by "write". Your code... (by Chervil)
|
by EnigmaticZee
Explain how this works
|
|
[7 replies] Last: #include <iostream> #include "Sales_item.h" using namespace std; in... (by tipaye)
|
by GhostCas
Re-enter a user input
|
|
[10 replies] Last: Try reorganising your code, it seems very bloated to me and you make s... (by megatron 0)
|
by Areey
Base and exponents
|
|
[no replies]
|
by newUser3940
variable changes itself or I'm an idiot (probably I'm an idiot)
|
|
[4 replies] Last: Thanks! (by newUser3940)
|
by Gr1m
Reading all the data from a file
|
|
[4 replies] Last: If it's a text file, I think the simplest way is std::string::getline... (by s8050)
|
by Definite
Help Clearing Array!
|
|
[4 replies] Last: while (userInput < 1) { static float *scores = getScore(); I think... (by tipaye)
|
by Bopaki
A question on linked lists
|
|
[6 replies] Last: I did that and it worked. Thanks very much sylphsang (by Bopaki)
|
by BlueOctopus
writing in files issue
|
|
[6 replies] Last: Regarding the #include . Often one header may include some or all of... (by Chervil)
|
by JLop0820
Bubble sort
|
|
[2 replies] Last: Thanks for the link Rafael (by JLop0820)
|
by gameguy8888
How does a char array work?
|
|
[2 replies] Last: I only usually see one set of brackets why does it have two? It shoul... (by kbw)
|
by Ijustwanna1
random/logic help
|
|
[2 replies] Last: http://www.cplusplus.com/faq/beginners/random-numbers/ (by Duthomhas)
|
by s8050
Pointer of a two dimensional array of variable dimensions?
|
|
[5 replies] Last: Thanks guys! now I got it; regarding the dimensions of the array, memb... (by s8050)
|
by Bogeyman
Better form of flow control
|
|
[6 replies] Last: Thanks keskiverto, you make some good points. How many code points c... (by Bogeyman)
|