Search:

Type: Posts; User: herWter

Page 1 of 6 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,605

    SIM compatibility

    I have an iPhone 3gs as my main phone and I recently bought a blackberry tour with no plan. I think touchscreens are difficult to type with so I planned on just taking the SIM card out of my iPhone...
  2. Thread: scanf in c++

    by herWter
    Replies
    5
    Views
    4,751

    Wow. Score one for C I suppose. Oh well. Thanks...

    Wow. Score one for C I suppose. Oh well. Thanks for the reply.
  3. Thread: scanf in c++

    by herWter
    Replies
    5
    Views
    4,751

    scanf in c++

    How would you convert the following line to c++?



    scanf("a=%d",a);


    How does cin handle input like that? Reading in the integer is obvious but is there a way to tell cin to expect the "a="...
  4. Replies
    17
    Views
    25,301

    Thanks. Very nice.

    Thanks. Very nice.
  5. Replies
    17
    Views
    25,301

    Thank you brewbuck but does anybody know how well...

    Thank you brewbuck but does anybody know how well html looks on handhelds like the sony reader? I'm afraid HTML won't be any better than pdf.
  6. Replies
    17
    Views
    25,301

    Is there a way to convert a pdf to other formats...

    Is there a way to convert a pdf to other formats like html or just plain text? If you can then I will probably go with the sony reader.
  7. Replies
    17
    Views
    25,301

    Handheld PDF Reader

    I'm one of those people that cram 100's of PDF files in my documents folder just because I like to read electronic books, but not on a computer. I have been recently been looking for a handheld PDF...
  8. Thread: 135073

    by herWter
    Replies
    5
    Views
    1,470

    I meant to use int. Thanks for the catch!

    I meant to use int. Thanks for the catch!
  9. Thread: 135073

    by herWter
    Replies
    5
    Views
    1,470

    135073

    Whenever I run this program(on Linux):


    #include <stdio.h>
    #include <stdlib.h>
    int *letter_count(char *s);
    int main(int argc,char **argv)
    {
    int *lc=calloc(26,sizeof(char));...
  10. Thread: Character Sets

    by herWter
    Replies
    5
    Views
    6,045

    So the characters come from fonts(same as...

    So the characters come from fonts(same as charmaps?) which are pictures of letters based off of standards such as ASCII and Unicode?
  11. Thread: Character Sets

    by herWter
    Replies
    5
    Views
    6,045

    No, I mean like where the character encodings are...

    No, I mean like where the character encodings are held in your computer. Like when you call printf with something like "(char)101", how does the terminal know to print the letter 'A'? Where is it...
  12. Thread: Character Sets

    by herWter
    Replies
    5
    Views
    6,045

    Character Sets

    What part of a computer/application handles character sets?
  13. Replies
    4
    Views
    1,529

    Yes that is what I meant. Apparently google felt...

    Yes that is what I meant. Apparently google felt up to the challenge, but then their api is Javascript only.
  14. Replies
    4
    Views
    1,529

    translation api

    Does anybody know of a C api for translating across various languages? I can't seem to find one on the web and google translate only supports Java and Javascript.
  15. Replies
    12
    Views
    8,475

    Thanks for all your help you guys.

    Thanks for all your help you guys.
  16. Replies
    12
    Views
    8,475

    Wow I'm lost. I'd hate to ask anymore nonsense...

    Wow I'm lost. I'd hate to ask anymore nonsense questions so is there any kind of tutorial or book that would teach something like this?
  17. Replies
    12
    Views
    8,475

    I get it a little bit more now. I misread this...

    I get it a little bit more now. I misread this line from W3 schools:

    When the user clicks on the "Submit" button, the content of the form is sent to the server. The form's action attribute defines...
  18. Replies
    12
    Views
    8,475

    Okay. I just have one last question. I was...

    Okay. I just have one last question. I was reading an HTML tutorial on W3 and they said that when the submit button is pressed, a file is sent back to the server containing the input. They show that...
  19. Replies
    12
    Views
    8,475

    So what your saying is the browser sends the data...

    So what your saying is the browser sends the data back in a packet regardless of whether or not you use script?
  20. Replies
    12
    Views
    8,475

    html text boxes

    One thing that has always bugged me. How exactly do text boxes on websites get the information typed in back to the server without the use of scripts? It that even possible?
  21. Thread: asm game

    by herWter
    Replies
    24
    Views
    3,523

    If not accessing the screen directly, then how...

    If not accessing the screen directly, then how else would asm make graphical applications? I don't think I have ever seen a library written in assembly let alone for graphics. Is there like an SDL...
  22. Thread: asm game

    by herWter
    Replies
    24
    Views
    3,523

    >>via a pointer to video memory ah thats how you...

    >>via a pointer to video memory
    ah thats how you access the screen directly.
    >>Modern APIs will allow you to do this but via methods which write to buffers
    What do you mean by buffer?
  23. Thread: asm game

    by herWter
    Replies
    24
    Views
    3,523

    How about I ran my game on the linux kernel in...

    How about I ran my game on the linux kernel in kernel mode? Would linux then allow me to access the screen directly?
  24. Thread: asm game

    by herWter
    Replies
    24
    Views
    3,523

    Lost... I thought the point of a VM was to hide...

    Lost...
    I thought the point of a VM was to hide an operating system?
  25. Thread: asm game

    by herWter
    Replies
    24
    Views
    3,523

    A VM wouldn't handle that?

    A VM wouldn't handle that?
Results 1 to 25 of 127
Page 1 of 6 1 2 3 4