by Rikkin
Read a file and put in a array[][]
|
|
[2 replies] Last: Your conversion is bad in line 39. line is not numeric type. Use atoi... (by ats15)
|
by smartgurl
Just check to make sure
|
|
[4 replies] Last: As you're saving to file, I'm not sure why you're calling your file st... (by cire)
|
by Superdude
Can someone review my master program?
|
|
[14 replies] Last: Any more ideas? I did post the whole code though. I am not done with i... (by Superdude)
|
by Niven
Glew won't initialize
|
|
[1 reply] : Just curious, if I want to make my own classes for my shaders (matrici... (by Niven)
|
by Smith010691
Large Matrix Operation
|
|
[2 replies] Last: I do not know how to insert L1, L2 and L-infinity as an exit criterion... (by Smith010691)
|
by htirwin
OpenGL crosshair, 3rd person, and laser beam
|
|
[2 replies] Last: Or if you want it to get in just the general direction... you could c... (by htirwin)
|
by meesa
[C++] How to tell function which part of struct to use (1,2)
|
|
[21 replies] Last: In any case I think it's quite an elegant solution to a rather inelega... (by Lachlan Easton)
|
by shaunalejo
SNAKE PROGRAM HOW CAN I MAKE GLOBAL VARIABLE .. PRIVATE??????
|
|
[3 replies] Last: Yea, I'd be cool if you used code tags. It's even worse when the answ... (by closed account N36fSL3A)
|
C++ noob |
|
[9 replies] Last: The problem with many first time game programmers is that they think e... (by closed account N36fSL3A)
|
by xismn
sin() - unexpected results?
|
|
[5 replies] Last: Disch is right. sin & cos will take any real value & produce a resu... (by TheIdeasMan)
|
Finding the Median |
|
[5 replies] Last: the median is the numerical value separating the higher half of a dat... (by JLBorges)
|
by megasnorlax
will i keep my programs?
|
|
[1 reply] : You shouldn't lose them; but play safe. If your programs are in a subd... (by JLBorges)
|
by Kristiano 96
Overloading operators
|
|
[5 replies] Last: Thank you very much! (by Kristiano 96)
|
by khirmokhtar
Loan related C++ help needed.
|
|
[1 reply] : http://easycalculation.com/mortgage/loan-payment-amount.php You can us... (by ats15)
|
by agoswami
maintain size of pointer in 32bit to 64 bit machine
|
|
[3 replies] Last: Thanks for reply and share useful link (by agoswami)
|
by ghantauke
Question about short-circuit evaluation in C++
|
|
[4 replies] Last: > does the compiler know in advance that there's only logical ORs in t... (by JLBorges)
|
by EJ Destua
I have this problem about queues. :(
|
|
[2 replies] Last: assuming that you are supposed to be implementing the queue, i think t... (by Jaybob66)
|
by HeavyRain
return matrix in function
|
|
[7 replies] Last: I am using Visual c++ 2008. (by HeavyRain)
|
Templated class inheritance |
|
[3 replies] Last: Careful with you terminolgy: you're never going to link a .h or .cpp f... (by andywestken)
|
by ajh32
sockets - send HTTPS HEAD command
|
|
[2 replies] Last: In case anyone is interested, I have worked out how to do a socket HTT... (by ajh32)
|