You are here:

Programming

Recent Answers

2009-11-07 C++ - computing the area of a triangle:

Hello Christopher. The toughest part of this sort of assignment is handling the user's input. You have to handle anything the user inputs, not matter how incorrect it is. One way to do input is to

2009-11-06 Artificial Intelligence - A I:

Hi dinesh, these matrices are commonly known as sparse matrices. Access and storage algorithms for these objects are very well known and analysed. You can start with wikipedia: http://en.wikipedia

2009-11-06 C++ - c++:

Hello Lisa. You've made a good start defining the types of classes you need but you are having trouble reading from the file. I'm going to make some suggestions for the Customer class, then if you

2009-11-06 Java - javac:

when you install the Java SDK it does not add the compiler to the PATH, only things on the PATH and the current directory can be directly executed. The javac executable is located in program files\JDK<version>\bin

2009-11-05 C - C++ File manipulation:

Hello Marcus. The functions you are looking for are CopyFile and MoveFile. The MoveFile does the renaming. The usage is fairly simple. You can look them up in MSDN. See http://msdn.microsoft.com/en-us/library/aa364232%28VS

Categories

Browse Alphabetically

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