by elad86
inheritance & polymorphism of template classes
|
|
[1 reply] : Inheritance of templates is slightly different because the general pur... (by jsmith)
|
by wiseguy
doubt about class pointers...
|
|
[3 replies] Last: Pointers should be used when any of the following conditions are true:... (by jsmith)
|
by eduard77
algorithm
|
|
[1 reply] : Solving equations in C++ isn't trivial. You can try making a matrix r... (by Bazzy)
|
by turbozedd
Crap code performing better than refactored code
|
|
[4 replies] Last: Thanks guys. 64-bit is not a problem, but the calls to math.h defin... (by turbozedd)
|
by aicnew
functions and arrays
|
|
[no replies]
|
by mrkhtn
Set ADT question
|
|
[8 replies] Last: Yeh it helped the only problem I had was I had no iterator class in my... (by mrkhtn)
|
by cplusidiot
Quick question
|
|
[3 replies] Last: As long as the function is returning something. (by Mythios)
|
by cplusidiot
Bool question
|
|
[2 replies] Last: Yes, but be clear that it doesn't exit until it endeavors to "loop". O... (by Duthomhas)
|
by xitan
Mixing data types ok?
|
|
[12 replies] Last: Really? It doesn't cause errors? Wow, I had no idea... In general th... (by tummychow)
|
by gcampton
Undefined reference, leak I can't get my head around.
|
|
[17 replies] Last: I think I get where your comming from, so your saying if I had of simp... (by gcampton)
|
by spyrytus
The problem with the assembler resident program
|
|
[4 replies] Last: This is a c++ forum. You will need to find an assembly forum Oh ... S... (by spyrytus)
|
by surfergurl
multiple temp conversions
|
|
[4 replies] Last: Start by writing a function which will convert C to F and then write a... (by buffbill)
|
by NGen
Working Directory
|
|
[2 replies] Last: Assuming you're on Windows (mentioned DLLs): GetModuleFileName ... (by Disch)
|
by tappedout
1%2 - Modulus Question
|
|
[2 replies] Last: a % b behaves like follows (i consider a and b to be greater tha... (by melkiy)
|
by karvoyno
stl map access problem..
|
|
[8 replies] Last: i think i found the solution.. Thanx everyone that helped guys.. The... (by karvoyno)
|
by dan01
Needing someone to compile this
|
|
[1 reply] : Just wondering, but if you can't compile it, what makes you think some... (by Zhuge)
|
by tition
is the register keyword thread-safe?
|
|
[2 replies] Last: The register keyword is only a hint to the compiler, much like inli... (by Duthomhas)
|
by Drake Aran
Strange problem with rand(), srand() and...well, random numbers in general ^^'
|
|
[17 replies] Last: Hehe...next time I'll pay more attention to formalities and efficiency... (by Drake Aran)
|
by akmal4ik
Optimization
|
|
[3 replies] Last: You wouldn't want to exit the function without calling dtors. That wo... (by Disch)
|
by r4gm4n
best way to dynamically create a new array
|
|
[1 reply] : Resizing an array should not take more than one pass through the array... (by helios)
|