yesraaj

6,586
reputation
1092 views

Registered User

name yesraaj
member for 1 year
seen 37 mins ago
website
location India-madurai
age 25
Learning c++
1d
comment Template type deduction in C++ for Class vs Function?
That is what I am asking why would you need to wrap a class inside a function, as like they do in boost::bind
1d
comment Template type deduction in C++ for Class vs Function?
The first one, true deduction, is that not possible?
1d
comment Template type deduction in C++ for Class vs Function?
In places where it is possible it can find right, say like TemplateClass(int a);, where ever function is able to deduce classes can.
1d
asked Template type deduction in C++ for Class vs Function?
Dec
11
answered C++ blogs that you regularly follow?
Dec
7
awarded  Popular Question
Dec
4
comment SMART ASSERT for C++ application?
yes it is needed, because it makes developer to add a semicolon after the ASSERT statement.
Dec
4
revised SMART ASSERT for C++ application?
edited tags
Dec
4
comment SMART ASSERT for C++ application?
Thanks..for(;;)
Dec
3
awarded  Great Question
Dec
3
revised SMART ASSERT for C++ application?
edited title
Dec
2
awarded  Good Question
Dec
1
revised What is the rationale behind UI namespace in Qt?
added 2 characters in body; edited title
Dec
1
asked What is the rationale behind UI namespace in Qt?
Dec
1
comment test pointer before delete
deleting a pointer whose value is NULL results to no op, so no need of if condition
Dec
1
answered test pointer before delete
Dec
1
answered SMART ASSERT for C++ application?
Dec
1
asked What does it mean by C++ runtime?
Nov
29
comment I am new to threads, What does this compile error mean?
thanks, but I am not able to remove the post
Nov
29
answered I am new to threads, What does this compile error mean?
Nov
27
comment constructor as default argument
A(B par = B()) or A(B par = B(1)) or A(B par = B(1,2)) would have answered all my questions :).
Nov
27
comment constructor as default argument
@Naveen thanks, you just can have one of those constructor right?
Nov
27
comment constructor as default argument
Do you mind post the full code?
Nov
27
comment constructor as default argument
Did you mean to create par as object of B and pass the same to A, then it did not work for me, though I am not the down voter.
Nov
27
revised constructor as default argument
added 37 characters in body
Nov
27
answered constructor as default argument
Nov
27
comment constructor as default argument
does that work??
Nov
27
awarded  Tumbleweed
Nov
23
asked Thread local storage used anywhere else?
Nov
20
revised SMART ASSERT for C++ application?
edited title
Nov
20
asked SMART ASSERT for C++ application?
Nov
19
awarded  Popular Question
Nov
14
awarded  Nice Answer
Nov
13
comment How to read/write data into excel 2007 in c++?
I am skeptic about using .NET just for this purpose, since my app does not use .Net as of now
Nov
13
asked How to read/write data into excel 2007 in c++?
Nov
12
comment Why not resize and clear works in GotW 54?
I thought the capacity will also be changed :-(
Nov
12
revised Why not resize and clear works in GotW 54?
added 38 characters in body
Nov
12
asked Why not resize and clear works in GotW 54?
Oct
30
awarded  Popular Question
Oct
29
awarded  Popular Question
Oct
27
comment Makefile generator for c++?
I am trying to mean the same, that jam has its own syntax for jamfiles(configuration file,something like makefile for make but precise) that can be used to build the src + includes to executable
Oct
27
revised Makefile generator for c++?
edited tags
Oct
27
comment Makefile generator for c++?
Is it jam use there own version of makefile(jamfile) that jam can build the source using it?
Oct
27
comment Makefile generator for c++?
I am really not concern about making it make/makefile unless everyone understand I am talking about general makefile.
Oct
27
comment Makefile generator for c++?
is jam and bjam do generate makefiles?
Oct
27
comment Makefile generator for c++?
Actually I am not looking for a makefile generator but to know whether jam and bjam are one of them.
Oct
27
comment Makefile generator for c++?
If so it has to be make file and not makefile !!!
Oct
27
comment Makefile generator for c++?
Is makefile not right word?Have a look gnu.org/software/make/… .Am i missing something?
Oct
27
asked Makefile generator for c++?
Oct
14
comment Event raise-handling in Java
Hey you can accept your own answer if it is more appropriate than any other answer