by oonej
Returning undeclared ..
|
|
[10 replies] Last: That only works if you're the immediate caller of the failed calculat... (by clanmjc)
|
by Milan03
Frequency Distribution Formula
|
|
[2 replies] Last: There are a few steps to this: 1. Populate your vector of values; 2. ... (by Stewbond)
|
by netsuki
Program is not recognizing my overloaded >> and << operators
|
|
[14 replies] Last: Why do you have a cout message in your operator>> ? When you do: fl... (by closed account o1vk4iN6)
|
by pbhuter
Two files, to be opened/read differently
|
|
[1 reply] : getline(inFile, fileName1); getline(inFile, fileName2); nomFile1.ope... (by Moschops)
|
by ramus313
Help with Timer
|
|
[4 replies] Last: thanks, this kind of works, but here is the problem. I want the user t... (by ramus313)
|
by Zapeth
Check if something wrote into char array?
|
|
[2 replies] Last: Of course, I guess I was blind back then :D Thanks for the help. (by Zapeth)
|
by hellowworld
Whats it doing?
|
|
[8 replies] Last: float a = (n % 2)? -x : x ; it says that if n is an integer that ... (by therockon7throw)
|
by chianda
Problems in passing a multidimensional array to a function
|
|
[5 replies] Last: @chianda, can't say anything without seeing your code. Segfaults are u... (by hamsterman)
|
by latnoa
Iterations? Sequences
|
|
[3 replies] Last: simplified code: while(n > 1){ if(n % 2) n= (3*n) + 1; else ... (by Vins3Xtreme)
|
by bond5611
Can pass bool operater to function?
|
|
[1 reply] : Yes. (by alastairl)
|
by NickLSSU
Pointers + Joesphus Problem
|
|
[4 replies] Last: Personally I detest this kind of thing: typedef ListRec * List; It ... (by Gaminic)
|
by jnrakk
An array of functions?
|
|
[2 replies] Last: please explain it in words what you want really to do ? (by therockon7throw)
|
what the problem had errored?? |
|
[8 replies] Last: ok! thank for all comments.. (by nguyennhutbinh)
|
by hnefatl
SDL Application crash
|
|
[3 replies] Last: In the enemyCar destructor you do enemies.erase(enemies.begin()+carCou... (by Peter87)
|
by pushpat
how to overload unary operator '!' as member funtion
|
|
[2 replies] Last: Try removing the arguments for your operator functions. I believe th... (by Stewbond)
|
Difference in printing char* & int*??? |
|
[7 replies] Last: OK makes sense, thanks very much for your help :D (by closed account o360pfjN)
|
by Redshift
3rd Person Camera Lerp Problem!
|
|
[1 reply] : Sounds like an interesting problem. Why did your strategy of snappi... (by mik2718)
|
by awsdert
Tree problems
|
|
[1 reply] : Didn't close the file (by awsdert)
|
by hentaiw
Convert Sint16 to int ?
|
|
[1 reply] : You can just cast it: short a = 10; int b = (int)a; If it is for ... (by Stewbond)
|
by sharath137
Difference between Createthread,beginthread,beginthreadex
|
|
[2 replies] Last: Thanks very much for ur quick reply................. (by sharath137)
|