by ortymd
sqrt() function
|
|
[5 replies] Last: kbw (4423) Jun 6, 2012 at 8:41pm Do you have overloaded sqrt()? T... (by ortymd)
|
by blake
Trying to self-teach, need guidance
|
|
[6 replies] Last: Thanks guys I got it working. I'm sure I'll have many more questions a... (by blake)
|
by newbieg
Detecting File Info (saving game info)
|
|
[1 reply] : Check out comma-separated-values: http://en.wikipedia.org/wiki/Comma-... (by Lowest0ne)
|
by Grange12232
Help Please!
|
|
[5 replies] Last: up! (by Grange12232)
|
by coleslaw376
Problems with a for loop Visual C++ Express
|
|
[1 reply] : I do not know this language but your code contains obviously invalid c... (by vlad from moscow)
|
by lixinsbgtf
Constructor's usage
|
|
[7 replies] Last: Hi @Cubbi, Thank you, the codes should be fine now :) (by lixinsbgtf)
|
by Harry Potter
Conceptual doubt:
|
|
[6 replies] Last: Memory *is* allocated to it, but the program doesn't initialize it wi... (by moorecm)
|
by anniefox
selecting random value from enumerated set
|
|
[2 replies] Last: If you are wanting to "deal" cards it's probably better to construct a... (by Texan40)
|
by Ryan Jantz
Raise event error
|
|
[3 replies] Last: Well, the error clearly states that the class Mach4::CMach4DocClass::... (by closed account zb0S216C)
|
by mohamedsaid
please :)
|
|
[8 replies] Last: Very good response, I'm a bigger fan of modulus, but it doesn't work w... (by Volatile Pulse)
|
by kethgr
File output problem
|
|
[17 replies] Last: Good advice. Thank you. (by kethgr)
|
by abbzi
Can I just know what's wrong with my code.
|
|
[12 replies] Last: Yeah I noticed that and felt like a dummy after posting it, my apologi... (by Volatile Pulse)
|
Randomized Numbers |
|
[2 replies] Last: It did help, and I was going to ask for code examples, but I got a hol... (by closed account iN6qM4Gy)
|
by FiberGeek
Solving a problem
|
|
[1 reply] : Can you please post some of your own code so people can help you out i... (by thechad90000)
|
by benbehr
Class initialization problem
|
|
[4 replies] Last: yes! that is what I would like to do. And that works for data_ as I am... (by benbehr)
|
by xcalibur0645
cin.get() VS. system("pause")
|
|
[9 replies] Last: Which is better to use... cin.get(); or system("pause");? None, run ... (by ne555)
|
by leeto
Array of class with inheritance
|
|
[9 replies] Last: Shall be shapes instead of s . Sure, but Shape* shapes ; As you s... (by ne555)
|
Where can you download c++ |
|
[2 replies] Last: Thank you very much now i know how to use it. (by pieterdekunder)
|
by Rii
Error: initial value of reference to non-const must be an lvalue
|
|
[4 replies] Last: @all: thank you all for the replies! I removed the references, it's wo... (by Rii)
|
by ortymd
floor() and ceil()
|
|
[4 replies] Last: Well, the range of a double is even greater than the range of a float,... (by Cubbi)
|