Search:

Type: Posts; User: Matticus

Search: Search took 0.03 seconds.

  1. Replies
    28
    Views
    2,614

    My pleasure. Simply wrap the character array in...

    My pleasure. Simply wrap the character array in a struct.



    #include <stdio.h>

    #define MAX_LEN 40

    struct MyString
    {
  2. Replies
    28
    Views
    2,614

    I suppose it depends on where someone wants to...

    I suppose it depends on where someone wants to focus their energy. Some people, for instance, want to code for embedded devices - in that instance, the low level concepts of 'C' might be more of a...
Results 1 to 2 of 2