About > AllExperts  
Search for
  Main Menu Ask a Question Browse Past Answers Meet Top Experts Be an Expert Login (Experts Only)
About Us  ·  FAQ  ·  Tell Friends About Us  ·  Link To Us  ·  Free Encyclopedia  ·  Disclaimer  ·  Tech Support   
  You are here:  AllExperts > Computing/Technology > C/C++ > C++

Expert Profile: Joydeep Bhattacharya

Expertise:  TSR, Socket and Very Complex Mathematical Problem

Organizations
Scodz.com [http://www.scodz.com]

Publications
http://www.scodz.com

Education/Credentials
Master of Computer Applications

Awards and Honors
Being a proud owner of a website of programming called http://www.scodz.com

Past/Present Clients
http://www.funforu.com http://www.dhoondho.com http://analysingc.50webs.com

Ask a Question       View Past Answers       View Ratings            
What do you like about this subject?  The most flexible OOP I have ever experienced.
Average Ratings
Prestige Points: 240
Knowledge   10.0   Best of the best
Clarity of Response   9.75   Best of the best
Timeliness   10.0   Best of the best
Politeness   10.0   Best of the best
Number Of Questions
(in Past 24 Hours)
0
Max Questions to be Asked
(in 24 Hour period)
1
Total Questions
(since joining AllExperts)
295
Recent Reviews from Users
KnowlClarityTimePolitenessDate
1010101006/24/08
10101011/25/07
1010101011/16/07
1010101009/25/07
1010101008/08/07
User Comments
The question was clearly understood and responded well. However, if it is convinient to do so please include an example code for the suggestions.
(Arif on 06/24/08)
Thank you so much, i really appreciate for help.
(ngee on 11/25/07)
u r gr8
(mai on 11/16/07)
He is Great!!!!!!
(Kedar on 09/25/07)
View All Comments
Ask a Question       View Past Answers       View Ratings            

Recent Answers from Joydeep Bhattacharya
2008-08-09  Text File in C++ Hi Muhammad Try writing it life this. class MyClass{ private: char *filaname; public: MyClass(){ \\logic to read a particular file and store data } void otherMethod(){ \\other methods...
2008-07-23  read data from a file in c++ Hi Ramachandra Create a structure struct word { char data[20]; }; Open the file using read mode FILE *fp = fopen(filename,"r+"); Now read word by word and store in structure char ch[20];...
2008-07-13  c language hi Swati Create a file with .h extension and keep all the function definition there for example create a file called function.h #ifndef __FUNCTION_H define __FUNCTION_H void func1(); void...
2008-07-05  Char Pointer Hi Priya You can do it like this char *p[]={"anand","abhi","John","Ana","Geshu"}; int i for(i=0;i<5;i++) printf("%s",*(p + i)); Do lemme know if you get any problem with the above code....
2008-06-23  Memory size of Arrays in C++ Hi Arif I can understand your problem pretty well coz once I have tried finding you the maximum memory that can be allocated and found out that max memory that can be allocated with a single call to...
More Answers for "C++"


Advertise on This Site | User Agreement | Privacy Policy | Kids' Privacy Policy
Copyright  © 2008 All rights reserved. AllExperts is a property of About, Inc.
The About logo, About and About.com are registered trademarks of About, Inc.