by Dannk
c++
|
|
[5 replies] Last: double c = sqrt(pow(a, 2), pow(b, 2)); Assuming both 'a' and ... (by sadavied)
|
Need and SDL user's assistance |
|
[1 reply] : Please stop posting the same question on multiple threads. It's very ... (by cnoeval)
|
by Jaguar4
just general questions
|
|
[4 replies] Last: Any of these work: std::cout << "Stuff on the first line ..." ... (by jsmith)
|
by bihcity08
string::find ?
|
|
[1 reply] : yes. (by jsmith)
|
by soumyaxyz
a question on loop efficiency
|
|
[13 replies] Last: That's the command that added the whitespace to the code above. (by moorecm)
|
by rekson
No newline at end of file
|
|
[1 reply] : Some text editors append a newline to files which end with something t... (by Bazzy)
|
by vRltwE
Problem with GNU Scientific Library Example
|
|
[2 replies] Last: Did you tell the compiler/linker that you want to link to that library... (by Bazzy)
|
by CppNewb
What am I not doing right? I won't build!!!
|
|
[3 replies] Last: Here's something that compiles. Compare it with the corresponding line... (by Moschops)
|
by chess
C++ function
|
|
[1 reply] : Function parameters are information passed into the function. int ... (by some random dude)
|
by notme
reading from a file to an array, then printing it out
|
|
[3 replies] Last: char word ; while(file >> word){ //now word is A, K, Q, J or T ... (by hamsterman)
|
by Melander
Reading a file and then printing
|
|
[no replies]
|
Graphics library |
|
[14 replies] Last: what about hge? http://hge.relishgames.com/ does anybody use it? (by KillerkoUK)
|
by KillerkoUK
Collisions troubles, sprite vs tile map
|
|
[no replies]
|
by firix
Binary_tree pointer and references
|
|
[1 reply] : Bnode *Btree::maxNode(Bnode *pnode)const { Bnode *pivot = pnode;... (by ne555)
|
by Casper3912
Home work troubles, Memory exception
|
|
[4 replies] Last: aw ok, thank you that got it working! (by Casper3912)
|
SFML troubles |
|
[15 replies] Last: If you are running it from the IDE, try going directly to the .exe and... (by Danny Toledo)
|
by acorn
about list
|
|
[1 reply] : The first parameter needs to be a list<myobject>::iterator, not an ind... (by Zhuge)
|
by zr870
Compiler Error "non-lvalue in assignment"
|
|
[1 reply] : void missang() //Finds the missing angle if only 2 are entered { ... (by Danny Toledo)
|
by tian
Accessing values from a different function
|
|
[3 replies] Last: thanks, pass by reference did the trick. I knew it had to be someth... (by tian)
|
SDL troubles |
|
[no replies]
|