Search:

Type: Posts; User: xlordt

Page 1 of 10 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thread: char by char

    by xlordt
    Replies
    7
    Views
    1,473

    thanx man.. i will give it a try again soon.. you...

    thanx man.. i will give it a try again soon.. you have been a great help.. right now im having a bad day at work :( so.. i sure hope i can get this working when i get home
  2. Thread: char by char

    by xlordt
    Replies
    7
    Views
    1,473

    Ok i got it working now.. :) thanx.. mind for one...

    Ok i got it working now.. :) thanx.. mind for one more questions..
    what im tring to do.. is once they have inputed the wrong, numbers or letters... i what the programm to show me the letter or...
  3. Replies
    7
    Views
    1,062

    hehe that must of been my post :)

    hehe that must of been my post :)
  4. Thread: char by char

    by xlordt
    Replies
    7
    Views
    1,473

    hey guys.. thanx for the reply.. I have done what...

    hey guys.. thanx for the reply.. I have done what you told me to do but i keep getting the WRONG part of my code.. can anyone tell me what im doing wrong?



    int main( )
    {
    int index;
    int ...
  5. Thread: char by char

    by xlordt
    Replies
    7
    Views
    1,473

    char by char

    Ok what i want to start coding is a program that will open a file for reading.. so that i can compare it with the users inputs...
    the user will be able to enter upto 256 char's.. but im a bit...
  6. Thread: man page's

    by xlordt
    Replies
    19
    Views
    54,549

    =) i will be back you will see!

    =) i will be back you will see!
  7. Thread: man page's

    by xlordt
    Replies
    19
    Views
    54,549

    heh... wtf... im getting flamed by a punk ass...

    heh... wtf... im getting flamed by a punk ass $$$$$?
    and gayol???? $$$$ you for one i dont use gayol
    for 2 c is the only lang i dont know yet... for 3 STFU YOU GOOD FOR NOTHING HORSE $$$$!
  8. Thread: man page's

    by xlordt
    Replies
    19
    Views
    54,549

    hammer its not me.. i tried telling them that...

    hammer its not me.. i tried telling them that what is the diffrence.. but.. i get a reply back like this "Because on windows we will be coding other stuff that you can't code on linux" so i was...
  9. Thread: Pointer's

    by xlordt
    Replies
    13
    Views
    4,921

    Pointer's

    I kinda understand pointers after reading and reading... i know that pointers allocate memory spaces for type blah.. etc

    but.. there is one thing that i dont understad..
    why is it that on some...
  10. Thread: man page's

    by xlordt
    Replies
    19
    Views
    54,549

    these aswhipes protect m$ i dont know why.. but.....

    these aswhipes protect m$ i dont know why.. but.. i heh it sux.. but anyways... what im doing is.. im coding it in linux.. then porting it to win.. double work.. but its better then an f ... i had to...
  11. Thread: man page's

    by xlordt
    Replies
    19
    Views
    54,549

    heh sux.. i whent back to windows... cause my...

    heh sux.. i whent back to windows... cause my class teach wont let me code in linux.. else i would of =( but.. anyways.. its true of what you said.. maybe while its still simple i probably still can...
  12. Thread: man page's

    by xlordt
    Replies
    19
    Views
    54,549

    =( thanx.. then this means that i should go back...

    =( thanx.. then this means that i should go back to linux :(
  13. Thread: man page's

    by xlordt
    Replies
    19
    Views
    54,549

    man page's

    Are there something like man page's for windows?
  14. Thread: valid coding

    by xlordt
    Replies
    7
    Views
    1,384

    Ya i know.. i got that part working.. i was just...

    Ya i know.. i got that part working.. i was just getting an error before.. but i realized what i was doing wrong =) thanx anyways
  15. Thread: valid coding

    by xlordt
    Replies
    7
    Views
    1,384

    nm lame questions sorry.. thanx =) im just tring...

    nm lame questions sorry.. thanx =) im just tring new things out.. for better coding
  16. Thread: valid coding

    by xlordt
    Replies
    7
    Views
    1,384

    how can i use the switch statment for char's

    how can i use the switch statment for char's
  17. Thread: valid coding

    by xlordt
    Replies
    7
    Views
    1,384

    valid coding

    is this valid.. i mean.. it doesnt really work.. but can i code something like this



    struct modes {
    char *sbuf;
    };

    int main( int argc, char *argv[] )
    {
  18. Thread: irc client in c

    by xlordt
    Replies
    0
    Views
    3,094

    irc client in c

    Ok i created this irc bot( finaly got it working ) but i have one problem... when i want to get a certain input let's say.. hey
    then i want it to say you, but for some reason i have to send this ...
  19. Thread: static finction

    by xlordt
    Replies
    6
    Views
    1,283

    thank you.. i get it now =) ( well better then...

    thank you.. i get it now =) ( well better then before )
  20. Thread: static finction

    by xlordt
    Replies
    6
    Views
    1,283

    i didnt understand not a word you just said hehe...

    i didnt understand not a word you just said hehe
    anyways.. take this for example




    static char textBuffer[1024];
    va_list args;
    va_start(args, words);
    ...
  21. Thread: static finction

    by xlordt
    Replies
    6
    Views
    1,283

    static finction

    what is that static used for.. and when is a good time to use it?
  22. Replies
    4
    Views
    5,463

    thank you hammer that worked.. but.. now i...

    thank you hammer that worked.. but.. now i realized that gethostbyaddr does not recognize irc address..
    anythin i can readup for this?
  23. Replies
    4
    Views
    5,463

    ya it has to be my code.. cause.. i ran nslookup...

    ya it has to be my code.. cause.. i ran nslookup and it works... heh here is my hole code, see what im tring to do is.. let the users input the ipaddres( irc for now ) to connect to (argv[1] as you...
  24. Replies
    4
    Views
    5,463

    gethostbyaddr( )

    Im tring to get the hostname of argv[1] but i keep getting an error

    gethostbyname:: unknown host




    mysock.sin_family = AF_INET;
    mysock.sin_port = htons( MYPORT );
    ...
  25. Thread: socket error

    by xlordt
    Replies
    2
    Views
    1,907

    Ya in a way your right.. but.. when i post...

    Ya in a way your right.. but.. when i post something that i get from a book.. to test it out.. and it doesnt work.. i get questions like... why you do that ... why you did this... :( kinda...
Results 1 to 25 of 228
Page 1 of 10 1 2 3 4