Search:

Type: Posts; User: gooddevil

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,897

    ftp data connection problem!!

    hello punters,

    I am trying to code an FTP indexer in C. here is the code i have written, it works fine till the point of the connection for the data socket. Could some one tell me what the problem...
  2. Replies
    4
    Views
    4,311

    ok i was wrong about port numbers being used in...

    ok i was wrong about port numbers being used in sniffers, but the question still remains unanswered. will hiding port numbers effect in increase in the security of transmission.
    i CAN hide port...
  3. Thread: linked lists

    by gooddevil
    Replies
    5
    Views
    1,111

    why dont u try ur hand at c++. that way u could...

    why dont u try ur hand at c++. that way u could write this above code and inherit it to all the kind of names of classes u want. (this is only if u want separate features for each of the categories...
  4. Replies
    4
    Views
    4,311

    importance of port number

    what i would like to know is how important is the port number. as sniffers are written considering the port numbers, will hiding the port number amount to a considerable increase in security of...
  5. Replies
    3
    Views
    2,423

    there is one function in math.h that exactly...

    there is one function in math.h that exactly answers ur requirements. it is called "round" itself. i am not sure but as far as i know it is a standard function. why dont u just check it out
  6. Replies
    22
    Views
    2,391

    can u give some more detail, which compiler, what...

    can u give some more detail, which compiler, what code etc etc.....
  7. Thread: kernel mod

    by gooddevil
    Replies
    2
    Views
    1,590

    kernel mod

    is there some way u could "remotely" insmod to a kernel. thanx.
  8. Replies
    22
    Views
    2,391

    if it is in dos and u have conio.h (just find...

    if it is in dos and u have conio.h (just find out) at the end of ur program before the final "}" or the "return" statement of main use getch(); that should solve ur problem.


    i couldnt imagine an...
  9. Replies
    3
    Views
    1,507

    very neatly put, thantos.

    very neatly put, thantos.
  10. Replies
    9
    Views
    3,193

    another addition: you call printf from any...

    another addition:
    you call printf from any program with any arguments it should print "Hello world". is that possible.
  11. Replies
    9
    Views
    3,193

    ok prelude , i din know that, thanx. but...

    ok prelude ,
    i din know that, thanx.
    but actually prelude i wanted u to do that by changing things in the address of printf, man.
    dont all functions have addresses like variables do (but...
  12. Replies
    9
    Views
    3,193

    ok here is what i wanted to achieve. can u make...

    ok here is what i wanted to achieve.
    can u make printf to always print "hello world " no matter what the arguments u give to printf.
    say suppose i call printf in any of these ways (included but not...
  13. Replies
    9
    Views
    3,193

    printf advanced!!

    ok, as far as i know this is really advanced and i shouldnt be treading this path. but the curiosity gets the better of me and i am asking it anyway.

    every function has an address, right? so now...
  14. Replies
    4
    Views
    3,054

    could u just give me some small hints on both...

    could u just give me some small hints on both these programs. just the approach is enough.
    thanx.
  15. Replies
    4
    Views
    3,054

    best program to start

    i have read beejs guide to socket programming. after implementing some of the stuffs he mentioned what is the best "real" program that a starter like me can write. something to start off with. which...
  16. Replies
    7
    Views
    1,475

    what about convoys?

    what about convoys?
  17. Replies
    7
    Views
    1,475

    further questions

    [QUOTE=Salem]>
    Are they managed by the OS or the thread library? Mostly it involves waking up one of the objects (task, thread) waiting to enter the CS.
    so does this mean that the OS is going to...
  18. Replies
    5
    Views
    1,367

    ok i got the point. but how do i make it show...

    ok i got the point. but how do i make it show 4096 as answer here instead of 4 which it is showing becoz buf is a char *. ok here is the problem which i am working on.
    i am supposed to write a...
  19. Replies
    5
    Views
    1,367

    determining size

    ok here is the code.


    char *buf=(char *)malloc(4096);

    in linux when i use sizeof(buf) it shows me 4 as the answer (which is actually the size of a char *)

    what should i do for it to show me...
  20. Replies
    7
    Views
    1,366

    is there any way of determining till what point...

    is there any way of determining till what point in the array actually explicit insertion of elements has been made. i mean for example i have an array a[20]. now i ask user to input numbers into this...
  21. Replies
    7
    Views
    1,475

    some OS questions?

    these are some of the questions that we were given in a paper.
    couldnt find satisfactory answers to some by googling. so i am putting them here.if u know pls tell.

    1. what do u mean by semaphore...
  22. Replies
    7
    Views
    2,347

    yes i am sorry, my fault. i din think it that...

    yes i am sorry, my fault. i din think it that way.thanx for corrections
  23. Replies
    7
    Views
    2,347

    u cannot use a nested if statement for whatever u...

    u cannot use a nested if statement for whatever u want to do.
    a nested if stucture is something like


    if(cond1)
    {
    if(cond2)
    {
    if(cond3)
    {
  24. Replies
    44
    Views
    8,356

    i dont know why but i have got a red for this...

    i dont know why but i have got a red for this post. i dont think i hurt anyone with this. or did i?
  25. Replies
    44
    Views
    8,356

    hey prelude, u have a pretty cute avatar there ....

    hey prelude,
    u have a pretty cute avatar there . everytime i see it i get a smile on my face.
Results 1 to 25 of 59
Page 1 of 3 1 2 3