Hello.I need to know how to create a customized table in wmls or wml;
eg: a user enters the size of a table say: 4
and a 4X4 table is displayed.
please help;)
thanks
User Profile
Collapse
Profile Sidebar
Collapse
vandalous
Last Activity: Sep 21 '07, 04:01 PM
Joined: Sep 28 '06
Location: south africa
-
Creating A Customized Table In Wmlscript
-
thanks for your help . i got it right -
help in link list
hello . ive got a simple question.
how do i create a method in my class which tells me the size of my list
..............
int size(void){
int s=0;
for (pos = begin(); pos.not_equal(e nd()); pos.next())
{s++;}
return s;
}
...............
here is the methods for begin and end:
Iterator List::begin()
{ Iterator iter;... -
system("pause") ; // before return 0;
it should work . it just depends on what number you put when you run the program...Leave a comment:
-
-
-
sorting in link list
Question is :
Write a program making use of link list class
-create a class for details of staff( name ,surname and registration number)
-sort each staff according to registration number {***im having a problem with this part}
please help...
No activity results to display
Show More
Leave a comment: