Search:

Type: Posts; User: morphia

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,017

    Someone please help

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

    ty

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

    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,864

    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,763

    Uhhhhhhh....

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