Search:

Type: Posts; User: nas

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    1,878

    ive allready read it. i cant find any info on...

    ive allready read it. i cant find any info on timeouts.
  2. Replies
    11
    Views
    1,878

    unix network programming

    i tried calling the connect() function but the problem is if there is no response then it just hangs. i was wondering if there is any way to set a timeout . if theirs not maybe someone knows a...
  3. Thread: need your help

    by nas
    Replies
    1
    Views
    798

    need your help

    im trying to figure out what this means. its problably not compliated at all but my c programming is a little rusty.

    bind(sockfd, (struct sockaddr *)&my_addr, sizeof(struct sockaddr));

    ok i...
  4. Thread: rand();

    by nas
    Replies
    11
    Views
    1,716

    rand();

    well im triing to get random numbers between say 23 and 35. if i use rand()%35 than it picks numbers between 0 and 35. what can i do.
  5. Thread: comparing

    by nas
    Replies
    3
    Views
    952

    thanx

    thank you SilentStrike it worked that was actually a very big help. I didnt think it was that easy. but i could of swore i allready tried that.
  6. Thread: comparing

    by nas
    Replies
    3
    Views
    952

    comparing

    im trying to compare a string to a letter. now i know strcmp() will compare two strings but what i want to do is compare a an individule letter in an array to another leter example.
    if( array[1]...
  7. Replies
    2
    Views
    1,027

    where to find info?

    ok now i know this is problably a general question but i don't even know where to start at trying to learn how to set up internet connections with c programs. i once heard that socket() sets up a...
  8. Thread: text editor

    by nas
    Replies
    5
    Views
    1,086

    text editor

    im looking for a text editor that will say the number of lines. for example i compile a program and it says parse error on line 339. well its kinda a pain in the ass when i have to count each line...
  9. Replies
    3
    Views
    1,317

    yeah sorry i was going to but i thoght i read...

    yeah sorry i was going to but i thoght i read somewhere that your not supposedc to reply to your own threads because it bumps them up to the top or something i don't know.
  10. Replies
    3
    Views
    1,317

    error detection continued

    theres nothing i can do to detect errors besides that catch thing you were talking about?? im currently downloading a program called insure++. have you ever heard of it. if you have do you know if...
  11. Thread: error detection

    by nas
    Replies
    12
    Views
    1,427

    error detection

    :cool:
    i need a program that will detect simple errors in c code for linux. because sometimes the compiler isnt specific enough when it says the errors. so if anybody knows a good program for...
  12. Thread: sound

    by nas
    Replies
    1
    Views
    948

    sound

    last question than ill leave you people alone

    How do i get those annoying pc speaker sounds working in my programes. im running a linux os.
  13. Thread: pausing

    by nas
    Replies
    2
    Views
    1,028

    pausing

    :confused: :D :mad: :eek:

    well i got help earlier about this thanx.
    i took the advice and sent time thrue a loop in order to pause the program. but now i have another question.
    ok im trying to...
  14. Thread: help

    by nas
    Replies
    4
    Views
    1,055

    help

    im new to c programming. i need help im trying to get my c programs to pause for an amount of seconds and than keep going. i dont know if this is possible but if it is please tell me how.:D :D
Results 1 to 14 of 14