Search:

Type: Posts; User: codomaniac

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,860

    how to start coding for this ?

    1) ping all defined machines in the network from time to time, and
    alert (by an indicator on a web page or screen) when some machine is
    down
    (2) periodically check HTTP and FTP ports of important...
  2. Replies
    4
    Views
    1,862

    Networking project help

    Hi ,

    I was short of ideas to try for implementation for my networking project, I want to try a project something based on logins,ftps etc and one that will teach me most of networking stuff. I...
  3. Replies
    30
    Views
    5,875

    First look up the definition of Prime number ;) ....

    First look up the definition of Prime number ;) . It says a prime number is one which is divisible by one and the number itself.It also must not be divisible by any other number. So 1 wont be a...
  4. Replies
    22
    Views
    2,384

    Trace and Debug ! Determine where you have gone...

    Trace and Debug ! Determine where you have gone wrong!
  5. Replies
    26
    Views
    3,715

    Oh yes right. Bad connection @ my place means...

    Oh yes right. Bad connection @ my place means typos while posting hastengly. Yes IF is not of LOOPing category.
  6. Replies
    26
    Views
    3,715

    some good problem

    Hi all
    In a colelge test we were asked to write a Program that prints nums from 1 - 100 and 100 - 1 without using loops( if, while, or). Am unable to think a good solution to it.

    any punters in...
  7. Replies
    20
    Views
    6,218

    Example please for a two complement machine. In...

    Example please for a two complement machine. In linux int is of 4 bytes size isnt it?
  8. Replies
    8
    Views
    1,895

    Oh i didnt know this. Thanks for pointing this to...

    Oh i didnt know this. Thanks for pointing this to me and Prelude you really rock :o
  9. Replies
    20
    Views
    6,218

    oh sorry for typos and thanks to you guys for...

    oh sorry for typos and thanks to you guys for pointing out my mistakes :O

    You people really rock!
  10. Replies
    20
    Views
    6,218

    See Unsigned doubles the range here. It not only...

    See Unsigned doubles the range here. It not only works for chars but also for ints,floats also.

    Any beginner book should help you clarify these.

    for eg say

    int i;

    means the range...
  11. Replies
    8
    Views
    1,895

    Is this related to C. I afraid not! . Please be...

    Is this related to C. I afraid not! . Please be more specific
  12. Replies
    7
    Views
    2,483

    books!

    Buy Schaums outlines series especially B.S.Gottfried's "Programming with C". It is decent for beginners. Then you can move to K&R, the bible of C :)
  13. Thread: Downloading

    by codomaniac
    Replies
    1
    Views
    1,106

    Downloading

    Hey does anyone know how to download yahoogroups message archieves using wget a GNU/Linux downloader.

    I am been trying many times still it doesnt download the entire erchieve for me :(

    I did...
  14. Replies
    2
    Views
    1,152

    oh sorry! I dont know how i missed this question...

    oh sorry! I dont know how i missed this question in FAQ :o really ashamed myself. thanks for pointers.
  15. Replies
    2
    Views
    1,152

    Rand( ) function blues !

    Hi most of all must be knowing how to generate a random number . In this code i have used the rand( ) function so that it will print random numbers from 1 to 10. But if i run it always prints 9 . I...
  16. Replies
    4
    Views
    1,860

    Your type declarations were wrong. ...

    Your type declarations were wrong.



    #include<conio.h>
    int main()

    {

    float fahr, celsius;
  17. Replies
    12
    Views
    1,776

    Linux compiling

    on linux unless whole program is bug free , you cant run the program to perfection. I suggest you use gdb to trace errors in your code.
  18. Replies
    7
    Views
    1,317

    i meant Sites that make C a breeze for newbies....

    i meant Sites that make C a breeze for newbies. Sorry for typos .......
  19. Replies
    7
    Views
    1,317

    C sites and documentation

    Which is the best online documentations for C so far. I like to search myself. But one of my friends reminded me not everything on is genuine, which forced me to post this question. It pays to hear...
  20. Replies
    4
    Views
    1,099

    no sirs ! I am bit confused as to how get...

    no sirs ! I am bit confused as to how get permutations ! . How to program it in C. It would be nice if you tell me the logic involved in simple steps.

    TIA
    ~codomaniac
  21. Replies
    4
    Views
    1,099

    permutation blues

    suppose you have a number 1234 how to code solution in c so as to find all the possible combnations of this number. eg : 1423, 1324,3214 etc....

    TIA
    ~codomaniac
  22. Replies
    4
    Views
    1,020

    Help me a newbie

    hi all i am bharat and i have been having problems mastering c coding. My problem is even though i have read so many books on C i havent been able to write nifty programs. Can anyone point me to...
Results 1 to 22 of 22