Search:

Type: Posts; User: morphia

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,006

    Someone please help

    How would I take a lowercase char and make it uppercase using the ASCII table?
  2. Replies
    7
    Views
    1,842

    ty

    it works now.
  3. Replies
    7
    Views
    1,842

    Oops hehe...

    Hehe forgot the code...


    #include "stdafx.h"
    #include <iostream.h>

    int main()
    {
    for(int x=0; x<256; x++)
    {
  4. Replies
    7
    Views
    1,842

    Help making a simple newb prog look nice

    Im wondering how to make this simple program look a bit more organized, say by listing 10 ASCII chars per line rather than just going on and on like it currently is. Here is the code for it, compile...
  5. Replies
    22
    Views
    3,744

    Uhhhhhhh....

    Well? Did you go out with the fairy or not?:confused:
Results 1 to 5 of 5