Search:

Type: Posts; User: Click_here

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    6,940

    This is a great thing to know ...

    This is a great thing to know






    const char *compile_information = "Compiled: \n\r\t" __TIME__ "\n\r\t" __DATE__"\n\rFile:\n\r\t" __FILE__ ;
  2. Replies
    11
    Views
    6,940

    I never new that you could do that -> It seems...

    I never new that you could do that -> It seems illogical to me, but I'm always happy to learn.
  3. Replies
    11
    Views
    6,940

    char *source_str = "Some message here." "...

    char *source_str = "Some message here."
    " Let's make it even longer."
    " Let's add another sentence.\n";





    Did you put this in your code character by character?... Where did you...
Results 1 to 3 of 3