You are here:

C/C++

Recent Answers

2009-11-19 C++ - c++:

Edit: When I was a student, I learned the Newton's method for finding the roots of an function. The method, along with an example for square roots is in http://en.wikipedia.org/wiki/Newton%27s_method

2009-11-19 C++ - random number:

Hi, Mathias. It is desirable that the random number generator is seeded with the time value. What I think you are doing wrong is that it sounds like you are seeding the generator every time you use

2009-11-18 C - Data Structure:

Hi Dear Ram ! Sorry for the delay in responding please find the code below #include<stdio.h> #include<conio.h> #include<string.h> char Names[10][20]; void main() { char Temp[20]; int i,j

2009-11-18 C++ - c++:

Hello Annabelle. Do you have a sister named Lisa ? I'll help you but I don't have too much time at the moment. What STL containers do you know and which one do YOU think would be best to store your index

2009-11-17 C++ - where can i f ind information for my compiler:

Hello Henry. I believe that DevC++ is an IDE which uses the MinGW port of the GCC compiler. The gcc web page is at http://gcc.gnu.org/ and it has a documentation link in the right column. The mingw

Categories

Browse Alphabetically

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