Search:

Type: Posts; User: arlenagha

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    2,573

    ASCII extended

    i need to print extended ASCII characters, such as '\xEA' or '\x02', in the console . i've tried char and wchar_t with cout but can't get them to display the right character. i either get ? marks....
  2. Thread: words count

    by arlenagha
    Replies
    2
    Views
    1,921

    words count

    hello everyone.

    here is my own first algorithm. it only counts the number of words in a line.
    from my testings it works just fine.

    let me know what you think and if there is a better way...
  3. Replies
    1
    Views
    1,132

    return reference

    I know how item_array[2] becomes 0 but i don't know why. since array[] is not a reference to item_array[2] how does the function biggest, which returns a reference to array[bigges], assign 0 to...
Results 1 to 3 of 3