C/Experts

ExpertAverage RatingsExpertise

Joydeep Bhattacharya

India
Available
Ability to solve C and Data Structure problems and puzzles with simple and easy to understand logic.

Joseph Moore

U.S.
Available
I've been programming in one form or another since my brother taught me BASIC when I was 6. I've been programing professionally since I was 20, first web development with HTML, JS, DHTML, CSS, etc., then I became a video game developer, writing code in C, C++, C#, SQL, assembly, and various scripting languages. I've even written my own scripting languages, custom designed for the games I was making. I also dabble in Java, PHP, and Perl. I've worked on pretty much every aspect of game development, including graphics, audio, gameplay, tool, UI, input, animation, and physics.

Prince M. Premnath

India
Available

I'm sure that I can solve any doubts in Turbo C ,Graphics Programing ,Mouse, Hardware Programming ,File System ,Interrupts, BIOS handling , TSR Programming , General Concepts in C Language, handling inline Assembly statements

Zlatko

Canada
Maxed Out
I can answer questions about C / C++ programming, software design, algorithms, and interprocess communication. I have access to Microsoft Visual Studio and gcc as my development platforms. If I'm maxed out here, try me in the C++ category.

Recent Answers

2009-10-28 rearrange string:

Hi dear Mazlee Mamat :) Ive programmed this simple programme exatctly matches your need using strncmp() function ( i know the earlier programme might ve confused you due to complex pointer usage )

2009-10-26 Reverses string contents using stack in C:

Hi dear mazlee! Need not to go for that much heavy processing ,say reversing , swapping kinda things just have a look at this simple program , uses stack to reverse the sentence #include<stdio

2009-10-24 Strings in C:

Hi dear Thushan. Here is the code i ve programmed for string manipulations what you have mentioned, please have a look. Note: in C We cannot add two strings like this str1+str2; which requires overloading

2009-10-17 Stuck on a problem using c:

You have to keep track of each box's capacity and decrease the capacity as you put items into the box. Each box will have its own capacity so you need as many capacities as you have boxes. If you have

2009-10-16 Stuck on a problem using c:

Derrick, I can understand the use of int box[numberOfItems][numberOfBoxes]. You have an array of boxes, and each box has an array of items. But I don't understand how you are using the data structure

All Answers

Answers by Expert:


Ask Experts

Volunteer


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