Search:

Type: Posts; User: Darphant

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    3,688

    Igrad, the solution depends on whether or not you...

    Igrad, the solution depends on whether or not you need to be able to read each individual digit as it entered, or once they press enter, analyze each character on the line they submitted. You can...
  2. Thread: Using malloc

    by Darphant
    Replies
    5
    Views
    979

    In the first bit, where you say word =...

    In the first bit, where you say

    word = "abcde";

    "abcde" exists. When you declare that literal, memory is reserved for it. Think of when you call printf. You give it a string literal, so what's...
Results 1 to 2 of 2