C++/Expert Profile

vijayan

India
On Vacation
returns 08/02/2012
Expertise

my primary areas of interest are generic and template metaprogramming, STL, algorithms, design patterns and c++09. i would not answer questions about gui and web programming.

Experience in the area

over 15 years

Education/Credentials

post graduate engineer

Average Ratings

Recent Reviews from Users

Read More Comments

    K = Knowledgeability    C = Clarity of Response    P = Politeness
UserDateKCPComments
Andres01/23/12101010Thanks
trey01/10/1210thank you so much mr. vijayan.
Aashish01/04/12101010 
Prashant Akerkar12/17/11101010Dear Vijayan Thank you. Thanks & Regards .....
Prashant Akerkar12/16/11101010Dear Vijayan Thank you. Thanks & Regards .....

Recent Answers from vijayan

2012-01-20 Is heap an implicit data structure to implement priority queue?:

I too don't really understand what the term 'an implicit data structure' means.    Perhaps, the question should have been: 'Is some kind of heap the only data structure that can be used to implement a

2012-01-09 saving a structure to a file.:

Input-output of a bit field directly is not a good idea; there are implementation-dependencies (ordering of members, endianness, size etc). The portable way to do this is to convert the bits to a string

2012-01-03 Error in program:

1. Switch to a more current compiler suite and IDE - for example, CodeBlocks+MinGw  http://prdownload.berlios.de/codeblocks/codeblocks-10.05mingw-setup.exe    2. Use a currently supported gui library -

2011-12-29 64-bit:

> What is the right way to do it so that it would work on both 32 and 64-bit?    When printing out a float or a double value with the printf family of functions, always use %f    When reading in a a float

2011-12-25 Help me to fix the bug in my c++ code:

Without seeing the whole program, I don't know why you get an error after adding precisely 13 records. In any case, you should change:    f.read((char *)&i,sizeof(i));  while(!(f.eof()))  {     // ...

 

Ask A Question

C++

All Answers


Answers by Expert:


Ask Experts

Volunteer


©2012 About.com, a part of The New York Times Company. All rights reserved.