Search:

Type: Posts; User: vivek_kumbhar

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,629

    linked list

    Hi,

    I am a newbie with C++ , yaa.. have been fighting with C and now progressed towards C++ , can anybody suggest some good site for LINKED LIST

    Thank You
  2. Replies
    3
    Views
    1,240

    just started

    can anybody suggest how do i start on with c programming. i m in the 2nd semister of BCA and they r now teaching us C programming and Data Structure. how do i go abt. pls suggest some good online...
  3. Replies
    2
    Views
    1,647

    OS : Win2K Compiler : Borland C++ 5.5

    OS : Win2K
    Compiler : Borland C++ 5.5
  4. Replies
    2
    Views
    1,647

    comparing files and folders

    Hi,

    I am still a newbie with this.. n i have searched a lot on net to get me something which will help me compare files and folders.. date n time stamp and size.. but instead of a programmatic...
  5. Replies
    4
    Views
    1,050

    its great..

    Hammer..

    that was great site.. lots of thinks to study and good examples to refer too..

    abhi..

    i have been refering to the help files but probs is i use Borland C++ 5.5 and we dont have...
  6. Replies
    4
    Views
    1,050

    can anybody help me..

    hey can anybody give me a link or something through which i can have a detailed description of all the library functions and few examples if possible..

    www.cplusplus.com has got good references...
  7. Replies
    3
    Views
    1,040

    done at last..

    aaye.. i suppose i m cheating .. but atlast i got this thing working.. and the user will now make entries in window and confirmation will be made to continue or exit.. all those entries will be...
  8. Replies
    3
    Views
    1,040

    thanx salem.. that was great help.. can we...

    thanx salem.. that was great help..

    can we make it running in a window, my goal is to make user enter his entries through a window.. using window() ..

    that was the reason y i was using
    char...
  9. Replies
    3
    Views
    1,040

    cannot run it in a loop :(

    pls help me make this thing run in a loop..



    #include <stdio.h>

    int main (void)
    {
    char name[BUFSIZ] = {30};
    int age;
  10. Replies
    2
    Views
    1,694

    i would like to capture directory structure in...

    i would like to capture directory structure in windows platform. i know "dir /s >> filename.txt" will work.. but i want to do this using c programming.
  11. Replies
    2
    Views
    1,694

    capturing directory structure

    Hi,

    can anybody suggest how can i capture directory structure of a drive, it would be similar to what "dir /s >> filename.txt" will do in DOS.
  12. Replies
    6
    Views
    1,266

    yaa, the whole program goes like this.. so this...

    yaa, the whole program goes like this.. so this code will make a file in the O drive.

    but still can anybody explain me the whole code.. specially the sequence in which file is made and the...
  13. Replies
    6
    Views
    1,266

    OS is Win2K and compiler is Borland C++ 5.5

    OS is Win2K and compiler is Borland C++ 5.5
  14. Replies
    6
    Views
    1,266

    strange..

    aaye the same code worked very well in turbo c.. I am able to enter the text in the window and the result is stored in text file..

    could anybody explain and help me out in Borland C++.. i m still...
  15. Replies
    6
    Views
    1,266

    enter in a window & store it in a file

    hi guys,

    this code is working fine in taking entries from user and storing it in a file.. but my requirement is the request must be in a window of the specified size and the entry should also be...
  16. Replies
    12
    Views
    1,502

    thanx a lot.. this takes exactly 127 characters...

    thanx a lot.. this takes exactly 127 characters and it works great..

    thanx once again.. i shall surely be back with more queries..

    here is the code thats working fine..


    #include <stdio.h>...
  17. Replies
    12
    Views
    1,502

    I think there is still something wrong in here.....

    I think there is still something wrong in here.. coz since string is a reserved word in c, i changed it to buffer and now this program after compiling in Borland C++ 5.5 its accepting more than 50...
  18. Replies
    12
    Views
    1,502

    The program seems to be working fine on the...

    The program seems to be working fine on the Borland C++ Compiler 5.5.

    Thanx. :)
  19. Replies
    12
    Views
    1,502

    yaa the OS is Win2K and compiler is Turbo C.

    yaa the OS is Win2K and compiler is Turbo C.
  20. Replies
    12
    Views
    1,502

    is it correct.. ??

    The below code take the entry from the user in a window and then displays the text back.

    The problem is it runs once fine, but if used a number of times it starts accepting much lesser text. One...
Results 1 to 20 of 20