1,165 reputation
17
bio website zaufi.github.com
location
age
visits member for 8 months
seen May 19 at 14:45
stats profile views 40

Apr
17
answered C++ program that connects to MySQL
Mar
6
awarded  Caucus
Feb
23
answered C++: namespace specifier for classes and functions
Feb
22
answered How do you link to a library from the software manager on Linux?
Feb
21
comment Data structure for storing huge number of indices, each pointing to a set
the next step you may take is to use non-default allocators. try to play w/ smth better suitable for your data... take a look to boost::pool library and/or google for 'small objects allocator'
Feb
19
answered implementing block storage for a database
Feb
19
answered Trouble Understanding C++ Sequential Search
Feb
18
answered Data structure for storing huge number of indices, each pointing to a set
Feb
17
answered cmake dependencies of custom target
Feb
17
answered Are there any Simple email libraries for C?
Feb
17
answered Enable macro depending on cmake traget
Feb
14
answered this pointer and constructor
Feb
14
answered enable_if + type template, no SFINAE (enable_if_c without boost ?)
Feb
14
comment Sublime color highlighter breaks after raw string literal
sorry, I use only kate and never sublime...
Feb
14
comment Sublime color highlighter breaks after raw string literal
nowadays just few compilers even support this feature... so it is too early to talk about highlighters :) PS: and btw, kate supports it :)
Feb
3
answered update the number of the person in file
Feb
3
answered In which namespace do hash<T> functors for user types belong?
Feb
2
comment Overloading issue with C++ object orientated code
so @NicoleLeanneBatchelor respobses below wouldn't fix your problem w/ design!
Feb
2
comment Overloading issue with C++ object orientated code
@leemes No, she does! The first pointer param to member-functions isn't an (this) instance actually, but pointer to array w/ size as second param... @NicoleLeanneBatchelor You definitely ought rethink your design (after reading a good book(s))
Feb
2
comment Overloading issue with C++ object orientated code
what particular error message you don't understand?