Search:

Type: Posts; User: Silverdream

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    2,639

    Thanx for the help guys. Can i have more examples...

    Thanx for the help guys. Can i have more examples of free assemblers? Where can i find the information? Thank you once again.
  2. Replies
    4
    Views
    2,639

    Designing assembler???

    I was wondering if i could design an 8086 assembler in C. Can i have any ideas on how to go about it? Any suggestion would be helpful.
  3. Replies
    4
    Views
    2,058

    Thats why i had inlcuded in my question that i...

    Thats why i had inlcuded in my question that i need a web site which has some tutorials/books on socket programming.
  4. Replies
    4
    Views
    2,058

    hi, Thanx for ur response:). Could you...

    hi,
    Thanx for ur response:). Could you please be more elaborate in your answer. I just wanted to start of with socket programming in C for dos. I cant understand ur code because its...
  5. Replies
    4
    Views
    2,058

    Client/Server Programming!!!

    Hi,
    I want to build a client/server chat program for the dos environment. I have no idea about socket programming. Is there any tutorial which can help me in this? Any website which explains...
  6. Replies
    5
    Views
    1,773

    The platform is windows and i am using VC++ 6.0:)

    The platform is windows and i am using VC++ 6.0:)
  7. Replies
    5
    Views
    1,773

    strstr can be used for searching a string within...

    strstr can be used for searching a string within another string. Cannot be used to find a string in a file.:)
  8. Replies
    1
    Views
    1,532

    Manipulating Text File?

    Hi,
    I am manipulating a text file and would like to know how can i delete a part of the file.

    The actual situation is i am creating an employee details database text file. I would like to...
  9. Replies
    5
    Views
    1,773

    Thanx for the code.:D

    Thanx for the code.:D
  10. Replies
    5
    Views
    1,773

    Finding a String in a file

    Hi,
    How can i find a string in a file?



    int search(*emp_id)
    {
    int flag=0,len;
    len=strlen(*emp_id);
    rewind(fp);
  11. Replies
    2
    Views
    5,284

    Thanx

    Thanx. I will go thru the tutorial.:)
  12. Replies
    2
    Views
    5,284

    Client/Server chat program! Please Help

    Hi,
    I found this program in which the client sends some messages to server and the server displays it. I want to understand this but it doesnt even compile. I am using VC++ 6.0 and it says that...
  13. Replies
    6
    Views
    1,888

    Hi, I didnt understand this statement ...

    Hi,
    I didnt understand this statement

    printf ( "%u\n", 1 + rand() % 50000 ), i++;


    Could u please explain it in detail to me?

    :)
  14. Replies
    7
    Views
    1,175

    Thanx:D

    Thanx:D
  15. Replies
    7
    Views
    1,175

    A Newbie's question in C++

    Hi,
    Well this is very simple program. But it isnt working. Giving me three errors when compiled using VC++. However i compiled the same program with borland C++ and i didnt get any errors.

    ...
  16. Replies
    4
    Views
    1,007

    Moving from Turrbo C++ to VC++

    Hi,
    I am posting this for the second time. The first time i posted in the Windows programming section. Though this would be a better place to post.

    Anyway here it goes,

    I have been using...
  17. Replies
    2
    Views
    3,572

    Custom gets and puts functions

    Hi,
    I am writing custom gets() and puts() functions. I have started like this but got stuck as i didnt know to store the char.... I think the code will tell you where i am stuck



    ...
  18. Replies
    5
    Views
    1,015

    Well its a text indexing plugin. It can be called...

    Well its a text indexing plugin. It can be called by any program. Here i have just added a test.c to call the functions. U can change the file to be called in the test.c (any text file).
  19. Replies
    6
    Views
    1,195

    Sorry that i wasnt clear!. Well here it goes...

    Sorry that i wasnt clear!.

    Well here it goes again.

    i have written a program which accepts a year from the user. It then displays the day on which the first of January fell in that year.

    For...
  20. Replies
    6
    Views
    1,195

    What is wrong with the year 2000?

    I have written a program that accepts the year gives the day on which displays the day on which the 1st of january falls. The program works for years upto 1999, but not after that. I think it may be...
  21. Replies
    5
    Views
    1,015

    Anything u think that i can improve upon, or what...

    Anything u think that i can improve upon, or what all i hae missed out. Please gimme ur opinion as i am a newbie to VC++.:)
  22. Replies
    8
    Views
    2,102

    Sorry m8. Just got a little confused with the...

    Sorry m8. Just got a little confused with the question.

    Try this



    #include <stdio.h>

    int main()
    {
  23. Replies
    5
    Views
    1,015

    Text File Handling???

    I have developed an application to be able to read a text file and count the number of lines, size of file, last time modified, etc etc. I need to improve this application. Please go through this and...
  24. Replies
    8
    Views
    2,102

    Factorial of a number: #include ...

    Factorial of a number:



    #include <stdio.h>

    int main()
    {
    int num,i,j=1;
  25. Replies
    3
    Views
    1,277

    Well i got it working. Here is the code ...

    Well i got it working. Here is the code



    #include <stdio.h>
    #include <string.h>

    void xstrrev(char *s);

    int main()
Results 1 to 25 of 54
Page 1 of 3 1 2 3