Search:

Type: Posts; User: nemuikuma

Search: Search took 0.00 seconds; generated 20 minute(s) ago.

  1. Replies
    15
    Views
    7,178

    The comments were very useful :) I never assumed...

    The comments were very useful :)
    I never assumed that programming in any language can be learned in 21 days or in 24 hours ( yes, I seen a book with this tittle:D ).
    But I'm not new to programming,...
  2. Replies
    12
    Views
    20,795

    Thanks :)

    Thanks :)
  3. Replies
    12
    Views
    20,795

    sorry, where was i wrong? i tried it and worked...

    sorry, where was i wrong?
    i tried it and worked totally as it should.
  4. Replies
    12
    Views
    20,795

    #include #include //...

    #include <stdio.h>
    #include <stdlib.h> // needed for atoi
    int main (void)

    {
    float input, celsius;
    char t;
    printf ("Input temperature in Fahrenheit: ");
    scanf ("%s",&t);...
  5. Replies
    7
    Views
    2,105

    Mcu don't use ANSI C. the have a very different...

    Mcu don't use ANSI C.
    the have a very different set of function.
    Maybe try Arduino, but i wouldn't use a kit.
    You can buy a cheap 8 bit mcu for about $3 (either AVR or PIC will do it, but i...
  6. Replies
    15
    Views
    7,178

    Thanks for the replays :) That is my...

    Thanks for the replays :)



    That is my problem with the books, small code, usually without example of"real life" example usage.
    I don't have anything against books( besides their price ) and I...
  7. Replies
    15
    Views
    7,178

    Looking for richly commented code.

    Hi!
    I'm learning C programming (I chose C because I want to program MCUs as well).
    I already learned the basics, but now i want to learn how to program GUI and audio,midi recording,processing.
    But...
Results 1 to 7 of 7