User Profile

Collapse

Profile Sidebar

Collapse
pralu
pralu
Last Activity: Apr 18 '08, 08:38 AM
Joined: Mar 25 '08
Location: BANGALORE
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • pralu
    replied to server not able to send data
    in C
    select() time out on both server n client side which i ve handeled in...
    See more | Go to post

    Leave a comment:


  • pralu
    replied to server not able to send data
    in C
    ya i have checked it ut .... its attached ... m giving u the code kindly help me ut.....


    Code:
    /***************************************************************************/
    /* This sample program provides a code for a connection oriented server.   */
    /***************************************************************************/
    
    
    /***************************************************************************/
    ...
    See more | Go to post

    Leave a comment:


  • pralu
    started a topic server not able to send data
    in C

    server not able to send data

    hi i ve made my server but that is not able to send data ... can any one help me ...althhough the code is error free n the code is in c socket using winsock... n m using visuall c++
    See more | Go to post

  • pralu
    replied to how to use append function
    in C
    no it should not be... but i got it how to dooo

    thnx .....
    See more | Go to post

    Leave a comment:


  • pralu
    started a topic how to use append function
    in C

    how to use append function

    Code:
    		EventLogEntryStruct EventLogEntry[100];
    		for(int i=1;;i++)
    		{
    			EventLogEntry[i].logName = "log-";
    			EventLogEntry[i].eventString = "event-";
    
    
    			EventLogEntry[i].bufPos = i;
    			EventLogEntry[i].logIdx = i+1;
    			logName.append(i);//= "log-";
    			EventLogEntry[i].dateTime = i+4;
    			EventLogEntry[i].systemTick = i;
    			Eve
    ...
    See more | Go to post

  • pralu
    started a topic urgent: how to include header file
    in C

    urgent: how to include header file

    hi
    i have made one header file named
    Code:
    struct EventLogEntry.h
    can u tell me how can i add it to my main source code ...in visual c
    See more | Go to post

  • pralu
    started a topic help
    in Java

    help

    Code:
    import java.util.*;
    
    class Palindrome
    {
    	public static void main(String[] args)
    	{
    		Scanner scanner = new Scanner(System.in);
    		System.out.println("enter the number: ");
    		int no = scanner.nextInt();
    		int[] num = new num[no];
    		for(int i=0;i<=no;i++)
    		{
    			System.out.println("enter the numbers: ");
    			num[i]=scanner.nextInt();
    ...
    See more | Go to post

  • pralu
    replied to for loops
    in Java
    see first of all see what u have to do .... ur requirement is to print 5 stars in single line ....and u must also be knowing that the for loop consists of 3 parts nmely:
    1) initialization 2) condition and 3) increment and decrement

    now u see that u have to print first single star then 2nd then 3rd and then so on
    so loop will be like initialization : 1(i=1) n condiotn will be like untill n unless its equal to 5 (i<=5)and...
    See more | Go to post

    Leave a comment:


  • pralu
    replied to plz help
    in Java
    thanks for the help and i got it...
    See more | Go to post

    Leave a comment:


  • pralu
    started a topic plz help
    in Java

    plz help

    Code:
    class String1
    {
    	public static void main(String[] args)
    	{
    		String string = "hi this is alok kumar singh working in honeywell";
    		int start=10;
    		int end=25;
    		char buffer[] = new char[end-start];
    		string.getChars(start,end,buffer,0);
    		System.out.println(buffer);
    	}
    }

    in line : string.getChars (start,end,buff er,0);.... now in this if i...
    See more | Go to post

  • pralu
    replied to help
    in Java
    hai jos... its ok... right .....every one at some stage does sum mistake dat doesnt mean u will horn them.... its ok chilll...
    See more | Go to post

    Leave a comment:


  • pralu
    replied to exe file
    in Java
    thanks jos,,,,,, for the help...
    See more | Go to post

    Leave a comment:


  • pralu
    started a topic help me to understand the line
    in Java

    help me to understand the line

    Code:
    a1(new int[]{1, 2, 3, 4});
    plz tell me and explain me what actually happening here... plz explain me
    See more | Go to post

  • pralu
    replied to help
    in Java
    Code:
    a1(new int[]{1, 2, 3, 4});
    can anyone plz explain me what actually happening here
    See more | Go to post

    Leave a comment:


  • pralu
    replied to java question
    in Java
    ya its legal .... in doing this .......
    See more | Go to post

    Leave a comment:


  • pralu
    replied to exe file
    in Java
    how can we put the classes in .jar file plz explain me...as m still a begineer so plz tell me...
    See more | Go to post

    Leave a comment:


  • pralu
    replied to java question
    in Java
    the answer to ur question is 1.... its not 2
    See more | Go to post

    Leave a comment:


  • [CODE]
    may be this code helps u ....

    <Code removed by Admin>
    See more | Go to post
    Last edited by r035198x; Mar 28 '08, 06:48 AM. Reason: spoon feeding is against site rules. Don't do it again

    Leave a comment:


  • can u plz tell me that the values u gonna enter is in array or not......
    and if its array then it must b very simple to do...
    See more | Go to post

    Leave a comment:


  • pralu
    replied to help me to compile it
    in Java
    its giving me the error while m compiling ..........
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...