Search:

Type: Posts; User: Amar

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,468

    Sample App

    Hello, Here is a Sample application from MSDN for u to begin with.

    It runs from command prompt. Called TEAR

    TEAR http://www.google.com

    That gets the html source code of google.com. Then its...
  2. Replies
    4
    Views
    1,871

    hmmm, ok since you are only trying to move one...

    hmmm, ok since you are only trying to move one char then u can do this

    times[a] = '.' ;


    this is a more efficient method and it works.
  3. Replies
    2
    Views
    1,245

    hello, make sure u have included the Object file...

    hello, make sure u have included the Object file and the Header file ( which contains the function prototype ) into the project where u are calling the function.
  4. Replies
    4
    Views
    1,871

    for(int i=0; i

    for(int i=0; i<1000; i++)
    for(int x=0; x<1000; x++)
    for(x=0; x<i; x++)


    hello, i am pretty surre that u can't use I and X outside the loops they were declared in. They get distroyed after the...
  5. Thread: Dos program quits

    by Amar
    Replies
    6
    Views
    1,333

    when u create a consol app in Borland or Visual...

    when u create a consol app in Borland or Visual c++ u can hold the scrren by asking the user to enter a char or something.

    in borland --- getchar();

    this function hold ur screen and u can...
Results 1 to 5 of 5