C/Experts

ExpertAverage RatingsExpertise

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
Available
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.

Kedar Desai

India
Available
You can ask me any questions about C and c++

Abhishek Kumar

India
Available
I can answer questions related to basic concepts , arrays , expressions , pointers and queries related to coding .

Recent Answers

2012-01-28 Graphics related error in turbo c++:

Hi Shweta,   Sorry for the bit of delay in responding your query :( .. but of busy .. fine ... If you didn't get any error's then its a good news .. if your program compiles and executes without any issues

2012-01-06 Random number always the same.:

Hi Stephane    You see the same value for infected because of this statement:    infected = rand()<=Inv_NumofBees    The expression:  rand()<=Inv_NumofBees  is a comparison, and a comparison is either

2012-01-05 Error whilst updating a file:

Every time you call rand() you get a new random number. I thought that was what you wanted. I guess you actually want the same number used throughout. Of course that makes sense. Save the value like this:

2012-01-05 Error whilst updating a file:

Hi Stephane    You are getting random data in the file because you are not initializing the Inv_ variables. You should always initialize all your variables before using them. Don't assume that they start

2012-01-04 Reading a specific line in a textfile and later updating it.:

Hi Stephane    In the line which prints to the file you have:  Inv_Money-price*numofbees    price is a float, so the entire expression gets promoted to a float, but the formatting string in LINE_3 specifies

More Answers in Category C


C

All Answers


Answers by Expert:


Ask Experts

Volunteer


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