You are here:

C++/Expert Profile

Joydeep Bhattacharya

India
Maxed Out
Expertise

TSR, Socket and Very Complex Mathematical Problem

Experience in the area

Worked on many OOP projects with design patterns

Organizations

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

What do you like about this subject?

The most flexible OOP I have ever experienced.

Average Ratings

Recent Reviews from Users

Read More Comments

    K = Knowledgeability    C = Clarity of Response    T = Timeliness    P = Politeness
UserDateKCTPComments
sakshi09/23/0810101010thank u 4 ur response.
Arif06/24/0810101010The question was clearly understood and responded .....
ngee11/25/07101010Thank you so much, i really appreciate .....
mai11/16/0710101010u r gr8
Kedar09/25/0710101010He is Great!!!!!!

Recent Answers from Joydeep Bhattacharya

2009-10-09 Checking for doubles:

Hi Scottzozer Check this might help you but the performance may be questioned here but this would solve your purpose for sure void draw (int rand_num[], int max_size) { int tmp, index, j, flag

2009-09-17 pointers:

Hi Sean The same code converted from C to C++ #include<iostream.h> class Student{ private: int marks; public: void setMarks(int marks){ this->marks = marks; } int getMarks(){

2009-09-16 pointers:

Hi Sean How are you ... hope that you are doing good Check this code #include<stdio.h> #include<alloc.h> void main(){ int *arr, size, i; printf("Enter the number of students: "); scanf("%d"

2009-09-12 c++:

Hi Rabia int a[][]; // where a is the two dimensional array int counter, sumOfFirstRow; int flag = 1; for(int i = 0 ; i < n ; i++) // where n is the number of rows { counter = 0; for(int

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

 

Ask A Question

All Answers

Answers by Expert:


Ask Experts

Volunteer


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