by tsilis3
Arrays as arguments in a function
|
|
[3 replies] Last: I agree with kfmfe04. The name of the array is a constant pointer to t... (by pdmishra)
|
by artium
streams questions..
|
|
[4 replies] Last: Thank you. This is exactly what I was looking for. (by artium)
|
by twoscoops
anyone else feel this way (1,2)
|
|
[23 replies] Last: IMHO, C++ is a complex language, in the sense that it is "full of surp... (by kfmfe04)
|
by Robertlzw
An auto_ptr question
|
|
[5 replies] Last: Yes. Boost's smart pointer "scoped_array class template" is the soluti... (by Robertlzw)
|
by Faken
Will muti threading provide any proformance boosts?
|
|
[9 replies] Last: Thank you very much Helios! Now all that's left is for me to do som... (by Faken)
|
by n4nature
sizeof
|
|
[5 replies] Last: @jsmith: I reviewed some of the uses of word "new" as follows: - ne... (by n4nature)
|
by n4nature
compilation error
|
|
[2 replies] Last: Solved it. Thanks. (by n4nature)
|
by kfmfe04
how to populate a static member map?
|
|
[3 replies] Last: Oh, yes, returning by const reference would be preferable. (by jsmith)
|
by luckycusp
Contructor for a nested Class
|
|
[4 replies] Last: Hey Disch.. Thanks a lot for the awesome reply. Have a nice evening,... (by luckycusp)
|
by Poke386
puts impementation?
|
|
[4 replies] Last: Are you deploying on a small system where you won't have a standard l... (by Poke386)
|
by Gregor
array class, please comment
|
|
[3 replies] Last: fail'd :D Thanks Disch: yhe, I tought I knew how to write a si... (by Gregor)
|
by dragonwolf
removing duplicates
|
|
[3 replies] Last: Thanks to all. This helped tremendously. I greatly appreciate it. (by dragonwolf)
|
by opessoa
# Define, identify with # defines, if a parameter is default
|
|
[4 replies] Last: Cool... Thanks! (by opessoa)
|
by jolly
adding add-in menu in the menu bar
|
|
[no replies]
|
defining "scores" in declaration |
|
[2 replies] Last: I'm not sure what your mean, but i guess that even you define the "sco... (by player6)
|
by sreelini
std::vector
|
|
[4 replies] Last: Thank You :) (by sreelini)
|
by Disch
Typed enums
|
|
[2 replies] Last: Yeah that does help. Thanks. I'm wanting to do something similar. ... (by Disch)
|
by vijkrr
How to find new line char in a string
|
|
[14 replies] Last: Damn. VC++ doesn't do it. (by helios)
|
by petry
std::string::find vs std::find
|
|
[2 replies] Last: In general, the class-specific find functions should be no worse than ... (by jsmith)
|
by Deimos
Are these classes well implemented?
|
|
[2 replies] Last: Any reason you aren't just using a Boost shared pointer for your ref c... (by PanGalactic)
|