by everid
virtual and virtual table
|
|
[4 replies] Last: thanks. (by everid)
|
the <hash_map> header file from STL is letting in multiple keys |
|
[2 replies] Last: http://msdn.microsoft.com/en-us/library/617f83za(v=VS.80).aspx The ... (by strawberryfruit)
|
by cg9289
Binary to Integer conversion continued
|
|
[5 replies] Last: Then I suspect that you don't need to be reading the file in as one ... (by Galik)
|
by jhapk
Template Specialization
|
|
[4 replies] Last: template <<SOLN_STATE> You need a space between the left-pointing ... (by Albatross)
|
Any way to point a function pointer to a functor? |
|
[2 replies] Last: You can use boost::bind, which is just a more general way of doing wha... (by jsmith)
|
How to handle dynamic memory allocation failure properly? |
|
[7 replies] Last: +1 Athar. Do nothing. That's what most applications do. (EDIT: ... (by jsmith)
|
by offwhitecow
Problem with SDL_gfx
|
|
[no replies]
|
by Aurelio
Void return type and no return type
|
|
[3 replies] Last: Thank you forl the replies they have been very useful :) (by Aurelio)
|
by gnwillix88
Desk checking
|
|
[2 replies] Last: int m = 1, n=5; //m=1, n=5 m = n++; //m=5, n=6 m += n; //m=11, n=6 ... (by Athar)
|
by cg9289
Conversion from binary to decimal for data manipulation
|
|
[4 replies] Last: Wow tons of help guys, way more than I expected Thank you very much ... (by cg9289)
|
by tvwenger
Overwriting problem with IRC bot
|
|
[10 replies] Last: Found the problem. It was trying to copy the cUserNick (a char*) to pl... (by tvwenger)
|
by RYoung992
list of #'s in a string --> int array
|
|
[3 replies] Last: Consider another approach: #include <iostream> #include <sstream> ... (by moorecm)
|
by R0mai
boost::property_tree doesn't work under VC++ 2010
|
|
[2 replies] Last: As far as I've seen, boost libraries were designed to compile on every... (by R0mai)
|
by antx
arithmetics and rational numbers
|
|
[2 replies] Last: Thank you, it seems perfect ! For those who speak french and would ... (by antx)
|
by loolyn
Converting image to base64
|
|
[no replies]
|
by RcSepp
Readonly variables
|
|
[7 replies] Last: class Foo { public: int GetFoo() const { return foo; } ... (by jsmith)
|
by Omega037
Type Mismatch?
|
|
[19 replies] Last: +1 kbw. But, to answer OP's question, any parameter passed by (non-... (by jsmith)
|
by RobBinS
list problem
|
|
[4 replies] Last: Thanks. Got it. (by RobBinS)
|
by sid debgupta
Whats the standard here and why?
|
|
[15 replies] Last: I have to say that I think Sid is getting a bad rap. He posted a le... (by Galik)
|
by Sophie
About adding library to a project in VC++2008 Express Edition
|
|
[1 reply] : to use a library, you have to write its path in project->properties->... (by hamsterman)
|