by jinjin12
how to pass a vector as a parameter to a function?
|
|
[11 replies] Last: Generally (such as in the STL), vectors and other containers are passe... (by tummychow)
|
by Null
Const functions?
|
|
[3 replies] Last: Constant methods are methods that logically do not alter the state of ... (by moorecm)
|
by swAn
why memory allocation is necessary?
|
|
[6 replies] Last: You should consider playing the lottery then. I think you'll be a win... (by jsmith)
|
by iri
Swapping integers, pass by const ref: is it possible?
|
|
[10 replies] Last: Note that the following works (at least for me but I don't find a reas... (by m4ster r0shi)
|
by dasman
Char array to int
|
|
[6 replies] Last: Thank you master roshi. that solved my problem. now all i have to do i... (by dasman)
|
by summey
having trouble trying to adding x to every other element
|
|
[15 replies] Last: yeah i was confused my assignment has me doing array pointers etc... s... (by summey)
|
by screwyt
problem with coding
|
|
[2 replies] Last: I would also read about the modulus operator (%). That might help you ... (by oghmaosiris)
|
by jinjin12
is this valid syntax?
|
|
[5 replies] Last: @helios, i did, it worked but i wanted to be sure. cause maybe it migh... (by jinjin12)
|
Adding a texture to a mesh in dx9 |
|
[3 replies] Last: thanks guys, ill try going GameDev. also didnt think of the texture... (by cantstopthechase)
|
by Tripic
Problems understanding OOP
|
|
[4 replies] Last: This can compile if you remove the i and leave it as Pl.push_back(Pl(... (by helios)
|
by jinjin12
getting seg fault and not knowing why
|
|
[2 replies] Last: omg....thanks alot man!!!! that works. i would never have been able to... (by jinjin12)
|
by heynow12
getting error while trying to pass an array by reference
|
|
[8 replies] Last: yes, i just noticed i made that mistake and fixed it. it should be: ... (by heynow12)
|
by Dreadfrost
File I/O Issue
|
|
[1 reply] : Got an update on it. When first execution of RPT goes fine, but the st... (by Dreadfrost)
|
by sanji
vector of inheritance class
|
|
[1 reply] : You are constructing the objects incorrectly. What you had looked mor... (by kempofighter)
|
by denisealves
The meaning of the collon within a class definition
|
|
[6 replies] Last: Thank you all for the help. tummychow, I hadn't seen your answer wh... (by denisealves)
|
by akstylish
Is this possible to code?
|
|
[3 replies] Last: I can't imagine that it would be particularly effective. If you coded ... (by tummychow)
|
by thorsonb
<iomanip> and setprecision
|
|
[3 replies] Last: You are obviously learning c++ so stick with the c++ headers please. ... (by kempofighter)
|
by bronco413
Run-time check error..
|
|
[2 replies] Last: You created batch, but you didn't set it to anything. So when you t... (by oghmaosiris)
|
by vinodkaruvat
openCV in DevC++
|
|
[2 replies] Last: 4) Dev C++ is outdated. Use wxDev instead. (by tummychow)
|
by robertcr
simulating diabetes
|
|
[4 replies] Last: he forgot to attach the equation for S and I. Equation 1) dS/dt = ... (by ptj1025)
|