Prev 9 10 11 12 13 14 15 16 17 Next  

View Details Posted at:12/18/2011 01:56:25

1. struct test test1;
2.     sprintf(test1.a,"a");
3.         sprintf(test1.b,"01");
4.     if(strcmp(test1.a,test1.b) == 0)
5.     {

View Details Posted at:12/18/2011 01:54:38

1. int main()
2. {
3.     struct test test1;
4.     sprintf(test1.a,"a");
5.      sprintf(test1.b,"01");

View Details Posted at:12/17/2011 02:41:05

1. require 'open-uri'
2.
3. tries = 0
4. begin
5.   tries += 1

View Details Posted at:12/12/2011 12:38:30

1. public class SayHelloServlet extends HttpServletBean {
2.
3.     private static final long serialVersionUID = 3248853686120499905L;
4.
5.     private SayHelloService sayHelloEn;

View Details Posted at:12/11/2011 06:48:17

1. #pragma once
2.
3. #include
4. #include
5. #include
 Prev 9 10 11 12 13 14 15 16 17 Next  
Your search - - did not match any codes. Please adjust the keywords and try again.