by biplav17
What are hits?
|
|
[2 replies] Last: sure: http://www.unknownroad.com/rtfm/graphics/glselection.html what ... (by biplav17)
|
by Arcand
cin and how much I hate it... =+)
|
|
[6 replies] Last: why dont you use scanf if you hate ciin so much ? (by biplav17)
|
by Talon
C++ Learning :)
|
|
[2 replies] Last: make a quiz program. Just needs if structure. (by biplav17)
|
by Jay1989
Clarifying some points
|
|
[5 replies] Last: ok thanks (by Aramil of Elixia)
|
by redrubia
Passing ostream into a function
|
|
[3 replies] Last: its ok, sorted just had to do std::ostream in header file - whoop, now... (by redrubia)
|
by spoon licker
How do you make a game do this?
|
|
[2 replies] Last: Why make the game window do that? You could just put the game in full ... (by Mats)
|
by dalydir
Program that looks for repetitive numbers in a file
|
|
[4 replies] Last: @ James2250 You are doing a couple of dangerous things there. @ daly... (by Duthomhas)
|
by krakenbul
Data type selection for mathematical calculation
|
|
[2 replies] Last: Wow, this cleared up a lot. Thanks. About the remark on the bottom of... (by krakenbul)
|
by b2meer
dynamic memory allocation
|
|
[2 replies] Last: Unless your array is allocated element by element, I mean by that that... (by eypros)
|
by Fantasy
problem with variables and multiple classes
|
|
[9 replies] Last: wow thank you very much its working. that looks so very complicated. I... (by Fantasy)
|
by woogi
code::blocks and wxSmith
|
|
[3 replies] Last: Thank you, Andy. I made a couple changes, including keeping the macro ... (by woogi)
|
by ausairman
how long can a variable of clock_t be?
|
|
[2 replies] Last: In time.h of my compiler (VS2010) I have the following: typedef long... (by Stewbond)
|
by bohling
Coutning Primes
|
|
[2 replies] Last: int main() { int x; // input int y; // divisor int z; // prime i... (by Null)
|
by opiop65
Simple password checker
|
|
[10 replies] Last: Change "=" to "==" and you're on your way. (by Spoon Licker)
|
by trexmix
Question About Dying
|
|
[7 replies] Last: Make a "bool" that holds a value of being dead or alive(0 or 1). When... (by Spoon Licker)
|
by NutHoofd
Computer Guess My Number
|
|
[7 replies] Last: Yeah I could definitely try that.. After I've tried that I'll just co... (by NutHoofd)
|
by Sternenfisch
Assignment - Find Character in Character Array
|
|
[5 replies] Last: You may not start counting at 0, but I do. At least whenever I am pla... (by Stewbond)
|