Search:

Type: Posts; User: tristan198474

Search: Search took 0.01 seconds.

  1. Replies
    160
    Views
    1,333,742

    Sticky: I find this topic so useful, for I'm just...

    I find this topic so useful, for I'm just searching for some helpful materials in C! Thanks for the help of the forum. Ha ha!

    ____________________
    Tristan
    Comm100 Live Chat - the Free Hosted...
  2. Replies
    18
    Views
    2,225

    C-free (compiler gcc) is relatively easy to...

    C-free (compiler gcc) is relatively easy to learn and use. However, if you are going to make further, complicated or large-scale project, the Microsoft Visual Studio, VC++ (compiler environment...
  3. Replies
    7
    Views
    9,469

    Yes, you can use the ascii values to implement...

    Yes, you can use the ascii values to implement your code. But you should consider carefully the head and the end.

    Suppose the varible 0 < key < 26.


    while(text[i] != '\0')

    {

    ...
Results 1 to 3 of 3