Search:

Type: Posts; User: moussa

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,467

    okey thanks, I will come up with more questions I...

    okey thanks, I will come up with more questions I see in the coding.

    I just bump the thread later
  2. Replies
    4
    Views
    1,467

    Okey,so it's just the hex encoding of 0. So...

    Okey,so it's just the hex encoding of 0.


    So why not temp[0] = 0 ?
  3. Replies
    4
    Views
    1,467

    Newbie C programming questions

    I know programming in java , but I need some help in c department.
    I am working on a code, the code exists so i need to read it udnerstand it and improve it.

    so i need some answers on small...
  4. Replies
    1
    Views
    1,391

    gd place for c quizzes

    anyone has samples tests on c? good tough ones..

    i need it, thanks elysia
  5. Thread: operations

    by moussa
    Replies
    3
    Views
    1,513

    I been thinking bout this all day, cant figure...

    I been thinking bout this all day, cant figure any answer
  6. Thread: operations

    by moussa
    Replies
    3
    Views
    1,513

    operations

    what would take longer?
    add two bytes, or add two floats or add byte and float.
  7. Thread: Interpreter.c

    by moussa
    Replies
    4
    Views
    4,756

    well i ddint write it , i am still begginer in...

    well i ddint write it , i am still begginer in c..sorry
  8. Replies
    5
    Views
    4,204

    OT:Sorry for my rude behavior

    I am sorry foe elysia, and others for my late rude behavion wich warrants a ban imo..
    I am sorry, But I cant solve programming problem so I got angry.I am very sorry elysia and others.
  9. Thread: Interpreter.c

    by moussa
    Replies
    4
    Views
    4,756

    its now working, was cliking on the wrong .exe...

    its now working, was cliking on the wrong .exe file..


    sory
  10. Replies
    7
    Views
    3,721

    i am not bad guy, first i dont hate you..i do...

    i am not bad guy, first i dont hate you..i do like you around here..

    i just want to learn more programming..
  11. Thread: Interpreter.c

    by moussa
    Replies
    4
    Views
    4,756

    Interpreter.c

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


    /* The Following is the grammar to be implemented:

    <http-url> ::= "http://" <hostport> [ "/" <hpath> [ "?"...
  12. Replies
    7
    Views
    3,721

    give me codes, give me helps.. christ why ya...

    give me codes, give me helps..
    christ why ya guys so annoyin?i hope YA DIE you moussa hater
  13. Replies
    7
    Views
    3,721

    how to send email using c

    givme help, you wont give me for print give me for thiz..feck.

    give me all command line methods i can use and be creative..

    system('PAUSE"); i know this only...


    use windows
  14. Replies
    6
    Views
    1,547

    I am better coder then you...I was attacked in...

    I am better coder then you...I was attacked in anotjher fred, i wont offer help to anyone except elysia
  15. Thread: print a picture

    by moussa
    Replies
    29
    Views
    3,056

    heck with schools

    heck with schools
  16. Thread: print a picture

    by moussa
    Replies
    29
    Views
    3,056

    well tell me the library that uses this..then let...

    well tell me the library that uses this..then let everything else on me ........ sakes
  17. Thread: print a picture

    by moussa
    Replies
    29
    Views
    3,056

    i can use c++ or c ..doesnt matter

    i can use c++ or c ..doesnt matter
  18. Thread: print a picture

    by moussa
    Replies
    29
    Views
    3,056

    I am sorry, but you know how working in thuis is...

    I am sorry, but you know how working in thuis is tough. i apologise
  19. Thread: print a picture

    by moussa
    Replies
    29
    Views
    3,056

    you go to helll you idiot, this is tough work i...

    you go to helll you idiot, this is tough work i need to achieve..

    lpr -Pcl203h test.txt


    printer name cl203h filename test.txt ...file test.txt is printed..is this all what i need?

    you stay...
  20. Thread: print a picture

    by moussa
    Replies
    29
    Views
    3,056

    plz can u show me the code.thx

    plz can u show me the code.thx
  21. Thread: print a picture

    by moussa
    Replies
    29
    Views
    3,056

    http://www2.oakland.edu/biology/lindemann/model%20...

    http://www2.oakland.edu/biology/lindemann/model%20c.txt

    can u get from that code how printing is done?thx
  22. Thread: print a picture

    by moussa
    Replies
    29
    Views
    3,056

    I Want To Print A Picture

    I Want To Print A Picture
  23. Thread: print a picture

    by moussa
    Replies
    29
    Views
    3,056

    FILE * fpPrint; // file handle for printing...

    FILE * fpPrint; // file handle for printing
    fpPrint = fopen( "PRN:" ); // open the printer port
    fprintf( fpPrint, "testing" ); // write to the printer
    fclose( fpPrint ); // close the printer port...
  24. Thread: print a picture

    by moussa
    Replies
    29
    Views
    3,056

    I already googled, didnt find anything. can i...

    I already googled, didnt find anything.

    can i just like windows , call system(print watever..)


    how it works in linux?
  25. Thread: print a picture

    by moussa
    Replies
    29
    Views
    3,056

    can I get a sample code that does this!

    can I get a sample code that does this!
Results 1 to 25 of 33
Page 1 of 2 1 2