and where is your code with the tree solution?
same project,same solution,same variables...xm maybe the same person? http://www.go4expert.com/showthread.php?t=21729
do the comparison you want with words for the array you want and tell what is the result you want to have at the end.Step by step. Because it is...
with this code #include<stdlib.h> #include<string> #include<iostream> #include<fstream> using namespace std ; class checkfile{ public :...
void getLabScores(int,double[]); is the same with void getExamScores(int,double[]); just change Exam to Lab in all occurences. ................
1) first of all is int main() 2)when you ask the number of students you must validate input. if input is less than 1 or above max students you...
give a simple but complete example array 1 is array 2 is result array is ======== ======== ======== .................
fist of all it is not eles but else and int[][] lmb=new int[10][10]; where to you declare counter variable?
this is wrong approach! a method can return nothing if the method is declared void and also it can return a class or even an ArrayList or Vector...
change if (check=1) ----> if (check==1)
then here you are. inside i have put 2 jpg files (x,o) and the appropriate code.
post the mathematics problem you are trying to solve.
in which programming language?
it works fine for me.(with firefox)
is the above code ok , or you want it with images instead?
one way to do this is.... import javax.swing.*; import java.awt.GridLayout; import java.util.Random; import java.awt.Color; public class...
give us an example of a long string ,in order to understand what you want to do generally you can use this int buffer=2000; char...
Re: Need help in adding data in listbox; data entered in list box saves data in Acce the first project you send had 2 listboxes, but when you...
1) post your code properly and not to a locked pdf document(copy forbidden) 2) int main() never void!!! 3) printf("Enter the input string"); not...
try installing this http://sourceforge.net/projects/pdcurses/files/
Separate names with a comma.