by alsatrawi
problem functions and structure
|
|
[5 replies] Last: thank you for correcting my bad mistakes (by alsatrawi)
|
by PBC1
Pointers
|
|
[5 replies] Last: I think it's easier to understand as a pointer to a pointer to a point... (by ResidentBiscuit)
|
Fraction Help! |
|
[12 replies] Last: The only fractions that work are the ones that the numerator is the gc... (by EMetalmulishaH)
|
by Triea
How can I make this program neater?
|
|
[1 reply] : You could start by removing the superfluous #include s and using nam... (by hanst99)
|
by dm14v07
ANSI escape code, from Argument
|
|
[3 replies] Last: Thank you very much, I have adapted the script and simplified it co... (by dm14v07)
|
by BandK
Sort problem :(
|
|
[1 reply] : I have struct like this...User write price and name and each element.... (by kbw)
|
Error in code, need help fixing |
|
[3 replies] Last: did_you_hit is the name of your method. At lines 36 and 40, you app... (by MikeyBoy)
|
by Charcoalman
Passing Int to be Displayed Properly
|
|
[8 replies] Last: Is there any place I can view codes written by others to learn from... (by AbstractionAnon)
|
Problem with Template-Application |
|
[5 replies] Last: The Problem sits 30cm from the Screen, like each time :D I modified t... (by trialanderror usually)
|
by wronski123
variables inside namespace
|
|
[16 replies] Last: They are different tools for different tasks. Sometimes I encounter C... (by Moschops)
|
void-pointer problem |
|
[4 replies] Last: Oh man, thanks for the broad hint :D. Of course is that the solution.... (by trialanderror usually)
|
error- (did you forget '&') |
|
[4 replies] Last: These are really simple errors. I think you should go read a few c++ t... (by Angeljruiz)
|
by iky
how to use the bool operator??
|
|
[5 replies] Last: got it. thanks. (by iky)
|
by iky
need help with my program please!!!
|
|
[2 replies] Last: the "two are the same and one is smaller" part in the output comes aft... (by iky)
|
game help |
|
[5 replies] Last: Knight k1; cout << "Knights name? " << endl; cin >> k1.name; ... (by Angeljruiz)
|
by achieven
How to avoid circulae dependencies
|
|
[1 reply] : Circular dependencies indicate a design flaw. If two classes require e... (by pogrady)
|
by princesslumy
Construct a Square
|
|
[2 replies] Last: line 23-33, is valid my problem is how to show rows, or column becaus... (by princesslumy)
|
by Joe1992
Copy Constructor in a class
|
|
[7 replies] Last: but the result it returns in the terminal is "-nan" NaN usually stan... (by Catfish2)
|
by Joe1992
calling a value from another method
|
|
[1 reply] : Sounds like you need the function first_root to return a value. T... (by Moschops)
|
by Terminux
About forward_list preallocation
|
|
[4 replies] Last: > why are you writing your loops like that? Like what? Aren't those ... (by Terminux)
|